commit | b5237174f285f6ac7ce7877605c3e15e071e2f04 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Tue Oct 30 14:51:53 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Nov 02 14:27:15 2018 -0500 |
tree | 7cca9d773b4391de87a0a478327e1ca68c48b1d4 | |
parent | 5c33b4c6e518355b1bb60f21b0b6932e78477ea4 [diff] |
item_updater: Call remove association on delete The remove association function was supposed to be called on delete but was never implemented so if the associations are queried but the version has been deleted, that'd be false information, so call to remove the associations on delete, also rename it to delete all associations, because the functional pnor version can be deleted if the chassis state is off and the delete function already made that determination. Tested: Verified all associations (active and functional) are deleted with a DeleteAll call. Change-Id: I6e5589256dd8f62ac2ecf7574b9d08920b8b5e3d 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`.