summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2023-10-27 10:44:18 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-11-28 18:22:24 +0300
commitb80bf4de35d2d430c771410982dd1642c41859d2 (patch)
treeb261002ae8dcd09db411a31d0a3f24535c0860e1
parent46d2da73b48f9f89e998fe9ee726b99f07b8f802 (diff)
downloadopenbmc-b80bf4de35d2d430c771410982dd1642c41859d2.tar.xz
meta-bletchley: remove only-run-apr-on-power-loss form PSM
The checkACLoss() doesn't work on Bletchley, and it will cause power restore failed when sled turned ac-on (chassis-poweron). Remove `only-run-apr-on-power-loss` config for now. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: If6370175a6d7a0de1daaf62082876475e972c05c
-rw-r--r--meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend b/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend
index 2c0c2de01c..6b6062c30a 100644
--- a/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend
+++ b/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend
@@ -31,6 +31,8 @@ FILES:${PN}:append:bletchley = " ${libexecdir}/${PN}"
BLETCHLEY_SYS_ST_INIT_CONF_FMT = "bletchley-system-state-init.conf:phosphor-discover-system-state@{0}.service.d/bletchley-system-state-init.conf"
SYSTEMD_OVERRIDE:${PN}-discover:bletchley += "${@compose_list_zip(d, 'BLETCHLEY_SYS_ST_INIT_CONF_FMT', 'OBMC_HOST_INSTANCES')}"
+PACKAGECONFIG:remove:bletchley = "only-run-apr-on-power-loss"
+
#======================
# Workaround for bletchley
#======================