From: Alexander Kanavin Date: Mon, 9 Nov 2020 08:31:30 +0000 (+0100) Subject: weston-init: fall back to fbdev under x32 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9622 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09ef3dacc55544143a146190c3d66fcf5dc697ad;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git weston-init: fall back to fbdev under x32 Otherwise, there's a crash in swrast - the same issue as with X11. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index 4b2a6ca983b..0cc32985c11 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb @@ -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