commit | ab435df03fac4f470485b828faa2d04f941d18fc | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Jul 16 11:37:19 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Jul 16 13:57:18 2018 -0500 |
tree | b39278bb04ebcadfd06b6233c17ed26ae707244d | |
parent | 74b657e8802d42d6eaf11f9b13018b1561a27a4b [diff] |
activation: Add error handling in deleteImageManagerObject Handle exceptions from the sdbusplus method call API. The call to Delete an object from the image manager fails with: sd_bus_call: System.Error.ELOOP: Too many levels of symbolic links Catch the error so the app doesn't core dump. Issue openbmc/openbmc#3311 will track root cause of the error. Tested: A PNOR code update operation succeeds without core dumps or error messages. Change-Id: Ib384a16436bbb0521d247b7b6157b8877db5a4cb 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: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.