From c75d04a5ee7c32e0405ecb6de0c20d7f48b7f1e9 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 21 Nov 2023 18:32:35 -0500 Subject: KVM demo updates Changes: - Fix native-shell-client systemd unit to work with the changes made for SPEC-4714 (separate agl-compositor systemd unit, running as agl-driver). - Update agl-qemu-runner.sh for the SPEC-4714 changes. - Tweak cluster guest configuration to use just 2 cores and 1 GB of memory to free up resources for the host. - Add inverted psplash configuration that is pulled in for the KVM demo image when building with agl-demo-preload. This matches the inverted screen in the demo hardware. Bug-AGL: SPEC-4974 Change-Id: Ie57a3550c8c8b12fd64ee14a9f1fbf4a4c40da32 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29460 ci-image-boot-test: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account (cherry picked from commit 6dc0e32fbda2c122a2b59630d774dc4ef1a49619) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29363 --- recipes-core/psplash/files/psplash-inverted.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-core/psplash/files/psplash-inverted.conf (limited to 'recipes-core/psplash/files') diff --git a/recipes-core/psplash/files/psplash-inverted.conf b/recipes-core/psplash/files/psplash-inverted.conf new file mode 100644 index 000000000..440db891e --- /dev/null +++ b/recipes-core/psplash/files/psplash-inverted.conf @@ -0,0 +1,2 @@ +[Service] +Environment=PSPLASH_ANGLE_ARGS='--angle 180' -- cgit 1.2.3-korg