From 3b3008fc244b29a1022c93dd567db73990a8c505 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 16 Jan 2023 18:12:07 -0500 Subject: linux: update virtio-aarch64 kernel configuration Update virtio-aarch64 kernel configuration for QEMU+KVM demo to turn on some CAN and USB device support to allow using some emulated and passthrough devices where there is currently not a workable virtio backend solution. Bug-AGL: SPEC-4618 Change-Id: I9e574f54d1696d5b45e7f04b4d51002eafac5f04 Signed-off-by: Scott Murray (cherry picked from commit e511c8eca18ed0d4895c8e150c8670be45fb608a) --- recipes-kernel/linux/linux_agldemo.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-kernel/linux/linux_agldemo.inc') diff --git a/recipes-kernel/linux/linux_agldemo.inc b/recipes-kernel/linux/linux_agldemo.inc index 7274364c..1126c767 100644 --- a/recipes-kernel/linux/linux_agldemo.inc +++ b/recipes-kernel/linux/linux_agldemo.inc @@ -40,7 +40,9 @@ AGL_KCONFIG_FRAGMENTS_DEMO:append:qemuarm64 = " most_deps.cfg" # We don't want most of the above for the virtio guest kernels, # use an explicit list AGL_KCONFIG_FRAGMENTS_DEMO:virtio-all = " \ - virtio-demo-can-devices.cfg \ + kvm-demo-can-devices.cfg \ + kvm-demo-usb.cfg \ + usbaudio.cfg \ hid.cfg \ " -- cgit 1.2.3-korg