diff mbox series

[AUH] spirv-llvm-translator: upgrading to 22.1.1 SUCCEEDED

Message ID 0101019d4979305a-9bb9ef37-9b10-49f3-a31f-d8efab16ee91-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] spirv-llvm-translator: upgrading to 22.1.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org April 1, 2026, 2:36 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *spirv-llvm-translator* to *22.1.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-spirv-llvm-translator-upgrade-22.0.0-22.1.1.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 023989bcd078b7a8ef9b3f55e5d4c9563b571ffc Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 1 Apr 2026 13:25:41 +0000
Subject: [PATCH] spirv-llvm-translator: upgrade 22.0.0 -> 22.1.1

---
 ...m-translator_22.0.0.bb => spirv-llvm-translator_22.1.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/spir/{spirv-llvm-translator_22.0.0.bb => spirv-llvm-translator_22.1.1.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_22.0.0.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.1.bb
similarity index 90%
rename from meta/recipes-graphics/spir/spirv-llvm-translator_22.0.0.bb
rename to meta/recipes-graphics/spir/spirv-llvm-translator_22.1.1.bb
index 20f4ba8464..e82dd60e86 100644
--- a/meta/recipes-graphics/spir/spirv-llvm-translator_22.0.0.bb
+++ b/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.1.bb
@@ -5,8 +5,8 @@  LICENSE = "NCSA"
 LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
 
 # pattern: llvm_branch_200, currently there are no minor releases, so, no llvm_branch_201
-SPIRV_BRANCH = "main"
-SRCREV = "f821423888319dd2f0c436fc9ab86c798ac48ba1"
+SPIRV_BRANCH = "llvm_release_220"
+SRCREV = "114f5ee1cec66fe2ca733c12770c1bc196675d32"
 SRC_URI = " \
     git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${SPIRV_BRANCH} \
 "