summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/images
diff options
context:
space:
mode:
authorPavithra Barithaya <pavithrabarithaya07@gmail.com>2024-05-31 16:44:28 +0300
committerPavithra Barithaya <pavithrabarithaya07@gmail.com>2024-08-19 07:09:32 +0300
commite3fb95bf86bd5c874afdc1c7fc2e950d7a5e229a (patch)
tree7100f163b961d50e42fc62e50299d3548bb4aed9 /meta-ibm/recipes-phosphor/images
parent25b55f805b2bd972e21e28f4eb11aae4386e1407 (diff)
downloadopenbmc-e3fb95bf86bd5c874afdc1c7fc2e950d7a5e229a.tar.xz
meta-ibm: Add an override for chrony daemon
The huygens machine is based on the new pstbmc machine family from IBM. It will be our first redundant BMC system [1]. This new system expects to have chrony daemon to run along with the existing systemd- timesyncd deamon. The purpose of installing chrony in rootfs is to run chrony only in time server mode so that it can allow other BMC to obtain time from it. This commit adds an override to the chrony configuration and allows us to run both the daemons as per our use case. [1]: https://gerrit.openbmc.org/c/openbmc/docs/+/70233 Tested: Both the daemons run parallely without any conflict. Change-Id: I9de73ab135977847121daabefaf81265000e371e Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
Diffstat (limited to 'meta-ibm/recipes-phosphor/images')
-rw-r--r--meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 0029ee7238..cc4a20d9cd 100644
--- a/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -3,6 +3,7 @@ OBMC_IMAGE_EXTRA_INSTALL:remove:witherspoon-tacoma = " liberation-fonts uart-ren
OBMC_IMAGE_EXTRA_INSTALL:append:p10bmc = " mboxd"
# No host firmware related features for huygens wanted yet
OBMC_IMAGE_EXTRA_INSTALL:remove:huygens = " mboxd"
+OBMC_IMAGE_EXTRA_INSTALL:append:df-chrony = " chrony"
IMAGE_FEATURES:append = " obmc-dbus-monitor"