All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mesa:upgrade 19.0.1 -> 19.0.2
@ 2019-04-24  7:19 Zang Ruochen
  2019-04-24 10:50 ` Alexander Kanavin
  2019-04-24 11:06 ` Burton, Ross
  0 siblings, 2 replies; 6+ messages in thread
From: Zang Ruochen @ 2019-04-24  7:19 UTC (permalink / raw)
  To: openembedded-core

-Upgrade from mesa_19.0.1.bb to mesa_19.0.2.bb.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} (85%)

diff --git a/meta/recipes-graphics/mesa/mesa_19.0.1.bb b/meta/recipes-graphics/mesa/mesa_19.0.2.bb
similarity index 85%
rename from meta/recipes-graphics/mesa/mesa_19.0.1.bb
rename to meta/recipes-graphics/mesa/mesa_19.0.2.bb
index d90be8a074..e6646e8503 100644
--- a/meta/recipes-graphics/mesa/mesa_19.0.1.bb
+++ b/meta/recipes-graphics/mesa/mesa_19.0.2.bb
@@ -7,8 +7,8 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
            file://0004-use-PKG_CHECK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch \
 "
 
-SRC_URI[md5sum] = "19636bb3da35c21f43040d31e575d5ce"
-SRC_URI[sha256sum] = "6884163c0ea9e4c98378ab8fecd72fe7b5f437713a14471beda378df247999d4"
+SRC_URI[md5sum] = "7f84af1c3fe2078c35a7a991d1469921"
+SRC_URI[sha256sum] = "1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802"
 
 #because we cannot rely on the fact that all apps will use pkgconfig,
 #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER
-- 
2.20.1





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

* Re: [PATCH] mesa:upgrade 19.0.1 -> 19.0.2
  2019-04-24  7:19 [PATCH] mesa:upgrade 19.0.1 -> 19.0.2 Zang Ruochen
@ 2019-04-24 10:50 ` Alexander Kanavin
  2019-04-24 11:06 ` Burton, Ross
  1 sibling, 0 replies; 6+ messages in thread
From: Alexander Kanavin @ 2019-04-24 10:50 UTC (permalink / raw)
  To: Zang Ruochen, Fabio Berton, Otavio Salvador; +Cc: OE-core

Fabio, can you bring back your meson migration patch please? Now is
the time to merge it.

Alex

On Wed, 24 Apr 2019 at 09:19, Zang Ruochen <zangrc.fnst@cn.fujitsu.com> wrote:
>
> -Upgrade from mesa_19.0.1.bb to mesa_19.0.2.bb.
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} (85%)
>
> diff --git a/meta/recipes-graphics/mesa/mesa_19.0.1.bb b/meta/recipes-graphics/mesa/mesa_19.0.2.bb
> similarity index 85%
> rename from meta/recipes-graphics/mesa/mesa_19.0.1.bb
> rename to meta/recipes-graphics/mesa/mesa_19.0.2.bb
> index d90be8a074..e6646e8503 100644
> --- a/meta/recipes-graphics/mesa/mesa_19.0.1.bb
> +++ b/meta/recipes-graphics/mesa/mesa_19.0.2.bb
> @@ -7,8 +7,8 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
>             file://0004-use-PKG_CHECK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch \
>  "
>
> -SRC_URI[md5sum] = "19636bb3da35c21f43040d31e575d5ce"
> -SRC_URI[sha256sum] = "6884163c0ea9e4c98378ab8fecd72fe7b5f437713a14471beda378df247999d4"
> +SRC_URI[md5sum] = "7f84af1c3fe2078c35a7a991d1469921"
> +SRC_URI[sha256sum] = "1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802"
>
>  #because we cannot rely on the fact that all apps will use pkgconfig,
>  #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER
> --
> 2.20.1
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] mesa:upgrade 19.0.1 -> 19.0.2
  2019-04-24  7:19 [PATCH] mesa:upgrade 19.0.1 -> 19.0.2 Zang Ruochen
  2019-04-24 10:50 ` Alexander Kanavin
@ 2019-04-24 11:06 ` Burton, Ross
  2019-04-24 18:04   ` Fabio Berton
  1 sibling, 1 reply; 6+ messages in thread
From: Burton, Ross @ 2019-04-24 11:06 UTC (permalink / raw)
  To: Zang Ruochen; +Cc: OE-core

How did you even test this?

ERROR: ParseError at
/home/ross/Yocto/poky/meta/recipes-graphics/mesa/mesa-gl_19.0.1.bb:1:
Could not include required file mesa_19.0.1.bb

Ross

On Wed, 24 Apr 2019 at 08:19, Zang Ruochen <zangrc.fnst@cn.fujitsu.com> wrote:
>
> -Upgrade from mesa_19.0.1.bb to mesa_19.0.2.bb.
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} (85%)
>
> diff --git a/meta/recipes-graphics/mesa/mesa_19.0.1.bb b/meta/recipes-graphics/mesa/mesa_19.0.2.bb
> similarity index 85%
> rename from meta/recipes-graphics/mesa/mesa_19.0.1.bb
> rename to meta/recipes-graphics/mesa/mesa_19.0.2.bb
> index d90be8a074..e6646e8503 100644
> --- a/meta/recipes-graphics/mesa/mesa_19.0.1.bb
> +++ b/meta/recipes-graphics/mesa/mesa_19.0.2.bb
> @@ -7,8 +7,8 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
>             file://0004-use-PKG_CHECK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch \
>  "
>
> -SRC_URI[md5sum] = "19636bb3da35c21f43040d31e575d5ce"
> -SRC_URI[sha256sum] = "6884163c0ea9e4c98378ab8fecd72fe7b5f437713a14471beda378df247999d4"
> +SRC_URI[md5sum] = "7f84af1c3fe2078c35a7a991d1469921"
> +SRC_URI[sha256sum] = "1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802"
>
>  #because we cannot rely on the fact that all apps will use pkgconfig,
>  #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER
> --
> 2.20.1
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] mesa:upgrade 19.0.1 -> 19.0.2
  2019-04-24 11:06 ` Burton, Ross
@ 2019-04-24 18:04   ` Fabio Berton
  2019-04-24 18:25     ` Fabio Berton
  0 siblings, 1 reply; 6+ messages in thread
From: Fabio Berton @ 2019-04-24 18:04 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

Hi Alex!

I'll rebase meson patch to work with this version.

On Wed, Apr 24, 2019 at 8:07 AM Burton, Ross <ross.burton@intel.com> wrote:
>
> How did you even test this?
>
> ERROR: ParseError at
> /home/ross/Yocto/poky/meta/recipes-graphics/mesa/mesa-gl_19.0.1.bb:1:
> Could not include required file mesa_19.0.1.bb
>
> Ross
>
> On Wed, 24 Apr 2019 at 08:19, Zang Ruochen <zangrc.fnst@cn.fujitsu.com> wrote:
> >
> > -Upgrade from mesa_19.0.1.bb to mesa_19.0.2.bb.
> >
> > Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> > ---
> >  meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} (85%)
> >
> > diff --git a/meta/recipes-graphics/mesa/mesa_19.0.1.bb b/meta/recipes-graphics/mesa/mesa_19.0.2.bb
> > similarity index 85%
> > rename from meta/recipes-graphics/mesa/mesa_19.0.1.bb
> > rename to meta/recipes-graphics/mesa/mesa_19.0.2.bb
> > index d90be8a074..e6646e8503 100644
> > --- a/meta/recipes-graphics/mesa/mesa_19.0.1.bb
> > +++ b/meta/recipes-graphics/mesa/mesa_19.0.2.bb
> > @@ -7,8 +7,8 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
> >             file://0004-use-PKG_CHECK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch \
> >  "
> >
> > -SRC_URI[md5sum] = "19636bb3da35c21f43040d31e575d5ce"
> > -SRC_URI[sha256sum] = "6884163c0ea9e4c98378ab8fecd72fe7b5f437713a14471beda378df247999d4"
> > +SRC_URI[md5sum] = "7f84af1c3fe2078c35a7a991d1469921"
> > +SRC_URI[sha256sum] = "1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802"
> >
> >  #because we cannot rely on the fact that all apps will use pkgconfig,
> >  #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER
> > --
> > 2.20.1
> >
> >
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] mesa:upgrade 19.0.1 -> 19.0.2
  2019-04-24 18:04   ` Fabio Berton
@ 2019-04-24 18:25     ` Fabio Berton
  2019-04-24 19:05       ` Alexander Kanavin
  0 siblings, 1 reply; 6+ messages in thread
From: Fabio Berton @ 2019-04-24 18:25 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

Hi Zang Ruochen!

You need to update mesa-gl recipe too.

On Wed, Apr 24, 2019 at 3:04 PM Fabio Berton
<fabio.berton@ossystems.com.br> wrote:
>
> Hi Alex!
>
> I'll rebase meson patch to work with this version.
>
> On Wed, Apr 24, 2019 at 8:07 AM Burton, Ross <ross.burton@intel.com> wrote:
> >
> > How did you even test this?
> >
> > ERROR: ParseError at
> > /home/ross/Yocto/poky/meta/recipes-graphics/mesa/mesa-gl_19.0.1.bb:1:
> > Could not include required file mesa_19.0.1.bb
> >
> > Ross
> >
> > On Wed, 24 Apr 2019 at 08:19, Zang Ruochen <zangrc.fnst@cn.fujitsu.com> wrote:
> > >
> > > -Upgrade from mesa_19.0.1.bb to mesa_19.0.2.bb.
> > >
> > > Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> > > ---
> > >  meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} | 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > >  rename meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} (85%)
> > >
> > > diff --git a/meta/recipes-graphics/mesa/mesa_19.0.1.bb b/meta/recipes-graphics/mesa/mesa_19.0.2.bb
> > > similarity index 85%
> > > rename from meta/recipes-graphics/mesa/mesa_19.0.1.bb
> > > rename to meta/recipes-graphics/mesa/mesa_19.0.2.bb
> > > index d90be8a074..e6646e8503 100644
> > > --- a/meta/recipes-graphics/mesa/mesa_19.0.1.bb
> > > +++ b/meta/recipes-graphics/mesa/mesa_19.0.2.bb
> > > @@ -7,8 +7,8 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
> > >             file://0004-use-PKG_CHECK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch \
> > >  "
> > >
> > > -SRC_URI[md5sum] = "19636bb3da35c21f43040d31e575d5ce"
> > > -SRC_URI[sha256sum] = "6884163c0ea9e4c98378ab8fecd72fe7b5f437713a14471beda378df247999d4"
> > > +SRC_URI[md5sum] = "7f84af1c3fe2078c35a7a991d1469921"
> > > +SRC_URI[sha256sum] = "1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802"
> > >
> > >  #because we cannot rely on the fact that all apps will use pkgconfig,
> > >  #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER
> > > --
> > > 2.20.1
> > >
> > >
> > >
> > > --
> > > _______________________________________________
> > > Openembedded-core mailing list
> > > Openembedded-core@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] mesa:upgrade 19.0.1 -> 19.0.2
  2019-04-24 18:25     ` Fabio Berton
@ 2019-04-24 19:05       ` Alexander Kanavin
  0 siblings, 0 replies; 6+ messages in thread
From: Alexander Kanavin @ 2019-04-24 19:05 UTC (permalink / raw)
  To: Fabio Berton; +Cc: OE-core

Hello Fabio,

just rebase it to the current master, we can update mesa later on.

Alex

On Wed, 24 Apr 2019 at 20:26, Fabio Berton
<fabio.berton@ossystems.com.br> wrote:
>
> Hi Zang Ruochen!
>
> You need to update mesa-gl recipe too.
>
> On Wed, Apr 24, 2019 at 3:04 PM Fabio Berton
> <fabio.berton@ossystems.com.br> wrote:
> >
> > Hi Alex!
> >
> > I'll rebase meson patch to work with this version.
> >
> > On Wed, Apr 24, 2019 at 8:07 AM Burton, Ross <ross.burton@intel.com> wrote:
> > >
> > > How did you even test this?
> > >
> > > ERROR: ParseError at
> > > /home/ross/Yocto/poky/meta/recipes-graphics/mesa/mesa-gl_19.0.1.bb:1:
> > > Could not include required file mesa_19.0.1.bb
> > >
> > > Ross
> > >
> > > On Wed, 24 Apr 2019 at 08:19, Zang Ruochen <zangrc.fnst@cn.fujitsu.com> wrote:
> > > >
> > > > -Upgrade from mesa_19.0.1.bb to mesa_19.0.2.bb.
> > > >
> > > > Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> > > > ---
> > > >  meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} | 4 ++--
> > > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > >  rename meta/recipes-graphics/mesa/{mesa_19.0.1.bb => mesa_19.0.2.bb} (85%)
> > > >
> > > > diff --git a/meta/recipes-graphics/mesa/mesa_19.0.1.bb b/meta/recipes-graphics/mesa/mesa_19.0.2.bb
> > > > similarity index 85%
> > > > rename from meta/recipes-graphics/mesa/mesa_19.0.1.bb
> > > > rename to meta/recipes-graphics/mesa/mesa_19.0.2.bb
> > > > index d90be8a074..e6646e8503 100644
> > > > --- a/meta/recipes-graphics/mesa/mesa_19.0.1.bb
> > > > +++ b/meta/recipes-graphics/mesa/mesa_19.0.2.bb
> > > > @@ -7,8 +7,8 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
> > > >             file://0004-use-PKG_CHECK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch \
> > > >  "
> > > >
> > > > -SRC_URI[md5sum] = "19636bb3da35c21f43040d31e575d5ce"
> > > > -SRC_URI[sha256sum] = "6884163c0ea9e4c98378ab8fecd72fe7b5f437713a14471beda378df247999d4"
> > > > +SRC_URI[md5sum] = "7f84af1c3fe2078c35a7a991d1469921"
> > > > +SRC_URI[sha256sum] = "1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802"
> > > >
> > > >  #because we cannot rely on the fact that all apps will use pkgconfig,
> > > >  #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER
> > > > --
> > > > 2.20.1
> > > >
> > > >
> > > >
> > > > --
> > > > _______________________________________________
> > > > Openembedded-core mailing list
> > > > Openembedded-core@lists.openembedded.org
> > > > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> > > --
> > > _______________________________________________
> > > Openembedded-core mailing list
> > > Openembedded-core@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2019-04-24 19:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24  7:19 [PATCH] mesa:upgrade 19.0.1 -> 19.0.2 Zang Ruochen
2019-04-24 10:50 ` Alexander Kanavin
2019-04-24 11:06 ` Burton, Ross
2019-04-24 18:04   ` Fabio Berton
2019-04-24 18:25     ` Fabio Berton
2019-04-24 19:05       ` 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.