summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-09-08 14:22:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-11 11:31:56 +0100
commitb90ea2359c47e09fd4079d167596a3a3f435fb1c (patch)
treec55deaed372219b535a10a4f3ecb41d8e95d6930
parent673b5fd11ab3195c0bd345af9db9115993da3074 (diff)
downloadpoky-b90ea2359c47e09fd4079d167596a3a3f435fb1c.tar.gz
spirv-llvm-translator: Upgrade to 21.1.0
(From OE-Core rev: 082977b4359d1b13506e2df9b92fd63a3627df3b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/spir/spirv-llvm-translator_21.1.0.bb (renamed from meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb)3
1 files changed, 2 insertions, 1 deletions
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
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"
6 6
7# pattern: llvm_branch_200, currently there are no minor releases, so, no llvm_branch_201 7# pattern: llvm_branch_200, currently there are no minor releases, so, no llvm_branch_201
8SPIRV_BRANCH = "llvm_release_${@oe.utils.trim_version('${PV}', 1).replace('.', '')}0" 8SPIRV_BRANCH = "llvm_release_${@oe.utils.trim_version('${PV}', 1).replace('.', '')}0"
9SRCREV = "74843f2186bb63b6802758222084da17fcbe603c" 9SRCREV = "acb023b63a4bafd53d0ba6a1a452b1f0e5671458"
10SRC_URI = " \ 10SRC_URI = " \
11 git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;tag=v${PV};branch=${SPIRV_BRANCH} \ 11 git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;tag=v${PV};branch=${SPIRV_BRANCH} \
12" 12"
@@ -20,6 +20,7 @@ inherit cmake pkgconfig python3native
20# Specify any options you want to pass to cmake using EXTRA_OECMAKE: 20# Specify any options you want to pass to cmake using EXTRA_OECMAKE:
21# for CMAKE_SHARED_LIBS=OFF see https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/1868 21# for CMAKE_SHARED_LIBS=OFF see https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/1868
22EXTRA_OECMAKE = "\ 22EXTRA_OECMAKE = "\
23 -DBASE_LLVM_VERSION='${@oe.utils.trim_version('${PV}', 3)}' \
23 -DBUILD_SHARED_LIBS=ON \ 24 -DBUILD_SHARED_LIBS=ON \
24 -DCMAKE_BUILD_TYPE=Release \ 25 -DCMAKE_BUILD_TYPE=Release \
25 -DCMAKE_POSITION_INDEPENDENT_CODE=ON \ 26 -DCMAKE_POSITION_INDEPENDENT_CODE=ON \