From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 .../recipes-core/packagegroups/ti-demos.bb              | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb 
b/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
index 20d73b9..a20ed05 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-demos.bb
@@ -1,9 +1,22 @@
 SUMMARY = "TI World packagegroup"
 LICENSE = "MIT"
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 inherit packagegroup
 
+VOXEL = ""
+VOXEL_ti33x = "voxelsdk"
+VOXEL_ti43x = "voxelsdk"
+VOXEL_omap-a15 = "voxelsdk"
+
+PDM_ANOMALY = ""
+PDM_ANOMALY_ti33x = "pdm-anomaly-detection"
+PDM_ANOMALY_ti43x = "pdm-anomaly-detection"
+PDM_ANOMALY_omap-a15 = "pdm-anomaly-detection"
+PDM_ANOMALY_am65xx = "pdm-anomaly-detection"
+
 RDEPENDS_${PN} = "\
-    voxelsdk \
-    pdm-anomaly-detection \
+    ${VOXEL} \
+    ${PDM_ANOMALY} \
 "
-- 
2.7.4

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

Reply via email to