commit | f655b15c837c2d5e7e8665a336bceea4a8c93c49 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu Feb 25 09:46:32 2021 -0600 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Mar 02 14:41:56 2021 +0000 |
tree | 51f1181ed0ad30e4fa5e76112f8021a0362cda98 | |
parent | a0bfce941bf4afe3b46305085570e70f56a46a5c [diff] |
power-restore: default one_time to disabled The following commit introduced a new enum value for power restore: https://github.com/openbmc/phosphor-dbus-interfaces/commit/66b591e165b53a80e431a543aa8c8e48beba585f This new "None" value indicates to the power restore logic that the one_time setting should be ignored. Make this the default so one_time is ignored until something changes it. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I47784937038ee76982fede0dd53664f6f4d0181b
diff --git a/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml b/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml index 32b32e8..a4119e6 100644 --- a/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml +++ b/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml
@@ -62,7 +62,7 @@ - Interface: xyz.openbmc_project.Control.Power.RestorePolicy Properties: PowerRestorePolicy: - Default: RestorePolicy::Policy::AlwaysOff + Default: RestorePolicy::Policy::None /xyz/openbmc_project/time/sync_method: - Interface: xyz.openbmc_project.Time.Synchronization