commit | fdb9241f16e41ce0f078f7bc41bb405a1ea28237 | [log] [tgz] |
---|---|---|
author | Peter Yin <peter.yin@quantatw.com> | Tue Jul 02 17:46:02 2024 +0800 |
committer | Amithash Prasad <amithash@meta.com> | Tue Jul 16 19:21:48 2024 +0000 |
tree | 7f5fa11c7c464aeacac5c5fd708e3febccfaeb4e | |
parent | 360403cfe297e749e34b78a18d72e8640956807c [diff] |
meta-facebook: harma: fix bios update poweroff command The power-off command in the BIOS update script has been fixed because we modified the power-cmd script in: 71673: meta-facebook: harma: revise PSM behavior https://gerrit.openbmc.org/c/openbmc/openbmc/+/71673 However, it was not modified here. Change-Id: I4c35134054dc4966d2cb08be81c52a141c0aff9f Signed-off-by: Peter Yin <peter.yin@quantatw.com>
diff --git a/meta-facebook/meta-harma/recipes-phosphor/flash/phosphor-software-manager/bios-update.sh b/meta-facebook/meta-harma/recipes-phosphor/flash/phosphor-software-manager/bios-update.sh index b21c5d2..25bde6d 100755 --- a/meta-facebook/meta-harma/recipes-phosphor/flash/phosphor-software-manager/bios-update.sh +++ b/meta-facebook/meta-harma/recipes-phosphor/flash/phosphor-software-manager/bios-update.sh
@@ -31,7 +31,8 @@ #Power off host server. echo "Power off host server" -power_off +obmcutil poweroff + sleep 15 if [ "$(power_status)" != "off" ]; then