From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb | 12 ++++++++++++
 meta-arago-distro/recipes-core/packagegroups/ti-world.bb  |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
 create mode 100644 meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb

diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb 
b/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb
new file mode 100644
index 0000000..20abf17
--- /dev/null
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb
@@ -0,0 +1,12 @@
+# This is just an alias between debian and OE names
+
+LICENSE = "MIT"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+inherit packagegroup
+
+PACKAGES += "${PN}-runtime"
+
+RDEPENDS_${PN} = "opencl"
+RDEPENDS_${PN}-runtime = "opencl-runtime"
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb 
b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
index 1d5e286..95a8cca 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
@@ -37,7 +37,7 @@ RDEPENDS_${PN} = "\
     
${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-graphics','',d)}
 \
     
${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-gtk','',d)}
 \
     
${@bb.utils.contains('MACHINE_FEATURES','gpu','packagegroup-arago-tisdk-qte 
qt3d-examples','',d)} \
-    
${@bb.utils.contains('MACHINE_FEATURES','dsp','packagegroup-arago-tisdk-opencl','',d)}
 \
+    
${@bb.utils.contains('MACHINE_FEATURES','dsp','packagegroup-arago-tisdk-opencl 
ti-opencl','',d)} \
     
${@bb.utils.contains('MACHINE_FEATURES','dsp','packagegroup-arago-tisdk-opencl-extra','',d)}
 \
     packagegroup-arago-tisdk-connectivity \
     packagegroup-arago-tisdk-crypto \
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to