summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86-64.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/qemux86-64.conf')
-rw-r--r--meta/conf/machine/qemux86-64.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 4b50e664e4..e7979997f2 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -18,8 +18,11 @@ KERNEL_IMAGETYPE = "bzImage"
18 18
19SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" 19SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
20 20
21# Install swrast and glx if opengl is in DISTRO_FEATURES and x32 is not in use.
22# This is because gallium swrast driver was found to crash X server on startup in qemu x32.
21XSERVER = "xserver-xorg \ 23XSERVER = "xserver-xorg \
22 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast xserver-xorg-extension-glx', '', d)} \ 24 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \
25 bb.utils.contains('TUNE_FEATURES', 'mx32', '', 'mesa-driver-swrast xserver-xorg-extension-glx', d), '', d)} \
23 xf86-video-cirrus \ 26 xf86-video-cirrus \
24 xf86-video-fbdev \ 27 xf86-video-fbdev \
25 xf86-video-vmware \ 28 xf86-video-vmware \