From: Denys Dmytriyenko <denys@ti.com>
To: Eric Ruei <e-ruei1@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [morty][PATCH V2 1/5] weston: allow visual_id to be 0 to fix EGL config failure
Date: Fri, 10 Mar 2017 12:19:52 -0500 [thread overview]
Message-ID: <20170310171952.GQ578@edge> (raw)
In-Reply-To: <1489094857-27497-2-git-send-email-e-ruei1@ti.com>
On Thu, Mar 09, 2017 at 04:27:33PM -0500, Eric Ruei wrote:
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
> ...to-be-0.patch => 0002-Weston-Allow-visual_id-to-be-0.patch} | 10 +++++-----
> .../recipes-graphics/wayland/weston_1.11.0.bbappend | 3 ++-
> 2 files changed, 7 insertions(+), 6 deletions(-)
> rename meta-arago-distro/recipes-graphics/wayland/weston/{0002-Weston1.9.0-Allow-visual_id-to-be-0.patch => 0002-Weston-Allow-visual_id-to-be-0.patch} (72%)
>
> diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/0002-Weston1.9.0-Allow-visual_id-to-be-0.patch b/meta-arago-distro/recipes-graphics/wayland/weston/0002-Weston-Allow-visual_id-to-be-0.patch
> similarity index 72%
> rename from meta-arago-distro/recipes-graphics/wayland/weston/0002-Weston1.9.0-Allow-visual_id-to-be-0.patch
> rename to meta-arago-distro/recipes-graphics/wayland/weston/0002-Weston-Allow-visual_id-to-be-0.patch
> index 72d067f..39c8401 100644
> --- a/meta-arago-distro/recipes-graphics/wayland/weston/0002-Weston1.9.0-Allow-visual_id-to-be-0.patch
> +++ b/meta-arago-distro/recipes-graphics/wayland/weston/0002-Weston-Allow-visual_id-to-be-0.patch
> @@ -1,7 +1,7 @@
> -From 27cf7d0c260fa4754a021e9f6f92f83e2c99f5f4 Mon Sep 17 00:00:00 2001
> +From 5b5de6a814b43ca023a92b85b407b3d061dbc64f Mon Sep 17 00:00:00 2001
> From: Eric Ruei <e-ruei1@ti.com>
> -Date: Mon, 11 Jan 2016 11:59:19 -0500
> -Subject: [PATCH 2/2] Weston1.9.0: Allow visual_id to be 0
> +Date: Thu, 9 Mar 2017 14:32:24 -0500
> +Subject: [PATCH 2/4] Weston: Allow visual_id to be 0
>
> The inquiry of visual id from egl API eglGetConfigAttrib(EGL_NATIVE_VISUAL_ID)
> is an optional feature. The visual id will be set to 0 if this feature is
> @@ -14,10 +14,10 @@ Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gl-renderer.c b/src/gl-renderer.c
> -index d7231f4..e1b925e 100644
> +index 23c0cd7..4c1f170 100644
> --- a/src/gl-renderer.c
> +++ b/src/gl-renderer.c
> -@@ -2194,7 +2194,7 @@ match_config_to_visual(EGLDisplay egl_display,
> +@@ -2462,7 +2462,7 @@ match_config_to_visual(EGLDisplay egl_display,
> &id))
> continue;
>
> diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.11.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.11.0.bbappend
> index 60a752b..9a2c3a7 100644
> --- a/meta-arago-distro/recipes-graphics/wayland/weston_1.11.0.bbappend
> +++ b/meta-arago-distro/recipes-graphics/wayland/weston_1.11.0.bbappend
> @@ -2,7 +2,7 @@
> PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
> PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
>
> -PR_append = ".arago17"
> +PR_append = ".arago18"
BTW, there's no need to bump PR in any of these cases.
In general, manual PR updates have been deprecated upstream for some time.
It's not critical one way or another - i.e. it's not technically required any
more, but it also doesn't hurt. Thus I was allowing it in patches to our
layers, as people just got used to doing it. But if you ever submit anything
upstream, you'll get asked to not bump PR.
There are still some corner cases, when it may help to do so, but in general,
a central PR Service resolves those as well...
--
Denys
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
> @@ -11,4 +11,5 @@ RDEPENDS_${PN} += "weston-conf"
>
> SRC_URI += " \
> file://0001-udev-seat-restrict-udev-enumeration-to-card0.patch \
> + file://0002-Weston-Allow-visual_id-to-be-0.patch \
> "
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2017-03-10 19:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-09 21:27 [morty][PATCH V2 0/5] weston: re-apply multiple patches from weston 1.9 Eric Ruei
2017-03-09 21:27 ` [morty][PATCH V2 1/5] weston: allow visual_id to be 0 to fix EGL config failure Eric Ruei
2017-03-10 17:19 ` Denys Dmytriyenko [this message]
2017-03-09 21:27 ` [morty][PATCH V2 2/5] weston: fix virtual keyboard display issue of QT5 applications Eric Ruei
2017-03-09 21:27 ` [morty][PATCH V2 3/5] weston: fix touch screen crash issue Eric Ruei
2017-03-09 21:27 ` [morty][PATCH V2 4/5] weston: fix hotplug weston termination problem Eric Ruei
2017-03-09 21:27 ` [morty][PATCH V2 5/5] weston: add RGB565 support for pixman renderer Eric Ruei
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=20170310171952.GQ578@edge \
--to=denys@ti.com \
--cc=e-ruei1@ti.com \
--cc=meta-arago@arago-project.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.