commit | 837de88135a12b43c8fae84937e34d84ab462807 | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Tue Nov 03 19:21:14 2020 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Tue Dec 08 04:56:14 2020 +0000 |
tree | fb713beb57d3ad23ae8e71a427fcb43043f85b42 | |
parent | 9b8816f5a871488e6515d975d1520e96fd9fd0cd [diff] |
flash-bios: Do not delete image in case of failure The code was to delete the BIOS image after the BIOS code update is finished no matter if the update is successful or not. Change the logic to not delete the image when it fails, so that we could examine what's wrong and retry the update. To delete the image, use DELETE API. Tested: Verify the image is not deleted when BIOS code update fails. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Ic4d985b0e48bc134f710590aa06098b1e15b1c27
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.