I just realized that this commit effectively removes these TI toolchains from the keystone devkits, "meta-toolchain-arago-tisdk-server".

On 1/15/2019 4:51 PM, Denys Dmytriyenko wrote:
Signed-off-by: Denys Dmytriyenko <[email protected]>
---
  ...k-packagegroup-arago-qte-toolchain-host.bb |  2 +-
  .../nativesdk-packagegroup-arago-sdk-host.bb  | 13 +----------
  ...nativesdk-packagegroup-arago-tisdk-host.bb | 22 +++++++++++++++++++
  3 files changed, 24 insertions(+), 13 deletions(-)
  create mode 100644 
meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb

diff --git 
a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-qte-toolchain-host.bb
 
b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-qte-toolchain-host.bb
index 25d4f156..88736682 100644
--- 
a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-qte-toolchain-host.bb
+++ 
b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-qte-toolchain-host.bb
@@ -5,6 +5,6 @@ LICENSE = "MIT"
  inherit packagegroup nativesdk qt-vars
RDEPENDS_${PN} = "\
-    nativesdk-packagegroup-arago-sdk-host \
+    nativesdk-packagegroup-arago-tisdk-host \
      ${QT_RDEPENDS_NATIVESDK_TOOLS} \
      "
diff --git 
a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb
 
b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb
index af83521a..4199c2eb 100644
--- 
a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb
+++ 
b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb
@@ -1,21 +1,11 @@
  SUMMARY = "Host packages for a standalone Arago SDK or external toolchain"
-PR = "r17"
+PR = "r18"
  LICENSE = "MIT"
inherit packagegroup nativesdk PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" -EXTRA_TI_TOOLS = " \
-    nativesdk-ti-cgt6x \
-    nativesdk-ti-cgt-pru \
-    nativesdk-clocl \
-    nativesdk-clacc \
-    nativesdk-open62541-examples \
-    nativesdk-open62541-tests \
-    nativesdk-tidl-import \
-"
-
  RDEPENDS_${PN} = "\
      nativesdk-pkgconfig \
      nativesdk-opkg \
@@ -28,5 +18,4 @@ RDEPENDS_${PN} = "\
      nativesdk-git \
      nativesdk-cmake \
      nativesdk-mtd-utils-ubifs \
-    ${EXTRA_TI_TOOLS} \
  "
diff --git 
a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb
 
b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb
new file mode 100644
index 00000000..cb345918
--- /dev/null
+++ 
b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Host packages for a standalone Arago SDK with TI tools"
+PR = "r0"
+LICENSE = "MIT"
+
+inherit packagegroup nativesdk
+
+PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
+
+EXTRA_TI_TOOLS = " \
+    nativesdk-ti-cgt6x \
+    nativesdk-ti-cgt-pru \
+    nativesdk-clocl \
+    nativesdk-clacc \
+    nativesdk-open62541-examples \
+    nativesdk-open62541-tests \
+    nativesdk-tidl-import \
+"
+
+RDEPENDS_${PN} = "\
+    nativesdk-packagegroup-arago-sdk-host \
+    ${EXTRA_TI_TOOLS} \
+"
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to