On Wed, 2022-09-21 at 18:39 +0200, Markus Volk wrote: > - add PACKAGECONFIG to build vulkan beta drivers > - add PACKAGECONFIG for zink and build it along with vulkan > - remove TLS-ELF patch and the associated PACKAGECONFIG. It looks like its > unneeded > - remove swrast_kms backport patch > - remove the patch that reverts the deprecation of drm_handle as it is not > applicable. Still needed ? > - fix patch fuzz warnings > > License file has been changed, but no change of licenses > https://gitlab.freedesktop.org/mesa/mesa/-/commit/e6392fcf3d8b8dd7e3a8427755d8be2f2332366a > > Signed-off-by: Markus Volk <[email protected]>
This failed in testing with: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/4157/steps/14/logs/stdio Looks like the output changed from: renderer: "virgl" to renderer: "virgl (LLVMPIPE (LLVM 13.0.1, 256 bits))" so we need something like: diff --git a/meta-selftest/lib/oeqa/runtime/cases/virgl.py b/meta-selftest/lib/oeqa/runtime/cases/virgl.py index 144decdd6b7..f19cdee9f09 100644 --- a/meta-selftest/lib/oeqa/runtime/cases/virgl.py +++ b/meta-selftest/lib/oeqa/runtime/cases/virgl.py @@ -15,4 +15,4 @@ class VirglTest(OERuntimeTestCase): def test_kmscube(self): status, output = self.target.run('kmscube') self.assertEqual(status, 0, "kmscube exited with non-zero status %d and output:\n%s" %(status, output)) - self.assertIn('renderer: "virgl"', output, "kmscube does not seem to use virgl:\n%s" %(output)) + self.assertIn('renderer: "virgl', output, "kmscube does not seem to use virgl:\n%s" %(output)) Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#170968): https://lists.openembedded.org/g/openembedded-core/message/170968 Mute This Topic: https://lists.openembedded.org/mt/93830520/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
