Integrate meta-seconorth-distro/fix_qt
Commit: seco-ne/yocto/layers/meta-seconorth-distro@cad2ccf1
qt:compositor: Fixed format error in kms config for i.MX8
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@43d358b7
qt:compositor: Run service as qt user
It is best practice to don't run services as root. The qt-compositor service now runs under the qt username. The commit also contains a draft of the systemd socket-based activation mechanism. Unfortunately, the qt-compositor daemon doesn't handle the transfer of the socket from the socket unit to the service unit properly. Until the daemon is fixed, the service still needs to be started manually.
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@9c1ae36c
base-files:profiles: Moved and updated profiles for Qt/Wayland
Moved the profiles with the environment initialization into a new sub-folder and activated them by linking to the sub-directory. The reason for this is, that weston and the qt-compositor need different environments and we want an easy way of exchanging them. The wayland related parts have been moved from the qtenv to weston and qt-compositor.
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@3abb7323
qt:compositor: Fixed wrong service file name in do_install
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@498b4492
qt:compositor: Disabled hardware-cursor for mx8m
The hardware-cursor is rendered outside of Qt and doesn't properly display when the screen is rotated via the qt-compositor. The qt-compositor can display the cursor itself, which might be the preferred way.
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@03320c1d
qt:compositor: Run the qt-compositor as qt user
Changed the qt-multi-screen-compositor to run under the qt username. Fixed the file names of the systemd service units and added the creation of the qt user to the recipe.
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@5fc7107b
qt:compositor: Renamed service files
The qt-multi-screen-compositor will run under the "qt" username in the future. Renamed the systemd service files to reflect the change.