Skip to content
Snippets Groups Projects

touch calibration: Add tool to convert matrix from tslib to libinput

Merged Tobias Kahlki requested to merge add-touchcal-conv-tool into dunfell

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

Checking pipeline status.

Approval is optional
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Tobias Kahlki assigned to @guf-jh

    assigned to @guf-jh

    By Jonas Höppner on 2020-10-07T13:30:15 (imported from GitLab)

  • Tobias Kahlki added 3 commits

    added 3 commits

    Compare with previous version

    By Jonas Höppner on 2020-10-08T09:26:47 (imported from GitLab)

  • Tobias Kahlki enabled an automatic merge when the pipeline for 62785d08 succeeds

    enabled an automatic merge when the pipeline for 62785d08 succeeds

    By Jonas Höppner on 2020-10-08T09:26:56 (imported from GitLab)

  • Tobias Kahlki canceled the automatic merge

    canceled the automatic merge

    By Jonas Höppner on 2020-10-08T09:38:48 (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
  • Die kam vorher, von Carsten so angelegt über systemd udev. Hab ich aber gelöscht. Funktioniert da vielleicht etwas mit den hashes und cache nicht richtig? Also das systemd Paket noch nicht aktualisiert? Oder so?

    By Jonas Höppner on 2020-10-09T09:44:07 (imported from GitLab)

  • @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 :slight_smile:

    By Clemens Terasa on 2020-10-09T11:27:54 (imported from GitLab)

  • Ich habe gerade mal die Signaturen von systemd unpack verglichen, libinput.rules ist eigentlich früher enthalten gewesen, und jetzt nicht mehr. Das sollte ja eigentlich dazu führen das der Hash sich ändert...

    By Jonas Höppner on 2020-10-09T12:25:50 (imported from GitLab)

Please register or sign in to reply
Loading