commit | f3b0c288e62d4c97dec8246ef011d5a56948c6a9 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Oct 15 14:14:59 2024 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Oct 22 16:09:24 2024 -0500 |
tree | 1296fec33671b9ba97a1c7272b2a7261715dd7cc | |
parent | f8e024296d02170b360c894349d900acfd940a4d [diff] |
functions: Delete symlink if the target doesn't match If the symlink does not point to the expected target, delete it so that it gets recreated to the correct target. This can happen when the BMC is put on a different system or the system is converted to a different one without performing a firmware update. Tested: Manually changed a symlink and verified that it got restored to the expected target. Change-Id: Ia9fd49554030bad8d727304e2ff2122107c90476 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
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
.