summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gsj
diff options
context:
space:
mode:
authorTony Lee <tony.lee@quantatw.com>2019-05-24 08:26:26 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-10 14:21:37 +0300
commit9da324f4146f2539f20fb13f583e31dd5c698269 (patch)
tree5be9ec25654ae47625722ce5a916c1e6dcfac80b /meta-quanta/meta-gsj
parent40ac01ae4a7a4a1552d945f956ec0a5ec7f06bce (diff)
downloadopenbmc-9da324f4146f2539f20fb13f583e31dd5c698269.tar.xz
meta-quanta: gsj :Override default settings of TimeOwner and TimeSyncMethod in gsj.
- Set default TimeOwner to "Host" - Set default TimeSyncMethod to "Manual" (From meta-quanta rev: 5b11c82db0edf49711a8e81af12efb579b2c64fd) Signed-off-by: Tony Lee <tony.lee@quantatw.com> Change-Id: Id9ed58fd24d064f798d8e01b2239dfdc516c4d00 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-quanta/meta-gsj')
-rw-r--r--meta-quanta/meta-gsj/recipes-phosphor/settings/phosphor-settings-manager/time-default.override.yml12
-rw-r--r--meta-quanta/meta-gsj/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend2
2 files changed, 14 insertions, 0 deletions
diff --git a/meta-quanta/meta-gsj/recipes-phosphor/settings/phosphor-settings-manager/time-default.override.yml b/meta-quanta/meta-gsj/recipes-phosphor/settings/phosphor-settings-manager/time-default.override.yml
new file mode 100644
index 000000000..abb1316c8
--- /dev/null
+++ b/meta-quanta/meta-gsj/recipes-phosphor/settings/phosphor-settings-manager/time-default.override.yml
@@ -0,0 +1,12 @@
+---
+/xyz/openbmc_project/time/owner:
+ - Interface: xyz.openbmc_project.Time.Owner
+ Properties:
+ TimeOwner:
+ Default: Owner::Owners::Host
+
+/xyz/openbmc_project/time/sync_method:
+ - Interface: xyz.openbmc_project.Time.Synchronization
+ Properties:
+ TimeSyncMethod:
+ Default: Synchronization::Method::Manual
diff --git a/meta-quanta/meta-gsj/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend b/meta-quanta/meta-gsj/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend
new file mode 100644
index 000000000..da834423f
--- /dev/null
+++ b/meta-quanta/meta-gsj/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS_prepend_gsj := "${THISDIR}/${BPN}:"
+SRC_URI_append_gsj = " file://time-default.override.yml"