commit | 140fcb159bf1d26153dfa11fe75cc26337cfb21a | [log] [tgz] |
---|---|---|
author | Saqib Khan <khansa@us.ibm.com> | Mon Aug 07 09:06:57 2017 -0500 |
committer | Saqib Khan <khansa@us.ibm.com> | Mon Aug 07 09:08:48 2017 -0500 |
tree | 40fc188a825b4e4a8562feea1a0310c146af8224 | |
parent | 05a89a2a12d35da529a01eaf9a1cc4b2029860c9 [diff] |
BMC: Call emit_interfaces signal for temporary interfaces When an interface is removed, all the interfaces on that dbus object are removed because the object class calls object_removed. The code will be enhanced to handle the removal of interfaces with openbmc/openbmc#1975 . In the mean time, for interfaces that are temporary and removed in the course of the code update flow, do not call emit_object_added and call emit_interfaces_added and removed when they are created and destroyed. Resolves openbmc/openbmc#2096 Change-Id: I2d022e77015b84e2900b2392d4ac97da02478cdf Signed-off-by: Saqib Khan <khansa@us.ibm.com>
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 full clean the repository again run `./bootstrap.sh clean`.