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 |
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 \ +"