meta-quanta: gsj :Override default settings of TimeOwner and TimeSyncMethod in gsj.

- Set default TimeOwner to "Host"
- Set default TimeSyncMethod to "Manual"

Signed-off-by: Tony Lee <tony.lee@quantatw.com>
Change-Id: Ib3853d78c884dd5576c1c0c3fc34d7d862485d4c
diff --git a/meta-gsj/recipes-phosphor/settings/phosphor-settings-manager/time-default.override.yml b/meta-gsj/recipes-phosphor/settings/phosphor-settings-manager/time-default.override.yml
new file mode 100644
index 0000000..abb1316
--- /dev/null
+++ b/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-gsj/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend b/meta-gsj/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend
new file mode 100644
index 0000000..da83442
--- /dev/null
+++ b/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"