diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-11-21 18:32:35 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-11-22 12:26:00 +0000 |
commit | 6dc0e32fbda2c122a2b59630d774dc4ef1a49619 (patch) | |
tree | fe12e1df442a0606dfc2c5584eaaf5f6be8afb7f /recipes-config | |
parent | e9aff80fda75723360d070793e645a8db541b8bf (diff) |
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 <scott.murray@konsulko.com>
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 <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
Diffstat (limited to 'recipes-config')
-rw-r--r-- | recipes-config/qemu-config/files/agl-cluster-demo-platform-flutter.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-config/qemu-config/files/agl-cluster-demo-platform-flutter.conf b/recipes-config/qemu-config/files/agl-cluster-demo-platform-flutter.conf index 1ecefc477..99d1f10c9 100644 --- a/recipes-config/qemu-config/files/agl-cluster-demo-platform-flutter.conf +++ b/recipes-config/qemu-config/files/agl-cluster-demo-platform-flutter.conf @@ -1,5 +1,5 @@ QEMU_TASKSET_CPUS="4-7" -QEMU_SMP_OPT="-smp 4" -QEMU_MEM_OPT="-m 2G" +QEMU_SMP_OPT="-smp 2" +QEMU_MEM_OPT="-m 1G" QEMU_NET_OPT="-netdev bridge,br=vmnet0,id=net0 -device virtio-net-device,mac=52:54:00:12:00:03,netdev=net0" QEMU_KERNEL_CMDLINE_APPEND="root=/dev/vda rw mem=2048M video=Virtual-1:1920x1080" |