summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2023-08-25 08:21:07 +0530
committerAnuj Mittal <anuj.mittal@intel.com>2023-08-25 13:50:42 +0800
commitf30c2a8a3da3fc35f1277b406ed193eafd0d9f9b (patch)
treea16f57803a155c355a06ff2d40c94ce9b711aaf4 /dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc
parente3911bc45ee2a210408cfbc5217199ee6b7569a4 (diff)
downloadmeta-intel-f30c2a8a3da3fc35f1277b406ed193eafd0d9f9b.tar.gz
opencl-clang/14.0: update to latest
Drop patch 0001-don-t-redefine-LLVM_TABLEGEN_EXE.patch which is not needed anymore Backport a fix from main branch to fix build issues. Move do_install:append:class-native to individual recipe Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc
index 1d9b4d51..0886e43b 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc
+++ b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc
@@ -16,9 +16,4 @@ DEPENDS:append:class-target = " opencl-clang-native"
16COMPATIBLE_HOST = '(x86_64).*-linux' 16COMPATIBLE_HOST = '(x86_64).*-linux'
17COMPATIBLE_HOST:libc-musl = "null" 17COMPATIBLE_HOST:libc-musl = "null"
18 18
19do_install:append:class-native() {
20 install -d ${D}${bindir}
21 install -m 0755 ${B}/linux_linker/linux_resource_linker ${D}${bindir}/
22}
23
24BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"