summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2023-06-08 22:05:36 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-09 17:28:34 +0300
commiteabfa8b745e9258b04f0bffaa8401c8a50cbe37d (patch)
tree66e5bf78c0e5e9d81f5c0916c1aa30d2cda48ed6 /meta-ibm
parentad457826da772c9aa55420df74d67276288aea08 (diff)
downloadopenbmc-eabfa8b745e9258b04f0bffaa8401c8a50cbe37d.tar.xz
meta-ibm: enable only-allow-boot-when-bmc-ready feature
IBM systems do not want to allow boot operations unless the BMC is in the Ready state Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ic28cb6df9e7f803998a3fb380b3236ed31d6d4ec
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend b/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend
index 79eff391b6..5c5a580210 100644
--- a/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend
+++ b/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend
@@ -3,6 +3,9 @@ EXTRA_OEMESON:append:witherspoon = " -Dwarm-reboot=disabled"
# IBM systems only want power restore when AC loss occurred
EXTRA_OEMESON:append = " -Donly-run-apr-on-power-loss=true"
+# IBM systems only allow boot operations when BMC is Ready
+EXTRA_OEMESON:append = " -Donly-allow-boot-when-bmc-ready=true"
+
# The scheduled-host-transition package provides support to
# schedule power on and off operations for the host at some
# time in the future. IBM systems will utilize this feature