aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86-64.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-08-20 13:36:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-23 17:44:19 +0100
commite279c9a30f0df400b06a47a487967a734854714b (patch)
treec3c033781097cd84c3afdd6e6fbfcda8acd3435c /meta/conf/machine/qemux86-64.conf
parentc03b32bd71dbe04f2f239556fea0b53215e403d7 (diff)
downloadopenembedded-core-contrib-e279c9a30f0df400b06a47a487967a734854714b.tar.gz
xserver-xf86-config: pre-load int10 and exa modules
musl doesn't like lazy loading that xorg uses, therefore load the needed modules explicitly [YOCTO #10169] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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 489194aa6e..ac2c039ebf 100644
--- a/meta/conf/machine/qemux86-64.conf
+++ b/meta/conf/machine/qemux86-64.conf
@@ -22,7 +22,10 @@ XSERVER = "xserver-xorg \
xf86-input-evdev \
xf86-video-cirrus \
xf86-video-fbdev \
- xf86-video-vmware"
+ xf86-video-vmware \
+ xf86-video-modesetting \
+ xserver-xorg-module-libint10 \
+ "
MACHINE_FEATURES += "x86"