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 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 > 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 > > Subject: [OE-core] [PATCH v2] mesa: upgrade 21.0.1 -> 21.0.2 > > > > Signed-off-by: Wang Mingyu > > --- > > .../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\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 > > > > >