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:
parent
4e64c87d2a
commit
1b6cc41acf
|
|
@ -29,6 +29,8 @@ VIRTUAL-RUNTIME_network-utils ?= "ethtool"
|
||||||
VIRTUAL-RUNTIME_snmp-manager ?= ""
|
VIRTUAL-RUNTIME_snmp-manager ?= ""
|
||||||
#VIRTUAL-RUNTIME_snmp-manager ?= "net-snmp-server"
|
#VIRTUAL-RUNTIME_snmp-manager ?= "net-snmp-server"
|
||||||
|
|
||||||
|
VIRTUAL-RUNTIME_ntp ?= "busybox-ntpd"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
ppp \
|
ppp \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
|
|
@ -36,6 +38,7 @@ RDEPENDS_${PN} = "\
|
||||||
${VIRTUAL-RUNTIME_http-server} \
|
${VIRTUAL-RUNTIME_http-server} \
|
||||||
${VIRTUAL-RUNTIME_network-utils} \
|
${VIRTUAL-RUNTIME_network-utils} \
|
||||||
${VIRTUAL-RUNTIME_snmp-manager} \
|
${VIRTUAL-RUNTIME_snmp-manager} \
|
||||||
|
${VIRTUAL-RUNTIME_ntp} \
|
||||||
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
||||||
|
|
||||||
RRECOMMENDS_${PN} = "\
|
RRECOMMENDS_${PN} = "\
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@ RDEPENDS_${PN} = "\
|
||||||
base-files \
|
base-files \
|
||||||
base-passwd \
|
base-passwd \
|
||||||
busybox \
|
busybox \
|
||||||
busybox-ntpd \
|
|
||||||
${VIRTUAL-RUNTIME_passwd_manager} \
|
${VIRTUAL-RUNTIME_passwd_manager} \
|
||||||
${VIRTUAL-RUNTIME_initscripts} \
|
${VIRTUAL-RUNTIME_initscripts} \
|
||||||
${@base_contains("MACHINE_FEATURES", "rtc", "busybox-hwclock", "", d)} \
|
${@base_contains("MACHINE_FEATURES", "rtc", "busybox-hwclock", "", d)} \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue