From: Denys Dmytriyenko <[email protected]>
Signed-off-by: Denys Dmytriyenko <[email protected]>
---
meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb | 2 ++
meta-arago-distro/recipes-core/packagegroups/ti-world.bb | 3 +--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb
b/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb
index b962779..20abf17 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-opencl.bb
@@ -2,6 +2,8 @@
LICENSE = "MIT"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
inherit packagegroup
PACKAGES += "${PN}-runtime"
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
index c9aad1f..e46a1b4 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb
@@ -36,7 +36,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 \
@@ -55,5 +55,4 @@ RDEPENDS_${PN} = "\
packagegroup-arago-misc \
ti-analytics \
ti-demos \
- ti-opencl \
"
--
2.7.4
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago