mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
machine/qemu*: add modesetting drivers to XSERVER
The modesetting driver works well in qemu, so install it by default. The plain framebuffer has been buggy in recent 6.4 kernels, a sign that it's not getting much testing. The Xorg modesetting driver that can use more powerful virtualised hardware is much better. We override the default XSERVER because we want to pull in the GLX extension to exercise that. (From OE-Core rev: 7b5fc42488a514bf51d49ee5274731c6432efd1b) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
69ec5b9046
commit
720ac497a6
@@ -8,6 +8,7 @@ PREFERRED_PROVIDER_virtual/libgles3 ?= "mesa"
|
||||
XSERVER ?= "xserver-xorg \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast xserver-xorg-extension-glx', '', d)} \
|
||||
xf86-video-fbdev \
|
||||
xf86-video-modesetting \
|
||||
"
|
||||
|
||||
MACHINE_FEATURES = "alsa bluetooth usbgadget screen vfat"
|
||||
|
||||
Reference in New Issue
Block a user