summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/settings
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2021-02-25 18:46:32 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-03-02 17:41:56 +0300
commitf655b15c837c2d5e7e8665a336bceea4a8c93c49 (patch)
tree51f1181ed0ad30e4fa5e76112f8021a0362cda98 /meta-phosphor/recipes-phosphor/settings
parenta0bfce941bf4afe3b46305085570e70f56a46a5c (diff)
downloadopenbmc-f655b15c837c2d5e7e8665a336bceea4a8c93c49.tar.xz
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
Diffstat (limited to 'meta-phosphor/recipes-phosphor/settings')
-rw-r--r--meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml2
1 files changed, 1 insertions, 1 deletions
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 32b32e8406..a4119e6ccd 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