mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
weston-init: replace deprecated/disabled fbdev with drm backend
drm will default to opengl rendering by default; if this is problematic, --use-pixman option may help, apply only where it's proven necessary. (From OE-Core rev: 432f24ef9af3c0e6e0c769dc2a751023138f7bae) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f6d963fa6d
commit
e4c8f51dd5
@@ -19,13 +19,7 @@ PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[no-idle-timeout] = ",,"
|
||||
|
||||
DEFAULTBACKEND ??= ""
|
||||
DEFAULTBACKEND:qemuall ?= "fbdev"
|
||||
DEFAULTBACKEND:qemuarm64 = "drm"
|
||||
DEFAULTBACKEND:qemux86 = "drm"
|
||||
DEFAULTBACKEND:qemux86-64 = "drm"
|
||||
# gallium swrast was found to crash weston on startup in x32 qemu
|
||||
DEFAULTBACKEND:qemux86-64:x86-x32 = "fbdev"
|
||||
DEFAULTBACKEND:x86-x32 = "fbdev"
|
||||
DEFAULTBACKEND:qemuall ?= "drm"
|
||||
|
||||
do_install() {
|
||||
if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then
|
||||
|
||||
Reference in New Issue
Block a user