summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-06-18 13:04:51 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-06-18 13:16:56 +0800
commitb45786aa221c0017da270013327dc5c61b4f8729 (patch)
tree610482f6ad9b0781c3167e568c1c2914dc6fff8a /dynamic-layers/clang-layer/recipes-opencl
parentc1d9d6083ea5bf957ac73c770df3fd28dfa36d29 (diff)
downloadmeta-intel-b45786aa221c0017da270013327dc5c61b4f8729.tar.gz
opencl-clang/12.0.0: update to latest commit
Drop patch which is not required anymore. Allow to build with llvm-12 and higher versions. Ref: https://github.com/intel/opencl-clang/commit/447798893e7e381d5321f940d30710f72214c5af Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb
index 6df10912..06dc44da 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb
@@ -6,10 +6,8 @@ LICENSE = "NCSA"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e8a15bf1416762a09ece07e44c79118c" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=e8a15bf1416762a09ece07e44c79118c"
7 7
8SRC_URI = "git://github.com/intel/opencl-clang.git;branch=ocl-open-120;protocol=https \ 8SRC_URI = "git://github.com/intel/opencl-clang.git;branch=ocl-open-120;protocol=https \
9 file://0001-don-t-redefine-LLVM_TABLEGEN_EXE.patch \
10 " 9 "
11 10SRCREV = "8fc6b059248dc6c9c40c7cbe5fedcc6ebb951983"
12SRCREV = "cea544b04460a47848e585bfe75cd774c0324b45"
13 11
14S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
15 13
@@ -21,9 +19,8 @@ COMPATIBLE_HOST = '(x86_64).*-linux'
21COMPATIBLE_HOST_libc-musl = "null" 19COMPATIBLE_HOST_libc-musl = "null"
22 20
23EXTRA_OECMAKE += "\ 21EXTRA_OECMAKE += "\
24 -DLLVM_TABLEGEN_EXE=${STAGING_BINDIR_NATIVE}/llvm-tblgen \
25 -DCMAKE_SKIP_RPATH=TRUE \ 22 -DCMAKE_SKIP_RPATH=TRUE \
26 -DPREFERRED_LLVM_VERSION="12.0.0" \ 23 -DPREFERRED_LLVM_VERSION=${LLVMVERSION} \
27 " 24 "
28 25
29do_install_append_class-native() { 26do_install_append_class-native() {