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}"