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:19 +0100 |
commit | e279c9a30f0df400b06a47a487967a734854714b (patch) | |
tree | c3c033781097cd84c3afdd6e6fbfcda8acd3435c /meta/recipes-graphics | |
parent | c03b32bd71dbe04f2f239556fea0b53215e403d7 (diff) | |
download | openembedded-core-e279c9a30f0df400b06a47a487967a734854714b.tar.gz openembedded-core-e279c9a30f0df400b06a47a487967a734854714b.tar.bz2 openembedded-core-e279c9a30f0df400b06a47a487967a734854714b.zip |
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/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf index 7ceb6fd634..72e4fbf59b 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf @@ -3,7 +3,7 @@ Section "Module" Load "fb" Load "shadow" Load "shadowfb" + Load "int10" Load "vbe" Load "vgahw" EndSection - |