[OE-core] [PATCH] xserver-xf86-config: pre-load int10 and exa modules

Khem Raj raj.khem at gmail.com
Sat Aug 20 15:03:00 UTC 2016


musl doesn't like lazy loading that xorg uses, therefore
load the needed modules explicitly

[YOCTO #10169]

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../xorg-xserver/xserver-xf86-config/10-preload-modules.conf           | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 7ceb6fd..132459c 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,8 @@ Section "Module"
     Load "fb"
     Load "shadow"
     Load "shadowfb"
+    Load "int10"
     Load "vbe"
     Load "vgahw"
+    Load "exa"
 EndSection
-
-- 
2.9.3




More information about the Openembedded-core mailing list