commit | d38d3649f66fc5d097bac106a3a49ad9f12c5a08 | [log] [tgz] |
---|---|---|
author | zamiseck <zimzam17@gmail.com> | Tue Jun 14 14:30:02 2022 -0500 |
committer | zamiseck <zimzam17@gmail.com> | Wed Jun 15 08:27:44 2022 -0500 |
tree | b58e012139ff563c106dbfca76af320b883b0cda | |
parent | 295fce098d7006f8746107dc62103479bc315641 [diff] |
Ensure No Unnecessary Errors During Code Update This commit fixes the problem of partitions that have either been deleted or had their name changed. The partitions are only preserved if they exist in both the running and read only directories, otherwise, they are skipped and the error is not triggered. Tested: Performed code update and verified that there were no errors called. Signed-off-by: Zami Seck <zimzam17@gmail.com> Change-Id: I11288c4120247b443d4ddd61db34f723abf041c1
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.