From 57d2bf4356ac9a8916b9ae7fea91f8c48abfe967 Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Tue, 18 Feb 2020 15:30:42 +0100 Subject: [PATCH] netmodule-linux-image: install chrony on all images chrony - daemon chronyc - user space tool to access daemon BugzID: 52095 Signed-off-by: Ramon Moesching --- recipes-core/images/netmodule-linux-image.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/images/netmodule-linux-image.bb b/recipes-core/images/netmodule-linux-image.bb index a9147e6..ba35246 100644 --- a/recipes-core/images/netmodule-linux-image.bb +++ b/recipes-core/images/netmodule-linux-image.bb @@ -72,6 +72,8 @@ IMAGE_INSTALL_append_am335x-nmhw21 = " \ mac-address-set \ imu-setup \ ublox-gnss-config \ + chrony \ + chronyc \ " IMAGE_INSTALL_append_am335x-nrhw20 = " \