meta-digi-del: Add VIRTUAL-RUNTIME_ntp.

Move busybox-ntpd from del-core to del-network and allow for it to be
configurable via VIRTUAL-RUNTIME-ntpd.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-03-04 11:03:36 +01:00
parent 4e64c87d2a
commit 1b6cc41acf
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@ VIRTUAL-RUNTIME_network-utils ?= "ethtool"
VIRTUAL-RUNTIME_snmp-manager ?= ""
#VIRTUAL-RUNTIME_snmp-manager ?= "net-snmp-server"
VIRTUAL-RUNTIME_ntp ?= "busybox-ntpd"
RDEPENDS_${PN} = "\
ppp \
iproute2 \
@ -36,6 +38,7 @@ RDEPENDS_${PN} = "\
${VIRTUAL-RUNTIME_http-server} \
${VIRTUAL-RUNTIME_network-utils} \
${VIRTUAL-RUNTIME_snmp-manager} \
${VIRTUAL-RUNTIME_ntp} \
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
RRECOMMENDS_${PN} = "\

View File

@ -28,7 +28,6 @@ RDEPENDS_${PN} = "\
base-files \
base-passwd \
busybox \
busybox-ntpd \
${VIRTUAL-RUNTIME_passwd_manager} \
${VIRTUAL-RUNTIME_initscripts} \
${@base_contains("MACHINE_FEATURES", "rtc", "busybox-hwclock", "", d)} \