summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_23.05.25593.11.bb
diff options
context:
space:
mode:
authorTeoh Suh Haw <suh.haw.teoh@intel.com>2023-04-27 10:55:52 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-04-28 12:47:23 +0800
commit0b3f156219f9e04af56b9f5dadcf8220e7821efe (patch)
tree6a496e9e2cca97b9e1c0ddb3b33c31a432785d52 /dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_23.05.25593.11.bb
parent48ddf2b0e6fa5450e63878e1fc31dfc91cf3fd94 (diff)
downloadmeta-intel-0b3f156219f9e04af56b9f5dadcf8220e7821efe.tar.gz
intel-compute-runtime: upgrade 23.05.25593.11 -> 23.09.25812.14
Release Notes: https://github.com/intel/compute-runtime/releases/tag/23.09.25812.14 Adapt external-ocloc.patch Signed-off-by: Teoh Suh Haw <suh.haw.teoh@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_23.05.25593.11.bb')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_23.05.25593.11.bb62
1 files changed, 0 insertions, 62 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_23.05.25593.11.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_23.05.25593.11.bb
deleted file mode 100644
index 4848c507..00000000
--- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_23.05.25593.11.bb
+++ /dev/null
@@ -1,62 +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.md;md5=eca6ec6997e18db166db7109cdbe611c \
9 file://third_party/opencl_headers/LICENSE;md5=dcefc90f4c3c689ec0c2489064e7273b"
10
11SRC_URI = "git://github.com/intel/compute-runtime.git;protocol=https;branch=releases/23.05 \
12 "
13
14SRC_URI:append:class-target = "file://allow-to-find-cpp-generation-tool.patch \
15 file://external-ocloc.patch \
16 "
17
18SRCREV = "4adb15f14975b10138939acbe17e05f2f010fc36"
19
20S = "${WORKDIR}/git"
21
22DEPENDS += " intel-graphics-compiler gmmlib"
23DEPENDS:append:class-target = " intel-compute-runtime-native libva"
24
25RDEPENDS:${PN} += " intel-graphics-compiler gmmlib"
26
27inherit cmake pkgconfig
28
29COMPATIBLE_HOST = '(x86_64).*-linux'
30COMPATIBLE_HOST:libc-musl = "null"
31
32EXTRA_OECMAKE = " \
33 -DIGC_DIR=${STAGING_INCDIR}/igc \
34 -DBUILD_TYPE=Release \
35 -DSKIP_UNIT_TESTS=1 \
36 -DCCACHE_ALLOWED=FALSE \
37 -DNEO_DISABLE_LD_LLD=ON \
38 -DNEO_DISABLE_LD_GOLD=ON \
39 "
40
41EXTRA_OECMAKE:append:class-target = " \
42 -Docloc_cmd_prefix=ocloc \
43 "
44
45PACKAGECONFIG ??= ""
46PACKAGECONFIG[levelzero] = "-DBUILD_WITH_L0=ON, -DBUILD_WITH_L0=OFF, level-zero"
47
48do_install:append:class-native() {
49 install -d ${D}${bindir}
50 install ${B}/bin/cpp_generate_tool ${D}${bindir}/
51}
52
53FILES:${PN} += " \
54 ${libdir}/intel-opencl/libigdrcl.so \
55 ${libdir}/libocloc.so \
56 "
57
58FILES:${PN}-dev = "${includedir}"
59
60BBCLASSEXTEND = "native nativesdk"
61
62UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"