From: Khem Raj <raj.khem@gmail.com>
To: Alexander Kanavin <alex.kanavin@gmail.com>,
openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: Re: [OE-core] [PATCH 02/28] weston-init: replace deprecated/disabled fbdev with drm backend
Date: Thu, 17 Feb 2022 11:54:39 -0800 [thread overview]
Message-ID: <0d022bb4-9fe0-effa-d6b9-50812f060cdc@gmail.com> (raw)
In-Reply-To: <20220217160939.1424397-2-alex@linutronix.de>
On 2/17/22 8:09 AM, Alexander Kanavin wrote:
> 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"
>
Does this switch fbdev->drm backend work on all qemu implementations we
have in oe-core ?
> do_install() {
> if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#161819): https://lists.openembedded.org/g/openembedded-core/message/161819
> Mute This Topic: https://lists.openembedded.org/mt/89212436/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
next prev parent reply other threads:[~2022-02-17 19:54 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-17 16:09 [PATCH 01/28] gdb: update 11.1 -> 11.2 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 02/28] weston-init: replace deprecated/disabled fbdev with drm backend Alexander Kanavin
2022-02-17 19:54 ` Khem Raj [this message]
2022-02-17 19:57 ` [OE-core] " Alexander Kanavin
[not found] ` <16D4AB147C5087DA.27018@lists.openembedded.org>
2022-02-17 19:59 ` Alexander Kanavin
2022-02-17 20:03 ` Khem Raj
2022-02-17 20:04 ` Alexander Kanavin
[not found] ` <16D4AB76A8A77679.6551@lists.openembedded.org>
2022-02-17 20:16 ` Alexander Kanavin
2022-02-17 20:34 ` Khem Raj
2022-02-17 16:09 ` [PATCH 03/28] weston-init: disable systemd watchdog option Alexander Kanavin
2022-02-17 16:09 ` [PATCH 04/28] devtool: auto-pick 'main' branch in addition to 'master' in upgrades Alexander Kanavin
2022-02-17 17:36 ` [OE-core] " Peter Kjellerstedt
2022-02-17 17:55 ` Alexander Kanavin
[not found] ` <16D4A46679241182.18879@lists.openembedded.org>
2022-02-17 18:21 ` Alexander Kanavin
2022-02-17 20:02 ` Khem Raj
2022-02-17 16:09 ` [PATCH 05/28] gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test Alexander Kanavin
2022-02-17 16:09 ` [PATCH 06/28] webkitgtk: drop patch merged upstream Alexander Kanavin
2022-02-17 16:09 ` [PATCH 07/28] webkitgtk: remove rejected patch Alexander Kanavin
2022-02-17 16:09 ` [PATCH 08/28] man-db: update 2.10.0 -> 2.10.1 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 09/28] vulkan: update 1.2.198 -> 1.3.204 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 10/28] vulkan-samples: update to latest revision Alexander Kanavin
2022-02-17 16:09 ` [PATCH 11/28] xkeyboard-config: update 2.34 -> 2.35.1 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 12/28] libgit2: update 1.3.0 -> 1.4.0 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 13/28] util-linux: upgrade 2.37.3 -> 2.37.4 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 14/28] python3-tomli: upgrade 2.0.0 -> 2.0.1 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 15/28] repo: upgrade 2.20 -> 2.21 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 16/28] help2man: upgrade 1.48.5 -> 1.49.1 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 17/28] meson: upgrade 0.61.1 -> 0.61.2 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 18/28] mmc-utils: upgrade to latest revision Alexander Kanavin
2022-02-17 16:09 ` [PATCH 19/28] python3-dtschema: upgrade 2021.12 -> 2022.1 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 20/28] python3-pytest: upgrade 7.0.0 -> 7.0.1 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 21/28] vala: upgrade 0.54.6 -> 0.54.7 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 22/28] gi-docgen: upgrade 2021.8 -> 2022.1 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 23/28] pango: upgrade 1.48.10 -> 1.50.4 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 24/28] piglit: upgrade to latest revision Alexander Kanavin
2022-02-17 16:09 ` [PATCH 25/28] shaderc: upgrade 2022.0 -> 2022.1 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 26/28] gst-examples: upgrade 1.18.5 -> 1.18.6 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 27/28] diffoscope: upgrade 202 -> 204 Alexander Kanavin
2022-02-17 16:09 ` [PATCH 28/28] libical: upgrade 3.0.13 -> 3.0.14 Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0d022bb4-9fe0-effa-d6b9-50812f060cdc@gmail.com \
--to=raj.khem@gmail.com \
--cc=alex.kanavin@gmail.com \
--cc=alex@linutronix.de \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.