summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2025-05-20 14:09:46 -0300
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2025-05-23 09:13:38 +0000
commitdf130f1bbb78aa78e5bcc081424c03e5c3f9e64b (patch)
tree11b8b152582ce4ff38fd83de7850a385dcf83811
parent1853a30e945277096d342fa8a7aef873aeb295ee (diff)
clpeak: remove recipe
Remove recipe from meta-toradex-demos layer in favor of the one from meta-openembedded layer. Related-to: ELB-6306 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
-rw-r--r--recipes-benchmark/clpeak/clpeak/0001-CMakeLists-add-install-rule.patch23
-rw-r--r--recipes-benchmark/clpeak/clpeak_git.bb15
2 files changed, 0 insertions, 38 deletions
diff --git a/recipes-benchmark/clpeak/clpeak/0001-CMakeLists-add-install-rule.patch b/recipes-benchmark/clpeak/clpeak/0001-CMakeLists-add-install-rule.patch
deleted file mode 100644
index c6246586..00000000
--- a/recipes-benchmark/clpeak/clpeak/0001-CMakeLists-add-install-rule.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 72a7027518afa64c06b3108b3b52607eb230f9d8 Mon Sep 17 00:00:00 2001
-From: Max Krummenacher <max.krummenacher@toradex.com>
-Date: Wed, 17 Oct 2018 09:31:08 +0000
-Subject: [PATCH] CMakeLists: add install rule
-
-Upstream-Status: Pending
-Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
----
- CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7fb29b5..77f37a2 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -112,3 +112,4 @@ add_executable(clpeak ${SOURCE_FILES})
-
- target_link_libraries(clpeak ${OPENCL_LIBS})
-
-+install(TARGETS clpeak RUNTIME DESTINATION bin)
---
-2.13.6
-
diff --git a/recipes-benchmark/clpeak/clpeak_git.bb b/recipes-benchmark/clpeak/clpeak_git.bb
deleted file mode 100644
index d23504d6..00000000
--- a/recipes-benchmark/clpeak/clpeak_git.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "A tool which profiles OpenCL devices to find their peak capacities"
-HOMEPAGE = "https://github.com/krrishnarraj/clpeak"
-LICENSE = "PD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
-DEPENDS = "virtual/opencl-icd"
-
-SRC_URI = " \
- git://github.com/krrishnarraj/clpeak.git;branch=master;protocol=https \
- file://0001-CMakeLists-add-install-rule.patch \
-"
-
-SRCREV = "8edab23fbc867adbada21378d65774c670c2aaf9"
-S = "${WORKDIR}/git"
-
-inherit cmake