From 7dffd8239993403ba4b53300439666b178f7d5e2 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Fri, 21 Oct 2022 17:02:39 +0800 Subject: opencl-clang/15.0.0: add recipe Build opencl-clang with llvm-15 and point to latest from ocl-open-150 branch. Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc') 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" COMPATIBLE_HOST = '(x86_64).*-linux' COMPATIBLE_HOST:libc-musl = "null" -do_install:append:class-native() { - install -d ${D}${bindir} - install -m 0755 ${B}/linux_linker/linux_resource_linker ${D}${bindir}/ -} - BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf