Run agl-compositor in system scope for QEMU+KVM demo image 02/28402/1
authorScott Murray <scott.murray@konsulko.com>
Thu, 19 Jan 2023 01:47:11 +0000 (20:47 -0500)
committerScott Murray <scott.murray@konsulko.com>
Thu, 19 Jan 2023 20:34:12 +0000 (15:34 -0500)
commit94ee287730b16820003aece648e790923a9a5b79
tree0e096c5f23cb8320a95a28e5617845c1d6e4e5fa
parent5109016c566a4a46e4a85f2c7b9dfcd6b8540233
Run agl-compositor in system scope for QEMU+KVM demo image

To allow usefully depending on the native-shell-client "homescreen"
application from the systemd units running QEMU, tweak things to
drop the use of agl-session from the agl-kvm-demo-platform host
image.  The motivation for this is to have the VM guest start up
ordering work as expected, avoiding unnecessary delays from race
failures on boot.

Changes:
- Rework agl-kvm template to use conf/include/agl-kvm.inc include
  file to match other featurs and simplify development.
- Add include files for the host ("default" in BitBake) and guest
  (so agl-kvm-guest) multiconfigs to allow disabling the agl-demo
  feature in the host build, which disables agl-session.
- Update native-shell-client systemd unit to run at system scope
  and depend upon agl-compositor directly.
- Update agl-qemu-runner systemd template unit to depend directly
  on native-shell-client.

Note that a consequence of these changes is that building images
other than agl-kvm-demo-platform when the "agl-kvm" feature is used
will likely not yield the desired results.  Future work will
investigate avoiding this problem, or forcing explicit compatibility
errors to avoid user confusion.

Bug-AGL: SPEC-4618

Change-Id: I7f2f2ad9a453b5d99bed4cfc33d99eb3002bcceb
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
conf/include/agl-kvm.inc [new file with mode: 0644]
conf/include/mc-conf-agl-kvm-guest.inc [new file with mode: 0644]
conf/include/mc-conf-default.inc [new file with mode: 0644]
recipes-demo/native-shell-client/files/native-shell-client.service
recipes-demo/native-shell-client/native-shell-client_agldemo.inc
recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh
recipes-extended/agl-qemu-runner/files/agl-qemu-runner@.service
templates/feature/agl-kvm/50_local.conf.inc
templates/feature/agl-kvm/README_feature_agl-kvm.md