summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2024-04-04 05:57:52 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2024-04-24 06:22:39 +0300
commitc920f8b2d77c459972d2e62703f34d550f256cbb (patch)
tree76da7af7a2d2c745feb8c8d956be0b2401654b66
parent8eab107afc672922922f7ae671524c34f0e09c49 (diff)
downloadopenbmc-c920f8b2d77c459972d2e62703f34d550f256cbb.tar.xz
meta-ampere: mtmitchell: state: enable no-warm-reboot
It is expected to do power cycle on Mt.Mitchell with IPMI and Redfish Host reset command. As commit 41983bfe2 removes no-warm-reboot to be enabled by default, need to enable in meta-ampere/meta-mitchell to support this behavior. Tested: 1. Run ipmitool chassis power reset --> expect to have the Host power off and then on Change-Id: Ie61d7d5de170b0a26bd736c9b4e8789c566a93c9 Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
-rw-r--r--meta-ampere/meta-mitchell/recipes-phosphor/state/phosphor-state-manager_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ampere/meta-mitchell/recipes-phosphor/state/phosphor-state-manager_%.bbappend b/meta-ampere/meta-mitchell/recipes-phosphor/state/phosphor-state-manager_%.bbappend
new file mode 100644
index 0000000000..b0d6f09f87
--- /dev/null
+++ b/meta-ampere/meta-mitchell/recipes-phosphor/state/phosphor-state-manager_%.bbappend
@@ -0,0 +1 @@
+PACKAGECONFIG:append = " no-warm-reboot"