From b90ea2359c47e09fd4079d167596a3a3f435fb1c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 8 Sep 2025 14:22:37 -0700 Subject: [PATCH] spirv-llvm-translator: Upgrade to 21.1.0 (From OE-Core rev: 082977b4359d1b13506e2df9b92fd63a3627df3b) Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- ...vm-translator_20.1.4.bb => spirv-llvm-translator_21.1.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta/recipes-graphics/spir/{spirv-llvm-translator_20.1.4.bb => spirv-llvm-translator_21.1.0.bb} (91%) diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.0.bb similarity index 91% rename from meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb rename to meta/recipes-graphics/spir/spirv-llvm-translator_21.1.0.bb index 64a73ce55a..63fae47377 100644 --- a/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb +++ b/meta/recipes-graphics/spir/spirv-llvm-translator_21.1.0.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_${@oe.utils.trim_version('${PV}', 1).replace('.', '')}0" -SRCREV = "74843f2186bb63b6802758222084da17fcbe603c" +SRCREV = "acb023b63a4bafd53d0ba6a1a452b1f0e5671458" SRC_URI = " \ git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;tag=v${PV};branch=${SPIRV_BRANCH} \ " @@ -20,6 +20,7 @@ inherit cmake pkgconfig python3native # Specify any options you want to pass to cmake using EXTRA_OECMAKE: # for CMAKE_SHARED_LIBS=OFF see https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/1868 EXTRA_OECMAKE = "\ + -DBASE_LLVM_VERSION='${@oe.utils.trim_version('${PV}', 3)}' \ -DBUILD_SHARED_LIBS=ON \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_POSITION_INDEPENDENT_CODE=ON \