diff mbox series

[meta-arago,scarthgap,v3,3/3] opencl-clhpp: opencl-clhpp v2.0.16 -> v2024.05.08

Message ID 20250908185600.152317-4-a-christidis@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series opencl-clhpp: v2.0.16 -> v2024.05.08 | expand

Commit Message

Antonios Christidis Sept. 8, 2025, 6:56 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

Increase the version of the opencl c++ headers to v2024.05.08. This way
both c and c++ headers will be the same version.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
v3:
- Changed the subject tag from master to scarthgap
- Simplified subject

v2:
- Implemented the changes in a yocto compliant way, not by creating a new recipe outright

 .../recipes-extended/opencl/opencl-clhpp_%.bbappend        | 4 ++++
 .../recipes-extended/opencl/opencl_clhpp-ti.inc            | 7 +++++++
 2 files changed, 11 insertions(+)
 create mode 100644 meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend
 create mode 100644 meta-arago-test/recipes-extended/opencl/opencl_clhpp-ti.inc
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend b/meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend
new file mode 100644
index 00000000..6e486f4c
--- /dev/null
+++ b/meta-arago-test/recipes-extended/opencl/opencl-clhpp_%.bbappend
@@ -0,0 +1,4 @@ 
+OPENCL_HEADERS_TI = ""
+OPENCL_HEADERS_TI:ti-soc = "opencl_clhpp-ti.inc"
+
+require ${OPENCL_HEADERS_TI}
diff --git a/meta-arago-test/recipes-extended/opencl/opencl_clhpp-ti.inc b/meta-arago-test/recipes-extended/opencl/opencl_clhpp-ti.inc
new file mode 100644
index 00000000..ed43170c
--- /dev/null
+++ b/meta-arago-test/recipes-extended/opencl/opencl_clhpp-ti.inc
@@ -0,0 +1,7 @@ 
+SRCREV  = "0bdbbfe5ecda42cff50c96cc5e33527f42fcbd45"
+PV = "2024.05.08"
+
+DEPENDS = "opencl-headers"
+
+EXTRA_OECMAKE:append = " -DOPENCL_CLHPP_BUILD_TESTING=OFF \
+			 -DBUILD_TESTING=OFF"