]> code.ossystems Code Review - openembedded-core.git/commit
xserver-xf86-config: Preload graphics driver modules for musl
authorKhem Raj <raj.khem@gmail.com>
Sat, 11 Apr 2015 01:20:45 +0000 (18:20 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Apr 2015 21:28:36 +0000 (22:28 +0100)
commit92be71296e1b7ed1e6387ae381942072aa3bb4f3
treedefee7d4e45aed1a83ac8f8f2980df528011ab0f
parenta583f81d9bc6ae984699d9aba7a53019ff0afc23
xserver-xf86-config: Preload graphics driver modules for musl

musl does not support BIND_LAZY intentionally, which means
dlopen will always complain about missing symbols which is what
X does when loading graphics drivers, here we preload the needed
drivers for all emulator machines if libc is musl

Change-Id: I908c94c30db8a5e872922e1a677126d82fa17145
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf [new file with mode: 0644]
meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb