All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] weston-init: replace deprecated/disabled fbdev with drm backend
@ 2022-02-12 10:40 Alexander Kanavin
  2022-02-12 10:40 ` [PATCH 2/3] core-image-weston-sdk: synchronize with core-image-sato-sdk Alexander Kanavin
  2022-02-12 10:40 ` [PATCH 3/3] weston-init: disable systemd watchdog option Alexander Kanavin
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Kanavin @ 2022-02-12 10:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

drm will default to opengl rendering by default; if this is
problematic, --use-pixman option may help, apply only where
it's proven necessary.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-graphics/wayland/weston-init.bb | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb
index e02da0c358..8e8c0454be 100644
--- a/meta/recipes-graphics/wayland/weston-init.bb
+++ b/meta/recipes-graphics/wayland/weston-init.bb
@@ -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
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-13 17:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-12 10:40 [PATCH 1/3] weston-init: replace deprecated/disabled fbdev with drm backend Alexander Kanavin
2022-02-12 10:40 ` [PATCH 2/3] core-image-weston-sdk: synchronize with core-image-sato-sdk Alexander Kanavin
2022-02-12 10:40 ` [PATCH 3/3] weston-init: disable systemd watchdog option Alexander Kanavin
2022-02-13 12:38   ` [OE-core] " Richard Purdie
2022-02-13 17:58     ` Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.