All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH v2] mesa: upgrade 21.0.1 -> 21.0.2
@ 2021-04-15 23:50 wangmy
  2021-04-19  3:24 ` Naveen Saini
  0 siblings, 1 reply; 3+ messages in thread
From: wangmy @ 2021-04-15 23:50 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../mesa/{mesa-gl_21.0.1.bb => mesa-gl_21.0.2.bb}               | 0
 meta/recipes-graphics/mesa/mesa.inc                             | 2 +-
 meta/recipes-graphics/mesa/{mesa_21.0.1.bb => mesa_21.0.2.bb}   | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/mesa/{mesa-gl_21.0.1.bb => mesa-gl_21.0.2.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_21.0.1.bb => mesa_21.0.2.bb} (100%)

diff --git a/meta/recipes-graphics/mesa/mesa-gl_21.0.1.bb b/meta/recipes-graphics/mesa/mesa-gl_21.0.2.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-gl_21.0.1.bb
rename to meta/recipes-graphics/mesa/mesa-gl_21.0.2.bb
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index caf3c62ad8..5705ae0f08 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -21,7 +21,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
            file://0001-futex.h-Define-__NR_futex-if-it-does-not-exist.patch \
            "
 
-SRC_URI[sha256sum] = "379fc984459394f2ab2d84049efdc3a659869dc1328ce72ef0598506611712bb"
+SRC_URI[sha256sum] = "46c1dc5bb54a372dee43ec3c067229c299187d5bdadf1402756bbf66a6df5b88"
 
 UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
 
diff --git a/meta/recipes-graphics/mesa/mesa_21.0.1.bb b/meta/recipes-graphics/mesa/mesa_21.0.2.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa_21.0.1.bb
rename to meta/recipes-graphics/mesa/mesa_21.0.2.bb
-- 
2.25.1


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

* Re: [OE-core] [PATCH v2] mesa: upgrade 21.0.1 -> 21.0.2
  2021-04-15 23:50 [OE-core] [PATCH v2] mesa: upgrade 21.0.1 -> 21.0.2 wangmy
@ 2021-04-19  3:24 ` Naveen Saini
  2021-04-19  7:22   ` Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Naveen Saini @ 2021-04-19  3:24 UTC (permalink / raw)
  To: wangmy, openembedded-core

[SWAT]
Oe-selftest on fedora failed. 

RESULTS - virgl.VirglTest.test_kmscube: FAILED (0.30s)

AssertionError: 'renderer: "virgl"' not found in 'Using display 0x55dccc0562e0 with EGL version 1.4
https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/2005

Regards,
Naveen

> -----Original Message-----
> From: openembedded-core@lists.openembedded.org <openembedded-
> core@lists.openembedded.org> On Behalf Of wangmy
> Sent: Friday, April 16, 2021 7:50 AM
> To: openembedded-core@lists.openembedded.org
> Cc: Wang Mingyu <wangmy@fujitsu.com>
> Subject: [OE-core] [PATCH v2] mesa: upgrade 21.0.1 -> 21.0.2
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../mesa/{mesa-gl_21.0.1.bb => mesa-gl_21.0.2.bb}               | 0
>  meta/recipes-graphics/mesa/mesa.inc                             | 2 +-
>  meta/recipes-graphics/mesa/{mesa_21.0.1.bb => mesa_21.0.2.bb}   | 0
>  3 files changed, 1 insertion(+), 1 deletion(-)  rename meta/recipes-
> graphics/mesa/{mesa-gl_21.0.1.bb => mesa-gl_21.0.2.bb} (100%)  rename
> meta/recipes-graphics/mesa/{mesa_21.0.1.bb => mesa_21.0.2.bb} (100%)
> 
> diff --git a/meta/recipes-graphics/mesa/mesa-gl_21.0.1.bb b/meta/recipes-
> graphics/mesa/mesa-gl_21.0.2.bb
> similarity index 100%
> rename from meta/recipes-graphics/mesa/mesa-gl_21.0.1.bb
> rename to meta/recipes-graphics/mesa/mesa-gl_21.0.2.bb
> diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-
> graphics/mesa/mesa.inc
> index caf3c62ad8..5705ae0f08 100644
> --- a/meta/recipes-graphics/mesa/mesa.inc
> +++ b/meta/recipes-graphics/mesa/mesa.inc
> @@ -21,7 +21,7 @@ SRC_URI =
> "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
>             file://0001-futex.h-Define-__NR_futex-if-it-does-not-exist.patch \
>             "
> 
> -SRC_URI[sha256sum] =
> "379fc984459394f2ab2d84049efdc3a659869dc1328ce72ef0598506611712bb"
> +SRC_URI[sha256sum] =
> "46c1dc5bb54a372dee43ec3c067229c299187d5bdadf1402756bbf66a6df5b88"
> 
>  UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
> 
> diff --git a/meta/recipes-graphics/mesa/mesa_21.0.1.bb b/meta/recipes-
> graphics/mesa/mesa_21.0.2.bb
> similarity index 100%
> rename from meta/recipes-graphics/mesa/mesa_21.0.1.bb
> rename to meta/recipes-graphics/mesa/mesa_21.0.2.bb
> --
> 2.25.1


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

* Re: [OE-core] [PATCH v2] mesa: upgrade 21.0.1 -> 21.0.2
  2021-04-19  3:24 ` Naveen Saini
@ 2021-04-19  7:22   ` Alexander Kanavin
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Kanavin @ 2021-04-19  7:22 UTC (permalink / raw)
  To: Naveen Saini; +Cc: wangmy, openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2956 bytes --]

Seems like mesa has regressed to using softpipe instead of virgl on target,
but only on Fedora 32. It's odd, because other selftest workers in the same
a-full run (Debian, Ubuntu) are fine.

OpenGL ES 2.x information:

  version: "OpenGL ES 3.1 Mesa 21.0.2"
  shading language version: "OpenGL ES GLSL ES 3.10"
  vendor: "Mesa/X.org"
  renderer: "softpipe"

Can you re-run the selftest on Fedora 32?

Alex


On Mon, 19 Apr 2021 at 05:24, Naveen Saini <naveen.kumar.saini@intel.com>
wrote:

> [SWAT]
> Oe-selftest on fedora failed.
>
> RESULTS - virgl.VirglTest.test_kmscube: FAILED (0.30s)
>
> AssertionError: 'renderer: "virgl"' not found in 'Using display
> 0x55dccc0562e0 with EGL version 1.4
> https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/2005
>
> Regards,
> Naveen
>
> > -----Original Message-----
> > From: openembedded-core@lists.openembedded.org <openembedded-
> > core@lists.openembedded.org> On Behalf Of wangmy
> > Sent: Friday, April 16, 2021 7:50 AM
> > To: openembedded-core@lists.openembedded.org
> > Cc: Wang Mingyu <wangmy@fujitsu.com>
> > Subject: [OE-core] [PATCH v2] mesa: upgrade 21.0.1 -> 21.0.2
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  .../mesa/{mesa-gl_21.0.1.bb => mesa-gl_21.0.2.bb}               | 0
> >  meta/recipes-graphics/mesa/mesa.inc                             | 2 +-
> >  meta/recipes-graphics/mesa/{mesa_21.0.1.bb => mesa_21.0.2.bb}   | 0
> >  3 files changed, 1 insertion(+), 1 deletion(-)  rename meta/recipes-
> > graphics/mesa/{mesa-gl_21.0.1.bb => mesa-gl_21.0.2.bb} (100%)  rename
> > meta/recipes-graphics/mesa/{mesa_21.0.1.bb => mesa_21.0.2.bb} (100%)
> >
> > diff --git a/meta/recipes-graphics/mesa/mesa-gl_21.0.1.bb
> b/meta/recipes-
> > graphics/mesa/mesa-gl_21.0.2.bb
> > similarity index 100%
> > rename from meta/recipes-graphics/mesa/mesa-gl_21.0.1.bb
> > rename to meta/recipes-graphics/mesa/mesa-gl_21.0.2.bb
> > diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-
> > graphics/mesa/mesa.inc
> > index caf3c62ad8..5705ae0f08 100644
> > --- a/meta/recipes-graphics/mesa/mesa.inc
> > +++ b/meta/recipes-graphics/mesa/mesa.inc
> > @@ -21,7 +21,7 @@ SRC_URI =
> > "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
> >
>  file://0001-futex.h-Define-__NR_futex-if-it-does-not-exist.patch \
> >             "
> >
> > -SRC_URI[sha256sum] =
> > "379fc984459394f2ab2d84049efdc3a659869dc1328ce72ef0598506611712bb"
> > +SRC_URI[sha256sum] =
> > "46c1dc5bb54a372dee43ec3c067229c299187d5bdadf1402756bbf66a6df5b88"
> >
> >  UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
> >
> > diff --git a/meta/recipes-graphics/mesa/mesa_21.0.1.bb b/meta/recipes-
> > graphics/mesa/mesa_21.0.2.bb
> > similarity index 100%
> > rename from meta/recipes-graphics/mesa/mesa_21.0.1.bb
> > rename to meta/recipes-graphics/mesa/mesa_21.0.2.bb
> > --
> > 2.25.1
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 6802 bytes --]

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

end of thread, other threads:[~2021-04-19  7:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15 23:50 [OE-core] [PATCH v2] mesa: upgrade 21.0.1 -> 21.0.2 wangmy
2021-04-19  3:24 ` Naveen Saini
2021-04-19  7:22   ` 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.