mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-30 12:30:14 +00:00
arm/generic-arm64: set XSERVER to install the modesetting driver
The default XSERVER only pulls in the framebuffer driver, which is pretty broken with modern kernels and the modesetting driver is a lot more functional. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -19,3 +19,8 @@ MACHINE_FEATURES:append = " alsa bluetooth efi qemu-usermode rtc screen usbhost
|
|||||||
|
|
||||||
SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
|
SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
|
||||||
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
||||||
|
|
||||||
|
XSERVER ?= "xserver-xorg \
|
||||||
|
xf86-video-fbdev \
|
||||||
|
xf86-video-modesetting \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user