diff mbox series

[meta-arago,master/kirkstone,1/2] packagegroups: base-tisdk: Remove iperf from packagegroup

Message ID 20231012174937.2047374-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone,1/2] packagegroups: base-tisdk: Remove iperf from packagegroup | expand

Commit Message

Andrew Davis Oct. 12, 2023, 5:49 p.m. UTC
We want iperf3 which is already in this list, iperf is the older
v2.0 that is only needed by some old test scripts. It is already
included in the test packagegroups.

Without this patch we cannot build base or thinlinux images without
the meta-arago-test layer. That layer is not listed in the LAYERDEPENDS
and so should be considered optional for meta-arago-distro images.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../packagegroups/packagegroup-arago-base-tisdk.bb             | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

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 00f6db61..65fc015b 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,6 +1,6 @@ 
 DESCRIPTION = "Additional packages beyond console packages shared by TI SDKs"
 LICENSE = "MIT"
-PR = "r23"
+PR = "r24"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -20,7 +20,6 @@  RDEPENDS:${PN} = "\
     libxml2 \
     libpcre \
     iptables \
-    iperf \
     iperf3 \
     netperf \
     arago-gpl-notice \