From e279c9a30f0df400b06a47a487967a734854714b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 20 Aug 2016 13:36:09 -0700 Subject: 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 Signed-off-by: Ross Burton --- meta/conf/machine/qemux86-64.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/conf/machine/qemux86-64.conf') 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" -- cgit 1.2.3-korg