diff options
| author | Naveen Saini <naveen.kumar.saini@intel.com> | 2021-09-02 05:30:58 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-02 10:27:06 -0700 |
| commit | 610c47baddbfb310ffa681cc202211ed4a659e95 (patch) | |
| tree | 0cfd7d19908de45e84a70ba0c6f99b99f1514147 | |
| parent | 5187604e18b970e486b88e6f2eba6a454ef4f7ef (diff) | |
| download | meta-clang-610c47baddbfb310ffa681cc202211ed4a659e95.tar.gz | |
spirv-llvm-translator: switch to release llvm_release_130 branch
Fetching SPIRV-Headers, which provides required spirv.hpp headers
https://github.com/KhronosGroup/SPIRV-Headers.git
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
| -rw-r--r-- | recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb index 1e18793..87106e3 100644 --- a/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb +++ b/recipes-devtools/spirv-llvm-translator/spirv-llvm-translator_git.bb | |||
| @@ -1,12 +1,14 @@ | |||
| 1 | LICENSE = "NCSA" | 1 | LICENSE = "NCSA" |
| 2 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" | 2 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" |
| 3 | 3 | ||
| 4 | BRANCH = "master" | 4 | BRANCH = "llvm_release_130" |
| 5 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \ | 5 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \ |
| 6 | git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;destsuffix=git/SPIRV-Headers;name=headers \ | ||
| 6 | " | 7 | " |
| 7 | 8 | ||
| 8 | PV = "13.0.0" | 9 | PV = "13.0.0" |
| 9 | SRCREV = "ddb5c962f0a11dc3dcc03e1e1840d2d826b95af9" | 10 | SRCREV = "7d3a83f6e81be9e13254e73edd4272fa96ed0d44" |
| 11 | SRCREV_headers = "ddf3230c14c71e81fc0eae9b781cc4bcc2d1f0f5" | ||
| 10 | 12 | ||
| 11 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 12 | 14 | ||
| @@ -27,6 +29,7 @@ EXTRA_OECMAKE = "\ | |||
| 27 | -DLLVM_INCLUDE_TESTS=ON \ | 29 | -DLLVM_INCLUDE_TESTS=ON \ |
| 28 | -Wno-dev \ | 30 | -Wno-dev \ |
| 29 | -DCCACHE_ALLOWED=FALSE \ | 31 | -DCCACHE_ALLOWED=FALSE \ |
| 32 | -DLLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=${S}/SPIRV-Headers \ | ||
| 30 | " | 33 | " |
| 31 | 34 | ||
| 32 | do_compile:append() { | 35 | do_compile:append() { |
