summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf
index d66d28f7ad..782ac217d9 100644
--- a/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf
@@ -47,7 +47,7 @@ MACHINE_FEATURES += "x86"
47KERNEL_IMAGETYPE = "bzImage" 47KERNEL_IMAGETYPE = "bzImage"
48SERIAL_CONSOLE = "115200 ttyS0" 48SERIAL_CONSOLE = "115200 ttyS0"
49XSERVER = "xserver-xorg \ 49XSERVER = "xserver-xorg \
50 mesa-driver-swrast \ 50 ${@base_contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast', '', d)} \
51 xf86-input-vmmouse \ 51 xf86-input-vmmouse \
52 xf86-input-keyboard \ 52 xf86-input-keyboard \
53 xf86-input-evdev \ 53 xf86-input-evdev \