From: Denys Dmytriyenko <[email protected]>
Signed-off-by: Denys Dmytriyenko <[email protected]>
---
.../recipes-core/images/arago-core-tisdk-image.inc | 10 +++++++++-
.../packagegroups/packagegroup-arago-toolchain-tisdk-target.bb | 10 ++++++++--
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
index 2932714..70dce1c 100644
--- a/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
+++ b/meta-arago-distro/recipes-core/images/arago-core-tisdk-image.inc
@@ -31,12 +31,20 @@ TARGET_IMAGES_keystone = "arago-base-tisdk-image
tisdk-server-rootfs-image"
TISDK_TOOLCHAIN = "meta-toolchain-arago-tisdk"
+TISDK_TOOLCHAIN_keystone = "meta-toolchain-arago"
+
+IMAGE_INSTALL_QT = "\
+ packagegroup-arago-tisdk-qte-sdk-host \
+"
+
+IMAGE_INSTALL_QT_keystone = ""
+
IMAGE_INSTALL = "\
packagegroup-arago-tisdk-addons-sdk-host \
packagegroup-arago-tisdk-connectivity-sdk-host \
packagegroup-arago-tisdk-crypto-sdk-host \
packagegroup-arago-tisdk-matrix-sdk-host \
packagegroup-arago-tisdk-multimedia-sdk-host \
- packagegroup-arago-tisdk-qte-sdk-host \
packagegroup-arago-tisdk-amsdk-sdk-host \
+ ${IMAGE_INSTALL_QT} \
"
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 495a0e4..43623b6 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,13 +1,19 @@
DESCRIPTION = "Task to build and install header and libs into the sdk"
LICENSE = "MIT"
-PR = "r5"
+PR = "r6"
inherit packagegroup
PACKAGE_ARCH = "${MACHINE_ARCH}"
-RDEPENDS_${PN} = "\
+QT_TOOLCHAIN_TARGET = "\
packagegroup-arago-qte-toolchain-target \
+"
+
+QT_TOOLCHAIN_TARGET_keystone = ""
+
+RDEPENDS_${PN} = "\
+ ${QT_TOOLCHAIN_TARGET} \
packagegroup-arago-tisdk-multimedia-sdk-target \
packagegroup-arago-tisdk-connectivity-sdk-target \
packagegroup-arago-tisdk-crypto-sdk-target \
--
2.0.4
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago