summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-01-18 20:08:56 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-01-29 14:29:37 +0000
commitab0668e3a0762397f9b98a9d3eb81ba688670aad (patch)
treeb74ae18f19298a0388e618e473cf0d9465d818cb /recipes-extended
parent646b9023407d8315440dbd1223ccf2823a191623 (diff)
Update guest input and CAN configuration for QEMU+KVM demo
Changes: - Tweak agl-qemu-runner to make CAN options configurable. - Update the IVI guest image agl-qemu-runner configurations to enable an emulated PCI CAN device mapped to the host can0. - Update the IVI guest image agl-qemu-runner configurations to change the input device to a USB passthrough corresponding to the bottom USB 2.0 connector of the 2x stack on the reference hardware, so that a USB touchscreen can be used for demos. Bug-AGL: SPEC-4618 Change-Id: I6b690377f5fe0a481e283d7370cbb165478ee8eb Signed-off-by: Scott Murray <scott.murray@konsulko.com> (cherry picked from commit 0eb0e7ad872bc03cbc8af5c95bfe0219ebf06bfd)
Diffstat (limited to 'recipes-extended')
-rwxr-xr-xrecipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh b/recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh
index 6bf2cc4f..ab3a02c9 100755
--- a/recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh
+++ b/recipes-extended/agl-qemu-runner/files/agl-qemu-runner.sh
@@ -66,5 +66,6 @@ qemu-system-${arch} \
-device virtio-gpu-gl-device \
-display sdl,gl=on -vga std \
${QEMU_AUDIO_OPT} \
+ ${QEMU_CAN_OPT} \
${QEMU_EXTRA_OPT} \
-full-screen