diff mbox series

[meta-arago,scarthgap] meta-arago-distro: add clpeak 1.1.4

Message ID 20250311004044.3187610-2-rs@ti.com
State New
Headers show
Series [meta-arago,scarthgap] meta-arago-distro: add clpeak 1.1.4 | expand

Commit Message

Randolph Sapp March 11, 2025, 12:40 a.m. UTC
From: Randolph Sapp <rs@ti.com>

Add a recipe for clpeak 1.1.4. This has already been merged into
meta-openembedded master as of 3ff6af672037b8d0a1137406cce790edba109b7a.
We just need to carry it for the scarthgap release as a backport has not
been approved.

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 .../recipes-graphics/opencl/clpeak_1.1.4.bb       | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-arago-distro/recipes-graphics/opencl/clpeak_1.1.4.bb
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-graphics/opencl/clpeak_1.1.4.bb b/meta-arago-distro/recipes-graphics/opencl/clpeak_1.1.4.bb
new file mode 100644
index 00000000..8c05ad6d
--- /dev/null
+++ b/meta-arago-distro/recipes-graphics/opencl/clpeak_1.1.4.bb
@@ -0,0 +1,15 @@ 
+SUMMARY  = "OpenCL synthetic benchmarking tool"
+DESCRIPTION = "OpenCL benchmarking tool to measure peak capabilities"
+
+SRC_URI = "git://github.com/krrishnarraj/clpeak.git;protocol=https;branch=master"
+
+LICENSE  = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+SRCREV = "527695de8393a3144863a0a07f9b92f1c734d1c4"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+DEPENDS += "opencl-clhpp virtual/opencl-icd"