base-image: Add time tools for all hardwares

BugzID: 73593
This commit is contained in:
Alexandre Bard 2021-07-20 18:00:50 +02:00
parent 404152f389
commit a8151c0b80
1 changed files with 6 additions and 7 deletions

View File

@ -22,6 +22,11 @@ BT_TOOLS = " \
${@bb.utils.contains("MACHINE_FEATURES", "tibluetooth", "tibluetooth", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "tibluetooth", "tibluetooth", "", d)} \
" "
TIME_TOOLS = " \
chrony \
chronyc \
"
IMAGE_INSTALL_append = " \ IMAGE_INSTALL_append = " \
hostapd \ hostapd \
iw \ iw \
@ -52,6 +57,7 @@ IMAGE_INSTALL_append = " \
socat \ socat \
cryptodev-module \ cryptodev-module \
nmhw-auto-part \ nmhw-auto-part \
${TIME_TOOLS} \
${@bb.utils.contains("MACHINE_FEATURES", "can", "can-utils", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "can", "can-utils", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "wwan", "${WWAN_TOOLS}", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "wwan", "${WWAN_TOOLS}", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "gnss", "gnss-mgr", "", 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)} \ ${@bb.utils.contains("MACHINE_FEATURES", "imu", "imu-setup", "", d)} \
" "
IMAGE_INSTALL_append_am335x-nmhw21 = " \
chrony \
chronyc \
"
IMAGE_INSTALL_append_imx8-nmhw23 = " \ IMAGE_INSTALL_append_imx8-nmhw23 = " \
dfu-util \ dfu-util \
bluez5 \ bluez5 \
packagegroup-ublox-modules \ packagegroup-ublox-modules \
gnss-init \ gnss-init \
chrony \
chronyc \
" "
IMAGE_INSTALL_append_sota = " mount-overlay" IMAGE_INSTALL_append_sota = " mount-overlay"