diff options
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb')
-rw-r--r-- | dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb | 31 |
1 files changed, 0 insertions, 31 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 deleted file mode 100644 index 06dc44da..00000000 --- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang_12.0.0.bb +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | SUMMARY = "Common clang is a thin wrapper library around clang" | ||
2 | DESCRIPTION = "Common clang has OpenCL-oriented API and is capable \ | ||
3 | to compile OpenCL C kernels to SPIR-V modules." | ||
4 | |||
5 | LICENSE = "NCSA" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e8a15bf1416762a09ece07e44c79118c" | ||
7 | |||
8 | SRC_URI = "git://github.com/intel/opencl-clang.git;branch=ocl-open-120;protocol=https \ | ||
9 | " | ||
10 | SRCREV = "8fc6b059248dc6c9c40c7cbe5fedcc6ebb951983" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | inherit cmake | ||
15 | DEPENDS += " clang spirv-llvm-translator" | ||
16 | DEPENDS_append_class-target = " opencl-clang-native" | ||
17 | |||
18 | COMPATIBLE_HOST = '(x86_64).*-linux' | ||
19 | COMPATIBLE_HOST_libc-musl = "null" | ||
20 | |||
21 | EXTRA_OECMAKE += "\ | ||
22 | -DCMAKE_SKIP_RPATH=TRUE \ | ||
23 | -DPREFERRED_LLVM_VERSION=${LLVMVERSION} \ | ||
24 | " | ||
25 | |||
26 | do_install_append_class-native() { | ||
27 | install -d ${D}${bindir} | ||
28 | install -m 0755 ${B}/linux_linker/linux_resource_linker ${D}${bindir}/ | ||
29 | } | ||
30 | |||
31 | BBCLASSEXTEND = "native nativesdk" | ||