diff mbox series

[meta-arago,scarthgap/master,2/2] meta-arago-distro: add opencl headers to arago toolchain sdk recipe

Message ID 20250318151236.561373-3-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>

Add the newly created packagegroup-arago-opencl-sdk-target within the
arago toolchain sdk target recipe.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 .../packagegroups/packagegroup-arago-toolchain-tisdk-target.bb   | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb
index fc0a0241..5b1b4964 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb
@@ -22,5 +22,6 @@  RDEPENDS:${PN} = "\
     ${TISDK_TOOLCHAIN_BASE_TARGET} \
     ${TISDK_TOOLCHAIN_EXTRA_TARGET} \
     ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics-sdk-target','',d)} \
+    ${@bb.utils.contains('DISTRO_FEATURES','opencl','packagegroup-arago-opencl-sdk-target','',d)} \
     packagegroup-arago-tisdk-addons-sdk-target \
 "