base-image: Add time tools for all hardwares
BugzID: 73593
This commit is contained in:
parent
404152f389
commit
a8151c0b80
|
|
@ -22,6 +22,11 @@ BT_TOOLS = " \
|
|||
${@bb.utils.contains("MACHINE_FEATURES", "tibluetooth", "tibluetooth", "", d)} \
|
||||
"
|
||||
|
||||
TIME_TOOLS = " \
|
||||
chrony \
|
||||
chronyc \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL_append = " \
|
||||
hostapd \
|
||||
iw \
|
||||
|
|
@ -52,6 +57,7 @@ IMAGE_INSTALL_append = " \
|
|||
socat \
|
||||
cryptodev-module \
|
||||
nmhw-auto-part \
|
||||
${TIME_TOOLS} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "can", "can-utils", "", d)} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "wwan", "${WWAN_TOOLS}", "", d)} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "gnss", "gnss-mgr", "", d)} \
|
||||
|
|
@ -72,19 +78,12 @@ IMAGE_INSTALL_append = " \
|
|||
${@bb.utils.contains("MACHINE_FEATURES", "imu", "imu-setup", "", d)} \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
||||
chrony \
|
||||
chronyc \
|
||||
"
|
||||
|
||||
|
||||
IMAGE_INSTALL_append_imx8-nmhw23 = " \
|
||||
dfu-util \
|
||||
bluez5 \
|
||||
packagegroup-ublox-modules \
|
||||
gnss-init \
|
||||
chrony \
|
||||
chronyc \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL_append_sota = " mount-overlay"
|
||||
|
|
|
|||
Loading…
Reference in New Issue