summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-07 23:38:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-10 10:47:31 +0100
commitf029ad05bf8dcde8f826d008493121eaf03af81b (patch)
tree6788b4fe5ec2214b002ed00a350966dcb7d82bcd /meta/recipes-graphics
parent8d7e8bd2f71997a3ab79c583cd9427167aab02c9 (diff)
downloadpoky-f029ad05bf8dcde8f826d008493121eaf03af81b.tar.gz
spirv-llvm-translator: upgrade 20.1.2 -> 20.1.4
Details of changes https://github.com/KhronosGroup/SPIRV-LLVM-Translator/compare/v20.1.2...v20.1.4 (From OE-Core rev: e3890983dbf422f2dad33267f7dbe12ae3aff7c8) 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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb (renamed from meta/recipes-graphics/spir/spirv-llvm-translator_20.1.2.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.2.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb
index 4952e8ba4f..14e4bb74ac 100644
--- a/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.2.bb
+++ b/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.4.bb
@@ -6,12 +6,11 @@ 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"
9SRC_URI = " \ 10SRC_URI = " \
10 git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;name=spirv;branch=${SPIRV_BRANCH} \ 11 git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;tag=v${PV};branch=${SPIRV_BRANCH} \
11" 12"
12 13
13SRCREV_spirv = "6dd8f2a1681a27f16c53d932d2765920f312aeb2"
14
15UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 14UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
16 15
17DEPENDS = "clang spirv-tools spirv-headers" 16DEPENDS = "clang spirv-tools spirv-headers"