diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2023-08-25 08:21:07 +0530 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2023-08-25 13:50:42 +0800 |
commit | f30c2a8a3da3fc35f1277b406ed193eafd0d9f9b (patch) | |
tree | a16f57803a155c355a06ff2d40c94ce9b711aaf4 /dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc | |
parent | e3911bc45ee2a210408cfbc5217199ee6b7569a4 (diff) | |
download | meta-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.inc | 5 |
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" | |||
16 | COMPATIBLE_HOST = '(x86_64).*-linux' | 16 | COMPATIBLE_HOST = '(x86_64).*-linux' |
17 | COMPATIBLE_HOST:libc-musl = "null" | 17 | COMPATIBLE_HOST:libc-musl = "null" |
18 | 18 | ||
19 | do_install:append:class-native() { | ||
20 | install -d ${D}${bindir} | ||
21 | install -m 0755 ${B}/linux_linker/linux_resource_linker ${D}${bindir}/ | ||
22 | } | ||
23 | |||
24 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |