diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-01-17 12:35:21 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-29 14:29:37 +0000 |
commit | 348df0b19d782ce4cbebc20cd17fc0b6c9d46293 (patch) | |
tree | 5c496545aabd0d568fe2d0dc2de77673e2ee9bc4 /recipes-platform/images/agl-kvm-demo-platform.bb | |
parent | 20fcd4159ce4602329278e1c3af44d5ed44417bb (diff) |
agl-kvm-demo-platform: update guests
Switch default guest images to Flutter based demo platform images.
As well, the simple-can-simulator is added to the host to allow
testing or demos.
Bug-AGL: SPEC-4618
Change-Id: I2c57ca0ade168c2c3dfae8718e891f9af40e4d88
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 8b0fed47d196a938b44784d1fc8eaa25c36f84ca)
Diffstat (limited to 'recipes-platform/images/agl-kvm-demo-platform.bb')
-rw-r--r-- | recipes-platform/images/agl-kvm-demo-platform.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-platform/images/agl-kvm-demo-platform.bb b/recipes-platform/images/agl-kvm-demo-platform.bb index e2f5fd299..d04186b2b 100644 --- a/recipes-platform/images/agl-kvm-demo-platform.bb +++ b/recipes-platform/images/agl-kvm-demo-platform.bb @@ -19,6 +19,7 @@ IMAGE_INSTALL:append = " \ ${QEMU_GUEST_CONFIGS} \ util-linux-taskset \ screen \ + simple-can-simulator \ alsa-utils \ " @@ -28,8 +29,8 @@ IMAGE_INSTALL:append = " \ GUEST_MACHINE ?= "virtio-${TUNE_ARCH}" -GUEST_VM1_IMAGE ?= "agl-demo-platform" -GUEST_VM2_IMAGE ?= "agl-cluster-demo-platform" +GUEST_VM1_IMAGE ?= "agl-ivi-demo-platform-flutter" +GUEST_VM2_IMAGE ?= "agl-cluster-demo-platform-flutter" GUEST_IMAGES ?= "agl-kvm-guest:${GUEST_VM1_IMAGE} agl-kvm-guest:${GUEST_VM2_IMAGE}" |