From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 .../packagegroups/packagegroup-arago-base-tisdk.bb      | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
index 0e8960f..41c1304 100644
--- 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
+++ 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb
@@ -1,9 +1,21 @@
 DESCRIPTION = "Additional packages beyond console packages shared by TI SDKs"
 LICENSE = "MIT"
-PR = "r16"
+PR = "r17"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit packagegroup
 
+OPTEE_PKGS = " \
+    optee-os \
+    optee-client \
+    optee-test \
+"
+
+OPTEE_DEPS = ""
+OPTEE_DEPS_am57xx-hs-evm = "${OPTEE_PKGS}"
+OPTEE_DEPS_dra7xx-hs-evm = "${OPTEE_PKGS}"
+
 RDEPENDS_${PN} = "\
     dbus \
     expat \
@@ -15,4 +27,5 @@ RDEPENDS_${PN} = "\
     arago-gpl-notice \
     arago-feed-config \
     nfs-utils-client \
-    "
+    ${OPTEE_DEPS} \
+"
-- 
2.7.4

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

Reply via email to