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>
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 0000000..abb1316
--- /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 0000000..da83442
--- /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"