mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
weston-init: fall back to fbdev under x32
Otherwise, there's a crash in swrast - the same issue as with X11. (From OE-Core rev: 09ef3dacc55544143a146190c3d66fcf5dc697ad) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a839c9ba88
commit
fb8b3eeed9
@@ -24,6 +24,9 @@ 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"
|
||||
|
||||
do_install() {
|
||||
if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then
|
||||
|
||||
Reference in New Issue
Block a user