summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-11-18 16:18:27 -0800
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-11-18 16:18:32 -0800
commitbcc497b58ee03e932337daedf0ff7e36e2fb20f8 (patch)
treeb83520655224aeb4d6f96a3645493141558d2dde
parent80fd3d9a6cee789793a170b542eb4f09dc1dde14 (diff)
downloadmeta-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.bb19
-rw-r--r--meta-xilinx-bsp/recipes-xrt/opencl-clhpp/opencl-clhpp_git.bb29
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 @@
1SUMMARY = "OpenCL ICD library"
2DESCRIPTION = "Open Source alternative to vendor specific OpenCL ICD loaders."
3
4# The LICENSE is BSD 2-Clause "Simplified" License
5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://COPYING;md5=232257bbf7320320725ca9529d3782ab"
7
8SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https"
9
10PV = "2.2.12+git${SRCPV}"
11SRCREV = "af79aebe4649f30dbd711c1bf6fc661eac6e5f01"
12
13S = "${WORKDIR}/git"
14
15inherit autotools
16
17DEPENDS = "ruby-native"
18
19BBCLASSEXTEND = "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 @@
1SUMMARY = "Host API C++ bindings"
2DESCRIPTION = "OpenCL compute API headers C++ bindings from Khronos Group"
3LICENSE = "Khronos"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7e4a01f0c56b39419aa287361a82df00"
5SECTION = "base"
6
7SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https"
8
9PV = "2.0.10+git${SRCPV}"
10SRCREV = "acd6972bc65845aa28bd9f670dec84cbf8b760f3"
11
12S = "${WORKDIR}/git"
13
14do_configure () {
15:
16}
17
18# Only cl2.hpp is necessary.
19# Base on the repo, Directly input_cl2.hpp copied as cl2.hpp
20do_compile () {
21:
22}
23
24do_install () {
25 install -d ${D}${includedir}/CL/
26 install -m 0644 ${S}/input_cl2.hpp ${D}${includedir}/CL/cl2.hpp
27}
28
29ALLOW_EMPTY_${PN} = "1"