From a8151c0b80ad668c319dabefb4151532c3e43e78 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 20 Jul 2021 18:00:50 +0200 Subject: [PATCH] base-image: Add time tools for all hardwares BugzID: 73593 --- recipes-core/images/netmodule-linux-image.bb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/recipes-core/images/netmodule-linux-image.bb b/recipes-core/images/netmodule-linux-image.bb index f8b376a..2d7295d 100644 --- a/recipes-core/images/netmodule-linux-image.bb +++ b/recipes-core/images/netmodule-linux-image.bb @@ -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"