mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
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 (From OE-Core rev: 92be71296e1b7ed1e6387ae381942072aa3bb4f3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
Section "Module"
|
|
Load "fbdevhw"
|
|
Load "fb"
|
|
Load "shadow"
|
|
Load "shadowfb"
|
|
Load "vbe"
|
|
Load "vgahw"
|
|
EndSection
|
|
|