From patchwork Sat Mar 15 14:18:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 59092 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86BD5C369B2 for ; Sat, 15 Mar 2025 14:18:32 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.10351.1742048287062527983 for ; Sat, 15 Mar 2025 07:18:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=ij7aCioo; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=kwQS5gfr; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101959a2bb6cd-678659ed-d8fb-4bca-aa42-b79ea30a8d51-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1742048311; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=5V68uHjzcQHWiqAoqrNQeZXZVD0u01rM6wX15VaAV/4=; b=ij7aCiooxtX+lApLFg808OLNBRMV+bWLfbmWjVC6iGB8S2p6gWPRE6d6EsFeW6SR u3GTluKKmzZdCOh0dHk0D1a9EMRRQPqgTPpNLBLVJcA5yIA4HahftGFobmr55ds8yZi G6eBoa3htp05Qco4Rq+t5ZFl0ihk7e+VoR0kFaog= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1742048311; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=5V68uHjzcQHWiqAoqrNQeZXZVD0u01rM6wX15VaAV/4=; b=kwQS5gfrhJYD3BP7h2lGnd1iFkePlg/v4Zve0uwaddzfVgiU2e94wCdj6OlQa8y1 xeGrkzgycNhnHT3udFbiGFFm81ou9TveDmotYYaSJTgp9900igjaTO8SB6S9+Mp6gXF AtJSWiRAFCwNeUi8v9CR8SSqxR5HprCzhuQL61Qw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] piglit: upgrading to 708a9e365b18fdd881af989f75e1a6c1409cae8c SUCCEEDED Message-ID: <010101959a2bb6cd-678659ed-d8fb-4bca-aa42-b79ea30a8d51-000000@us-west-2.amazonses.com> Date: Sat, 15 Mar 2025 14:18:31 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.15-54.240.27.45 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 15 Mar 2025 14:18:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212948 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *piglit* to *708a9e365b18fdd881af989f75e1a6c1409cae8c* has Succeeded. Next steps: - apply the patch: git am 0001-piglit-upgrade-to-latest-revision.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 5c49dc75ae8f7c3e6ec6821f72e4af583046e4ad Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Mar 2025 12:30:17 +0000 Subject: [PATCH] piglit: upgrade to latest revision --- ...CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch | 2 +- .../0001-tests-Fix-narrowing-errors-seen-with-clang.patch | 2 +- ...tests-egl-spec-make-egl_ext_surface_compression-cond.patch | 2 +- .../0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch | 2 +- ...tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch | 4 ++-- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch b/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch index fa9db07f3f..cd7733d8dc 100644 --- a/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch +++ b/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch @@ -1,4 +1,4 @@ -From b76523100ad785c1fed41b881d7aecda1b8ce66f Mon Sep 17 00:00:00 2001 +From 1413845f257f2e87b751bfbbd010bef6cbafd5af Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 23 Aug 2024 15:29:45 +0200 Subject: [PATCH] CMakeLists.txt: do not obtain wayland-scanner path from diff --git a/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch b/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch index 8b51790e2a..eed4fa256f 100644 --- a/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch +++ b/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch @@ -1,4 +1,4 @@ -From e7cd5ff25b40b807664bdcaf4f865ec769bbc52c Mon Sep 17 00:00:00 2001 +From 6285135bfd65a046b4156dfebd6a05474bd9e567 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 3 May 2023 21:59:43 -0700 Subject: [PATCH] tests: Fix narrowing errors seen with clang diff --git a/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch b/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch index 9c2fe0adb2..0c62abb310 100644 --- a/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch +++ b/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch @@ -1,4 +1,4 @@ -From a7b699b2647b950b5558a0d51626e44455d2a229 Mon Sep 17 00:00:00 2001 +From dee7b5929680b4c0969dfc316d3c4d829f3a9fd7 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 22 Nov 2024 22:52:31 +0100 Subject: [PATCH] tests/egl/spec: make egl_ext_surface_compression conditional diff --git a/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch b/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch index a196921aa4..5c54226865 100644 --- a/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch +++ b/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch @@ -1,4 +1,4 @@ -From a28c1dcdaa74b014ad33a7c04ad3b906cee2770e Mon Sep 17 00:00:00 2001 +From d5b8ea675e70bb3cb05f35d36034045aa963fafd Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 4 Oct 2018 14:43:17 +0200 Subject: [PATCH] cmake: use proper WAYLAND_INCLUDE_DIRS variable diff --git a/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch b/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch index 1a5d7f7006..d876f3c6bb 100644 --- a/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch +++ b/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch @@ -1,4 +1,4 @@ -From 30eb460534dbcd6c7cd23bbe733c8ed6bdd82773 Mon Sep 17 00:00:00 2001 +From 7fe76ae81062420e70c74755fe3c518fa9aa5512 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 10 Nov 2020 17:13:50 +0000 Subject: [PATCH] tests/util/piglit-shader.c: do not hardcode build path into @@ -13,7 +13,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/util/piglit-shader.c b/tests/util/piglit-shader.c -index 1787eb180..9e74704b1 100644 +index b03221053..a01568c81 100644 --- a/tests/util/piglit-shader.c +++ b/tests/util/piglit-shader.c @@ -73,7 +73,7 @@ piglit_compile_shader(GLenum target, const char *filename) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index ef3241c7a2..4358f1cc89 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -15,7 +15,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "fc8179d319046f45346bcbcc5aaeabebdf151f03" +SRCREV = "708a9e365b18fdd881af989f75e1a6c1409cae8c" # (when PV goes above 1.0 remove the trailing r) PV = "1.0+gitr"