commit | 90fdc707b8648da523a13456dbda40cf5f504707 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Aug 29 09:38:42 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Thu Aug 30 12:06:21 2018 -0500 |
tree | ff689f0489725dfa50214e23aa47ebc4f0abfb10 | |
parent | 8be32f7ba38483884afe8d7f2273e7d9c32e0f8d [diff] |
version: Check Chassis changed for Delete intf The chassis path contains multiple properties. The code checks for chassis state to decide if the Delete interface is added or removed. If a different property was modified, the chassis state would be empty, leading to always removing the Delete interface in this scenario. Check that chassis state was populated before modifying the Delete interface. Tested: Verified the Delete interface was added back during power off. Change-Id: Iee32de8917930e2f9081ab369ad4998766f21cff 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`.