touch calibration: Add tool to convert matrix from tslib to libinput
Libinput uses another way to describe the calibration, though we have the tslib matrix stored in the xml files. This tool and a udev rule are used to convert the tslib matrix from pointercal on the fly. Also removes weston-calibrator, so only weston-touch-calibrator is available in the image.
BCS 746-000087
Merge request reports
Activity
added 3 commits
-
56f6dc23...461cf369 - 2 commits from branch
dunfell
- 62785d08 - touch calibration: Add tool to convert matrix from tslib to libinput
By Jonas Höppner on 2020-10-08T09:26:47 (imported from GitLab)
-
56f6dc23...461cf369 - 2 commits from branch
enabled an automatic merge when the pipeline for 62785d08 succeeds
By Jonas Höppner on 2020-10-08T09:26:56 (imported from GitLab)
@guf-jh : Ich bekomme Fehler beim Bauen von imx6ullguf.
Beim do_roofs von guf-image und guf-image-small:
Error: Transaction check error: file /etc/udev/rules.d/libinput.rules conflicts between attempted installs of touchcal-conv-1.0-r0.armv7vet2hf_neon and udev-1:244.3-r0.armv7vet2hf_neon
Siehe attachments: log.do_rootfs.68185
By Clemens Terasa on 2020-10-08T13:45:02 (imported from GitLab)
Edited by Tobias Kahlki@guf-jh Hmm, scheint so, weil das bei dir und im Runner ja funktionierte. Ich habe mal versucht
bitbake -c clean udev systemd bitbake guf-image-minimal guf-image-small guf-image -k
ohne Erfolg.
Mit folgendem Befehl funktionierte das aber:
bitbake -c cleansstate udev systemd bitbake guf-image-minimal guf-image-small guf-image -k
Und dahin ist mein Vertrauen in den state-cache
By Clemens Terasa on 2020-10-09T11:27:54 (imported from GitLab)