summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorThang Tran <thuutran@amperecomputing.com>2023-10-16 12:10:28 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2023-10-19 07:57:26 +0300
commit52a3436a7d88ce6a091390878952510d001c9d08 (patch)
tree3ec1cdb8035322f9f9de2b1daf8523a95655ec04 /meta-ampere
parent55684b0faa162d03c40424a6326c9d0369502be2 (diff)
downloadopenbmc-52a3436a7d88ce6a091390878952510d001c9d08.tar.xz
meta-ampere: mtjade: state: remove no-warm-reboot cfg
In the commit 16bb75ab on the openbmc repo, it disables warm-reboot build option in phosphor-state-manager by default. To enable warm-reboot option, we have to remove no-warm-reboot packge configuration. Tested: 1. Request power reset Host. $ipmitool power reset 2. ForceWarmReboot target is called. Change-Id: I4f7d4d4b148e77867562ed1a8efe7797f4a6d8dd Signed-off-by: Thang Tran <thuutran@amperecomputing.com>
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-jade/recipes-phosphor/state/phosphor-state-manager_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ampere/meta-jade/recipes-phosphor/state/phosphor-state-manager_%.bbappend b/meta-ampere/meta-jade/recipes-phosphor/state/phosphor-state-manager_%.bbappend
new file mode 100644
index 0000000000..99470161d8
--- /dev/null
+++ b/meta-ampere/meta-jade/recipes-phosphor/state/phosphor-state-manager_%.bbappend
@@ -0,0 +1 @@
+PACKAGECONFIG:remove = "no-warm-reboot"