From f655b15c837c2d5e7e8665a336bceea4a8c93c49 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 25 Feb 2021 09:46:32 -0600 Subject: 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 Change-Id: I47784937038ee76982fede0dd53664f6f4d0181b --- .../recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/settings') 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 -- cgit v1.2.3