summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.12.16259.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-04-13 13:23:13 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-04-14 07:01:40 +0800
commitb7d87376c71ecbbc74eea1100b6d12cfb8eba3fd (patch)
tree21639d7ec42e932f2ffc916ad85680e2bc4be580 /dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.12.16259.bb
parent1dfb663acab752d3dc79f6ff7e9357398c634111 (diff)
downloadmeta-intel-b7d87376c71ecbbc74eea1100b6d12cfb8eba3fd.tar.gz
intel-compute-runtime: upgrade 20.12.16259 -> 20.14.16441
Dropped the backported patch. 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/compute-runtime/intel-compute-runtime_20.12.16259.bb')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.12.16259.bb44
1 files changed, 0 insertions, 44 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.12.16259.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.12.16259.bb
deleted file mode 100644
index 0eb0655a..00000000
--- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.12.16259.bb
+++ /dev/null
@@ -1,44 +0,0 @@
1SUMMARY = "The Intel(R) Graphics Compute Runtime for OpenCL(TM)"
2DESCRIPTION = "The Intel(R) Graphics Compute Runtime for OpenCL(TM) \
3is an open source project to converge Intel's development efforts \
4on OpenCL(TM) compute stacks supporting the GEN graphics hardware \
5architecture."
6
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=ae27f47fd6755510247c19e547e4c804 \
9 file://third_party/opencl_headers/LICENSE;md5=dcefc90f4c3c689ec0c2489064e7273b"
10
11SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https \
12 file://enable-external-offline-compiler.patch \
13 "
14
15SRCREV = "43016c65591bd125a9590ea05ca83d094a628f79"
16
17S = "${WORKDIR}/git"
18
19DEPENDS += " intel-graphics-compiler gmmlib clang"
20DEPENDS_append_class-target = " intel-compute-runtime-native"
21
22RDEPENDS_${PN} += " intel-graphics-compiler gmmlib"
23
24inherit cmake pkgconfig
25
26COMPATIBLE_HOST = '(x86_64).*-linux'
27COMPATIBLE_HOST_libc-musl = "null"
28
29EXTRA_OECMAKE = " \
30 -DIGC_DIR=${STAGING_INCDIR}/igc \
31 -DBUILD_TYPE=Release \
32 -DSKIP_UNIT_TESTS=1 \
33 -DCCACHE_ALLOWED=FALSE \
34 -Dcloc_cmd_prefix=ocloc \
35 "
36
37FILES_${PN} += " \
38 ${libdir}/intel-opencl/libigdrcl.so \
39 ${libdir}/intel-opencl/libocloc.so \
40 "
41
42BBCLASSEXTEND = "native nativesdk"
43
44UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"