diff options
author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-11-18 16:18:27 -0800 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-11-18 16:18:32 -0800 |
commit | bcc497b58ee03e932337daedf0ff7e36e2fb20f8 (patch) | |
tree | b83520655224aeb4d6f96a3645493141558d2dde | |
parent | 80fd3d9a6cee789793a170b542eb4f09dc1dde14 (diff) | |
download | meta-xilinx-bcc497b58ee03e932337daedf0ff7e36e2fb20f8.tar.gz |
opencl-clhpp, ocl-icd: Remove recipes from meta-xilinx
Remove opencl-clhpp, ocl-icd from meta-xilinx layer as the recipes are provided
in meta-openemebedded
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/recipes-xrt/ocl-icd/ocl-icd_git.bb | 19 | ||||
-rw-r--r-- | meta-xilinx-bsp/recipes-xrt/opencl-clhpp/opencl-clhpp_git.bb | 29 |
2 files changed, 0 insertions, 48 deletions
diff --git a/meta-xilinx-bsp/recipes-xrt/ocl-icd/ocl-icd_git.bb b/meta-xilinx-bsp/recipes-xrt/ocl-icd/ocl-icd_git.bb deleted file mode 100644 index d14ec53e..00000000 --- a/meta-xilinx-bsp/recipes-xrt/ocl-icd/ocl-icd_git.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | SUMMARY = "OpenCL ICD library" | ||
2 | DESCRIPTION = "Open Source alternative to vendor specific OpenCL ICD loaders." | ||
3 | |||
4 | # The LICENSE is BSD 2-Clause "Simplified" License | ||
5 | LICENSE = "BSD-2-Clause" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=232257bbf7320320725ca9529d3782ab" | ||
7 | |||
8 | SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https" | ||
9 | |||
10 | PV = "2.2.12+git${SRCPV}" | ||
11 | SRCREV = "af79aebe4649f30dbd711c1bf6fc661eac6e5f01" | ||
12 | |||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit autotools | ||
16 | |||
17 | DEPENDS = "ruby-native" | ||
18 | |||
19 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-xilinx-bsp/recipes-xrt/opencl-clhpp/opencl-clhpp_git.bb b/meta-xilinx-bsp/recipes-xrt/opencl-clhpp/opencl-clhpp_git.bb deleted file mode 100644 index 9af4442d..00000000 --- a/meta-xilinx-bsp/recipes-xrt/opencl-clhpp/opencl-clhpp_git.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | SUMMARY = "Host API C++ bindings" | ||
2 | DESCRIPTION = "OpenCL compute API headers C++ bindings from Khronos Group" | ||
3 | LICENSE = "Khronos" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7e4a01f0c56b39419aa287361a82df00" | ||
5 | SECTION = "base" | ||
6 | |||
7 | SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https" | ||
8 | |||
9 | PV = "2.0.10+git${SRCPV}" | ||
10 | SRCREV = "acd6972bc65845aa28bd9f670dec84cbf8b760f3" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | do_configure () { | ||
15 | : | ||
16 | } | ||
17 | |||
18 | # Only cl2.hpp is necessary. | ||
19 | # Base on the repo, Directly input_cl2.hpp copied as cl2.hpp | ||
20 | do_compile () { | ||
21 | : | ||
22 | } | ||
23 | |||
24 | do_install () { | ||
25 | install -d ${D}${includedir}/CL/ | ||
26 | install -m 0644 ${S}/input_cl2.hpp ${D}${includedir}/CL/cl2.hpp | ||
27 | } | ||
28 | |||
29 | ALLOW_EMPTY_${PN} = "1" | ||