diff mbox series

[meta-arago,scarthgap/master,1/2] meta-arago-distro: Create opencl packagegroup for arago toolchain sdk

Message ID 20250318151236.561373-2-a-christidis@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Include OpenCL headers within arago toolchain sdk | expand

Commit Message

Antonios Christidis March 18, 2025, 3:12 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

This package group contains opencl headers which should be included in the arago
toolchain sdk target.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 .../packagegroup-arago-opencl-sdk-target.bb            | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-opencl-sdk-target.bb
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-opencl-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-opencl-sdk-target.bb
new file mode 100644
index 00000000..1678e15f
--- /dev/null
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-opencl-sdk-target.bb
@@ -0,0 +1,10 @@ 
+SUMMARY = "Task to install opencl packages on sdk target"
+
+inherit packagegroup features_check
+
+REQUIRED_DISTRO_FEATURES = "opencl"
+
+RDEPENDS:${PN} = "\
+    opencl-clhpp-dev \
+    opencl-headers-dev \
+"