summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-core/packagegroups/packagegroup-networking-stack.bb
blob: 9378e37253564988438d12745f9234a3427c7d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Packages to extend network stack"

inherit packagegroup

NETWORKING_STACK_PACKAGES = " \
	ethtool \
	phytool \
	netcat \
	net-tools \
	dnsmasq \
	iproute2 \
	iptables \
	rpcbind \
	iperf2 \
	iperf3 \
	"

RDEPENDS:${PN} = "${NETWORKING_STACK_PACKAGES}"