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.5* has Succeeded.
Next steps:
- apply the patch: git am
0001-spirv-llvm-translator-upgrade-22.1.2-22.1.5.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 352d10c83ab909776f7c15dcef6048562cadf91b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 1 Aug 2026 06:02:39 +0000
Subject: [PATCH] spirv-llvm-translator: upgrade 22.1.2 -> 22.1.5
27afcfe3 [Backport to 22] Read old SPV_INTEL_float4 type for
StochasticRound*ToE2M1INTEL (#3926)
699789f4 [Backport to 22] Fix OpGroupNonUniformRotateKHR mangling (#3863)
(#3905)
f167fe94 [Backport to 22] Add missing coverage for SPV_EXT_long_vector (#3889)
f172a708 [Backport to 22] Add 2 opcodes back from old SPV_INTEL_fp_conversions
spec (#3880)
08310a8e [Backport to 22] Represent FP4 E2M1 with
SPV_EXT_ocp_microscaling_types (#3867)
64fa6b0a [Backport to 22] Keep VectorAnyINTEL for VectorCompute modules with
SPV_EXT_long_vector (#3829)
36e45764 [Backport to 22] Use SPV_EXT_long_vector extension for non-standard
vector size (#3777)
e123849a [Backport to 22] Implement
SPV_INTEL_subgroup_scaled_matrix_multiply_accumulate (#3831)
c88a2e4a [Backport to 22] Support SPV_INTEL_rounded_div_sqrt extension (#3770)
6c3fc37e [Backport to 22] Preventing generating FPRoundingMode for arithmetic
constrained intrinsics (#3771)
9c688012 [Backport to 22] Update SPV_INTEL_fp_conversions to the latest spec
revision (#3782)
521e409d [Backport to 22] Support `SaturatedToLargestFloat8NormalConversionEXT`
decoration (#3767)
1d5546f5 [Backport to 22] [SPIRV->LLVM] Fix missing spir_func CC on builtin
FP4/i4 conversion calls (#3746)
e10ca9b4 [LLVM 22] Add workaround to translate casts from target ext types to
int (Originally: #3476) (#3684)
beefc64b [Backport to llvm_release_220] Remove internal values for
SPV_INTEL_predicated_io (#3723)
---
...lvm-translator_22.1.2.bb => spirv-llvm-translator_22.1.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/spir/{spirv-llvm-translator_22.1.2.bb =>
spirv-llvm-translator_22.1.5.bb} (94%)
diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.2.bb
b/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.5.bb
similarity index 94%
rename from meta/recipes-graphics/spir/spirv-llvm-translator_22.1.2.bb
rename to meta/recipes-graphics/spir/spirv-llvm-translator_22.1.5.bb
index 2ee9819060..1f80c6a27f 100644
--- a/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.2.bb
+++ b/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.5.bb
@@ -6,7 +6,7 @@ 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 = "llvm_release_220"
-SRCREV = "f676199fd00f2229fb35006d5124687c0785a01d"
+SRCREV = "27afcfe385cf542197dfde8c658e1f5ff53fc2fc"
SRC_URI = " \
git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${SPIRV_BRANCH};tag=v${PV}
\
"
--
2.47.1
Changelog for spirv-llvm-translator: 22.1.2 -> 22.1.5 27afcfe3 [Backport to 22] Read old SPV_INTEL_float4 type for StochasticRound*ToE2M1INTEL (#3926) 699789f4 [Backport to 22] Fix OpGroupNonUniformRotateKHR mangling (#3863) (#3905) f167fe94 [Backport to 22] Add missing coverage for SPV_EXT_long_vector (#3889) f172a708 [Backport to 22] Add 2 opcodes back from old SPV_INTEL_fp_conversions spec (#3880) 08310a8e [Backport to 22] Represent FP4 E2M1 with SPV_EXT_ocp_microscaling_types (#3867) 64fa6b0a [Backport to 22] Keep VectorAnyINTEL for VectorCompute modules with SPV_EXT_long_vector (#3829) 36e45764 [Backport to 22] Use SPV_EXT_long_vector extension for non-standard vector size (#3777) e123849a [Backport to 22] Implement SPV_INTEL_subgroup_scaled_matrix_multiply_accumulate (#3831) c88a2e4a [Backport to 22] Support SPV_INTEL_rounded_div_sqrt extension (#3770) 6c3fc37e [Backport to 22] Preventing generating FPRoundingMode for arithmetic constrained intrinsics (#3771) 9c688012 [Backport to 22] Update SPV_INTEL_fp_conversions to the latest spec revision (#3782) 521e409d [Backport to 22] Support `SaturatedToLargestFloat8NormalConversionEXT` decoration (#3767) 1d5546f5 [Backport to 22] [SPIRV->LLVM] Fix missing spir_func CC on builtin FP4/i4 conversion calls (#3746) e10ca9b4 [LLVM 22] Add workaround to translate casts from target ext types to int (Originally: #3476) (#3684) beefc64b [Backport to llvm_release_220] Remove internal values for SPV_INTEL_predicated_io (#3723)
packages/x86-64-v3-poky-linux/spirv-llvm-translator: PV changed from "22.1.2" to "22.1.5" packages/x86-64-v3-poky-linux/spirv-llvm-translator: SRC_URI changed from "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=llvm_release_220;tag=v22.1.2" to "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=llvm_release_220;tag=v22.1.5" packages/x86-64-v3-poky-linux/spirv-llvm-translator: PKGV changed from 22.1.2 [default] to 22.1.5 [default] packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-bin: PV changed from "22.1.2" to "22.1.5" packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-bin: PKGV changed from 22.1.2 [default] to 22.1.5 [default] packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-dbg: PKGSIZE changed from 134931800 to 135130664 (+0%) packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-dbg: PV changed from "22.1.2" to "22.1.5" packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-dbg: PKGV changed from 22.1.2 [default] to 22.1.5 [default] packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-dev: PKGSIZE changed from 26587 to 26741 (+1%) packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-dev: PV changed from "22.1.2" to "22.1.5" packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-dev: PKGV changed from 22.1.2 [default] to 22.1.5 [default] packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-doc: PV changed from "22.1.2" to "22.1.5" packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-doc: PKGV changed from 22.1.2 [default] to 22.1.5 [default] packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-locale: PV changed from "22.1.2" to "22.1.5" packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-locale: PKGV changed from 22.1.2 [default] to 22.1.5 [default] packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-src: PKGSIZE changed from 2426218 to 2439431 (+1%) packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-src: FILELIST: directory renamed /usr/src/debug/spirv-llvm-translator/22.1.2/lib/SPIRV/Mangler -> /usr/src/debug/spirv-llvm-translator/22.1.5/lib/SPIRV/Mangler, directory renamed /usr/src/debug/spirv-llvm-translator/22.1.2/include -> /usr/src/debug/spirv-llvm-translator/22.1.5/include, directory renamed /usr/src/debug/spirv-llvm-translator/22.1.2/tools/llvm-spirv -> /usr/src/debug/spirv-llvm-translator/22.1.5/tools/llvm-spirv, directory renamed /usr/src/debug/spirv-llvm-translator/22.1.2/lib/SPIRV/libSPIRV -> /usr/src/debug/spirv-llvm-translator/22.1.5/lib/SPIRV/libSPIRV, directory renamed /usr/src/debug/spirv-llvm-translator/22.1.2/lib/SPIRV -> /usr/src/debug/spirv-llvm-translator/22.1.5/lib/SPIRV packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-src: PV changed from "22.1.2" to "22.1.5" packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-src: PKGV changed from 22.1.2 [default] to 22.1.5 [default] packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-staticdev: PV changed from "22.1.2" to "22.1.5" packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator-staticdev: PKGV changed from 22.1.2 [default] to 22.1.5 [default] packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator: PKGSIZE changed from 6012304 to 6028720 (+0%) packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator: PV changed from "22.1.2" to "22.1.5" packages/x86-64-v3-poky-linux/spirv-llvm-translator/spirv-llvm-translator: PKGV changed from 22.1.2 [default] to 22.1.5 [default]
0001-spirv-llvm-translator-upgrade-22.1.2-22.1.5.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242466): https://lists.openembedded.org/g/openembedded-core/message/242466 Mute This Topic: https://lists.openembedded.org/mt/120546132/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
