All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] packagegroup: move iproute2 packages from console to connectivity group
@ 2016-08-16  2:02 Denys Dmytriyenko
  0 siblings, 0 replies; only message in thread
From: Denys Dmytriyenko @ 2016-08-16  2:02 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-core/packagegroups/packagegroup-arago-console.bb  |  4 +---
 .../packagegroups/packagegroup-arago-tisdk-connectivity.bb    | 11 +++++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
index 304ad89..099ab88 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-console.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Extended task to get more basic and console apps"
 LICENSE = "MIT"
-PR = "r13"
+PR = "r14"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -51,8 +51,6 @@ ARAGO_UTILS = "\
     fbset \
     usbutils \
     i2c-tools \
-    iproute2 \
-    iproute2-tc \
     strace \
     ${@bb.utils.contains('MACHINE_FEATURES', 'pci', 'pciutils', '',d)} \
     "
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
index 947ab34..047610b 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to install wireless packages into the target FS"
 LICENSE = "MIT"
-PR = "r33"
+PR = "r34"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -10,7 +10,6 @@ inherit packagegroup
 # These are the packages that all platforms use for WLAN support
 WLAN_COMMON = "\
     wireless-tools \
-    htop \
     iw \
     softap-udhcpd-config \
     obexd \
@@ -25,7 +24,6 @@ WLAN_COMMON = "\
     hostap-daemon-wl18xx \
     ti-wifi-utils-wl18xx \
     wl18xx-target-scripts \
-    iptables \
 "
 
 # netperf has non-standard license, needs verifying
@@ -46,7 +44,12 @@ BLUETOOTH_STACK = "\
     uim \
 "
 
-CONNECTIVITY_RDEPENDS = ""
+CONNECTIVITY_RDEPENDS = " \
+    htop \
+    iptables \
+    iproute2 \
+    iproute2-tc \
+"
 
 CONNECTIVITY_RDEPENDS_ti33x = "\
     ${WLAN_COMMON} \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-16  2:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-16  2:02 [PATCH] packagegroup: move iproute2 packages from console to connectivity group Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.