Create sysmobts-sob task and make sure the real ifupdown is installed

Add the new task to task-sysmocom-feed so it is being built by
default in our CI infrastructure.

make iputils available as well for people wanting to use a real
ping/traceroute/arping.

Related: SYS#1190
This commit is contained in:
Holger Hans Peter Freyther 2015-05-21 15:15:04 +08:00
parent d3ae677639
commit 753b6db019
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,12 @@
DESCRIPTION = "Package group for SOB"
LICENSE = "MIT"
LIC_FILES_CHKSUM = " \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
ALLOW_EMPTY_${PN} = "1"
PR = "r1"
RDEPENDS_${PN} = "\
ifupdown vlan iproute2 \
"

View File

@ -13,4 +13,5 @@ RDEPENDS_${PN} = "\
lcr cronie iproute2 i2c-tools cu \
python-pyserial python-pexpect bridge-utils \
pciutils nfacct logrotate dnsmasq ifupdown \
logrotate python-jsonrpclib"
logrotate python-jsonrpclib iputils \
packagegroup-sysmobts-sob"