commit | 29d84b03ff0aee9bb871fe75daba770f2a100535 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Thu Feb 13 15:13:09 2020 +0800 |
committer | Lei YU <mine260309@gmail.com> | Fri Feb 14 13:38:38 2020 +0800 |
tree | 37ba929c57cdaf3f2df9c9234f2506d23089643a | |
parent | 934161873fa1c2d68b9685144741da132867c902 [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: Verify the software objects are created as before, and BMC code update works fine. Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I0b2ce4773c51f89f5b39b2d601173694c969d15b
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
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`.