diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-08-20 13:36:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:44:42 +0100 |
commit | 7e4d20677730176f6566e3c39db6c435b90f3f0c (patch) | |
tree | ae1987ec6cfc3c60609c1b043a9d1e4391c887fd /meta/conf/machine | |
parent | 7afa09db2e10896c8da91f7d19a569b13e34a7b7 (diff) | |
download | poky-7e4d20677730176f6566e3c39db6c435b90f3f0c.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]
(From OE-Core rev: e279c9a30f0df400b06a47a487967a734854714b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 5 | ||||
-rw-r--r-- | meta/conf/machine/qemux86.conf | 5 |
2 files changed, 8 insertions, 2 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 \ | |||
22 | xf86-input-evdev \ | 22 | xf86-input-evdev \ |
23 | xf86-video-cirrus \ | 23 | xf86-video-cirrus \ |
24 | xf86-video-fbdev \ | 24 | xf86-video-fbdev \ |
25 | xf86-video-vmware" | 25 | xf86-video-vmware \ |
26 | xf86-video-modesetting \ | ||
27 | xserver-xorg-module-libint10 \ | ||
28 | " | ||
26 | 29 | ||
27 | MACHINE_FEATURES += "x86" | 30 | MACHINE_FEATURES += "x86" |
28 | 31 | ||
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 3cc8091581..5d22e52d27 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -21,7 +21,10 @@ XSERVER = "xserver-xorg \ | |||
21 | xf86-input-evdev \ | 21 | xf86-input-evdev \ |
22 | xf86-video-cirrus \ | 22 | xf86-video-cirrus \ |
23 | xf86-video-fbdev \ | 23 | xf86-video-fbdev \ |
24 | xf86-video-vmware" | 24 | xf86-video-vmware \ |
25 | xf86-video-modesetting \ | ||
26 | xserver-xorg-module-libint10 \ | ||
27 | " | ||
25 | 28 | ||
26 | MACHINE_FEATURES += "x86" | 29 | MACHINE_FEATURES += "x86" |
27 | 30 | ||