summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.15.16524.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-05-28 17:53:24 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-05-28 19:02:57 +0800
commitd5fb8c53d1934e2433a5441741429f407e7c6266 (patch)
treeb4445eab089131c9b29c23d19227dd7b4b1e378f /dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.15.16524.bb
parent8e1c5395e85921350ff40564edf035faacd98e3d (diff)
downloadmeta-intel-d5fb8c53d1934e2433a5441741429f407e7c6266.tar.gz
intel-compute-runtime: upgrade 20.15.16524 -> 20.20.16837
Release notes: https://github.com/intel/compute-runtime/releases/tag/20.20.16837 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.15.16524.bb')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.15.16524.bb43
1 files changed, 0 insertions, 43 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.15.16524.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.15.16524.bb
deleted file mode 100644
index 5525b66a..00000000
--- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.15.16524.bb
+++ /dev/null
@@ -1,43 +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 "
13
14SRCREV = "e0633548a9bd025c70bc7f3539eef094b1bc9ce1"
15
16S = "${WORKDIR}/git"
17
18DEPENDS += " intel-graphics-compiler gmmlib clang"
19DEPENDS_append_class-target = " intel-compute-runtime-native"
20
21RDEPENDS_${PN} += " intel-graphics-compiler gmmlib"
22
23inherit cmake pkgconfig
24
25COMPATIBLE_HOST = '(x86_64).*-linux'
26COMPATIBLE_HOST_libc-musl = "null"
27
28EXTRA_OECMAKE = " \
29 -DIGC_DIR=${STAGING_INCDIR}/igc \
30 -DBUILD_TYPE=Release \
31 -DSKIP_UNIT_TESTS=1 \
32 -DCCACHE_ALLOWED=FALSE \
33 -Dcloc_cmd_prefix=ocloc \
34 "
35
36FILES_${PN} += " \
37 ${libdir}/intel-opencl/libigdrcl.so \
38 ${libdir}/intel-opencl/libocloc.so \
39 "
40
41BBCLASSEXTEND = "native nativesdk"
42
43UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"