- Group TISDK toolchain base targets
- Add standalone sdk target for keystone

Signed-off-by: Sam Nelson <sam.nel...@ti.com>
---
 .../packagegroup-arago-toolchain-tisdk-target.bb   |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

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 43623b6..d405cc9 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
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to build and install header and libs into the sdk"
 LICENSE = "MIT"
-PR = "r6"
+PR = "r7"
 
 inherit packagegroup
 
@@ -12,11 +12,17 @@ QT_TOOLCHAIN_TARGET = "\
 
 QT_TOOLCHAIN_TARGET_keystone = ""
 
-RDEPENDS_${PN} = "\
-    ${QT_TOOLCHAIN_TARGET} \
+TISDK_TOOLCHAIN_BASE_TARGET = "\
     packagegroup-arago-tisdk-multimedia-sdk-target \
     packagegroup-arago-tisdk-connectivity-sdk-target \
     packagegroup-arago-tisdk-crypto-sdk-target \
+"
+
+TISDK_TOOLCHAIN_BASE_TARGET_keystone = 
"packagegroup-arago-standalone-sdk-target"
+
+RDEPENDS_${PN} = "\
+    ${QT_TOOLCHAIN_TARGET} \
+    ${TISDK_TOOLCHAIN_BASE_TARGET} \
     
${@base_contains('MACHINE_FEATURES','sgx','packagegroup-arago-tisdk-graphics-sdk-target','',d)}
 \
     packagegroup-arago-tisdk-addons-sdk-target \
 "
-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to