commit | cca25e974f7b7d6c5f4b1e19b6fdab503649c763 | [log] [tgz] |
---|---|---|
author | Alexander Filippov <a.filippov@yadro.com> | Mon Jul 13 18:58:52 2020 +0300 |
committer | Alexander Filippov <a.filippov@yadro.com> | Mon Jul 13 19:01:49 2020 +0300 |
tree | f8707a8c14ee4017c5de7174b698b3e0e2268531 | |
parent | 9ee3c28294c6a87912edbcf09b999b926634f836 [diff] |
meta-nicole: disable time synchronization The time synchronization is not required by default on Nicole. It will be done by the host. Change-Id: I6fb1b8bf6bde9ddcf98fcb4a2f7e71d136f87849 Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
diff --git a/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager/time-sync-method.override.yml b/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager/time-sync-method.override.yml new file mode 100644 index 0000000..696919e --- /dev/null +++ b/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager/time-sync-method.override.yml
@@ -0,0 +1,5 @@ +/xyz/openbmc_project/time/sync_method: + - Interface: xyz.openbmc_project.Time.Synchronization + Properties: + TimeSyncMethod: + Default: Synchronization::Method::Manual
diff --git a/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend b/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend index f1bc619..848bf4e 100644 --- a/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend +++ b/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend
@@ -1,2 +1,5 @@ FILESEXTRAPATHS_prepend_nicole := "${THISDIR}/${PN}:" -SRC_URI_append_nicole = " file://bootmailbox.override.yml" +SRC_URI_append_nicole = " \ + file://bootmailbox.override.yml \ + file://time-sync-method.override.yml \ +"