| Message ID | 20260106205438.994413-1-tgamblin@baylibre.com |
|---|---|
| State | Accepted, archived |
| Commit | 15e876ada73fe8e98284d14dec166007b5767f19 |
| Headers | show |
| Series | [1/2] piglit: upgrade to latest revision | expand |
On Tue Jan 6, 2026 at 9:54 PM CET, Trevor Gamblin wrote: > Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> > --- Hi Trevor, Thanks for the update. It looks like this one is failing to build musl: ERROR: piglit-1.0+gitr-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/musl-qemux86-64/build/build/tmp/work/x86-64-v3-poky-linux-musl/piglit/1.0+gitr/temp/run.do_compile.2139921' failed with exit code 1 ... | /srv/pokybuild/yocto-worker/musl-qemux86-64/build/build/tmp/work/x86-64-v3-poky-linux-musl/piglit/1.0+gitr/sources/piglit-1.0+gitr/tests/spec/ext_shader_pixel_local_storage/pixel-local-tests.c: In function 'make_test_main_str': | /srv/pokybuild/yocto-worker/musl-qemux86-64/build/build/tmp/work/x86-64-v3-poky-linux-musl/piglit/1.0+gitr/sources/piglit-1.0+gitr/tests/spec/ext_shader_pixel_local_storage/pixel-local-tests.c:787:17: error: unknown type name 'uint'; did you mean 'int'? | 787 | uint expected[4]; https://autobuilder.yoctoproject.org/valkyrie/#/builders/3/builds/3044 https://autobuilder.yoctoproject.org/valkyrie/#/builders/6/builds/3010 https://autobuilder.yoctoproject.org/valkyrie/#/builders/111/builds/1728 Can you have a look at the issue? On the other side, I confirm non-musl builds are now working, even after numpy update. Thanks, Mathieu
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 060e287f26..f8cf7aa889 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -16,7 +16,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "a0a27e528f643dfeb785350a1213bfff09681950" +SRCREV = "62d499d63d2b8b29a67efd9d93ed9b6a94d4950e" # (when PV goes above 1.0 remove the trailing r) PV = "1.0+gitr"
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)