From patchwork Fri May 1 14:25:51 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 87335 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 598D4CD3427 for ; Fri, 1 May 2026 14:25:52 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.15606.1777645529533463501 for ; Fri, 01 May 2026 07:25:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=yxyQQEqQ; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=3eDRYuHY; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019de3ee7da5-079ba905-f06b-4361-bbc1-86ff2791be0f-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1777645551; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=LpKNst+4dM+m7m/WI7a8DzWjYBOgnBnMP+kNqSN5uDE=; b=yxyQQEqQvZZxcFu7SxAZmdJ8AFr2vOq61UU8rJWg+kUtYsIkoim6ymxTcpaYVC1T nsGmkvHl2SC0oENuraKrvFFPGYE0EB/8TNbe9LaxI2v58Xelt6/Ib6wohs8vuywJRZ0 ZT6ZAEN7XM+mGKGflgXzMSOg5oDf9P1FkcqIe9+E= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1777645551; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=LpKNst+4dM+m7m/WI7a8DzWjYBOgnBnMP+kNqSN5uDE=; b=3eDRYuHYh9yoeJVb/tpQtk2Y5X5vxN7fzA1dix2+gOJh5LiTQer+ZM8W2Rj4WCy9 AvdjhPIp/DxwxOApGzia2wOwqmksOp6Jf7KmIGr4HJwv5dmU0Zo5aJCMUHUOZXjh0Ks DSs3rAf63Fp7SOVKWy1MJ10W0NjXAbmKGGk+wKQQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Jose Quaresma Cc: openembedded-core@lists.openembedded.org Subject: [AUH] shaderc: upgrading to 2026.2 SUCCEEDED Message-ID: <0101019de3ee7da5-079ba905-f06b-4361-bbc1-86ff2791be0f-000000@us-west-2.amazonses.com> Date: Fri, 1 May 2026 14:25:51 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.01-54.240.27.191 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 01 May 2026 14:25:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/236276 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *shaderc* to *2026.2* has Succeeded. Next steps: - apply the patch: git am 0001-shaderc-upgrade-2026.1-2026.2.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 34ce52a80429af1beedb11961aeb1f84fb67da2e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 12:13:36 +0000 Subject: [PATCH] shaderc: upgrade 2026.1 -> 2026.2 --- .../0001-cmake-disable-building-external-dependencies.patch | 6 +++--- ...2-libshaderc_util-fix-glslang-header-file-location.patch | 2 +- .../shaderc/{shaderc_2026.1.bb => shaderc_2026.2.bb} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-graphics/shaderc/{shaderc_2026.1.bb => shaderc_2026.2.bb} (95%) diff --git a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch index cb8bbdd28f..f9731a8eaa 100644 --- a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch +++ b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch @@ -1,4 +1,4 @@ -From 29f9099f15755ca8a201a4a02dc1370e21ec936a Mon Sep 17 00:00:00 2001 +From adf7927c3fa5055d33c3970be53fdf1a8853b617 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Sat, 13 Feb 2021 00:45:56 +0000 Subject: [PATCH] cmake: disable building external dependencies @@ -53,7 +53,7 @@ index 06f5395..39b8869 100644 function(define_pkg_config_file NAME LIBS) diff --git a/utils/update_build_version.py b/utils/update_build_version.py -index b7ce5b8..95b34c5 100755 +index 7adcefc..3eac466 100755 --- a/utils/update_build_version.py +++ b/utils/update_build_version.py @@ -30,6 +30,7 @@ import re @@ -64,7 +64,7 @@ index b7ce5b8..95b34c5 100755 def mkdir_p(directory): """Make the directory, and all its ancestors as required. Any of the -@@ -121,25 +122,32 @@ def get_version_string(project, directory): +@@ -123,25 +124,32 @@ def get_version_string(project, directory): directory, which consists of software version string and git description string.""" detailed_version_string_lst = [project] diff --git a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch index 3f030e5c8b..d639635766 100644 --- a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch +++ b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch @@ -1,4 +1,4 @@ -From 7831df8bb68a8992a07ecc359550879e629e8c79 Mon Sep 17 00:00:00 2001 +From f3915766d382d30c83da6d8077bf183e930a4789 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Sat, 13 Feb 2021 00:45:56 +0000 Subject: [PATCH] libshaderc_util: fix glslang header file location diff --git a/meta/recipes-graphics/shaderc/shaderc_2026.1.bb b/meta/recipes-graphics/shaderc/shaderc_2026.2.bb similarity index 95% rename from meta/recipes-graphics/shaderc/shaderc_2026.1.bb rename to meta/recipes-graphics/shaderc/shaderc_2026.2.bb index 1d66c2b810..644db97969 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2026.1.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2026.2.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "75f8c09ada4a69b086afdd2c03d7a8be06242414" +SRCREV = "baec0c74d6dca70c52d937e2e5bf6ffcd449e430" SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v${PV} \ file://0001-cmake-disable-building-external-dependencies.patch \ file://0002-libshaderc_util-fix-glslang-header-file-location.patch \