commit | 7f1967d56b89ffae5ea8e3313c000beb79cb63cd | [log] [tgz] |
---|---|---|
author | Albert Zhang <zhanghaodi@inspur.com> | Mon Mar 02 14:12:08 2020 +0800 |
committer | Albert Zhang <zhanghaodi@inspur.com> | Mon Mar 09 17:08:50 2020 +0800 |
tree | bcaa588ea3988661ca8d75b30a5f697118c95225 | |
parent | 647d6134d448178e6b32892322596a5cc3d78b2d [diff] |
cleanup the code related to emit_interface_added sdbusplus now supports action::emit_interface_added() when an object is constructed, so the code that manually invokes emit_interface_added() could be cleaned up and use the above action instead. Tested:Tested on fp5280g2,and pnor code update works fine. Signed-off-by: Albert Zhang <zhanghaodi@inspur.com> Change-Id: I5a68090d7e1bbd31c0df351d553ef6fa6d63e277
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`.