commit | 369406e6c157a6656a08331cc5fb85313ba7154e | [log] [tgz] |
---|---|---|
author | Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> | Thu Jan 09 14:56:54 2020 +0530 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Jan 21 16:55:04 2020 +0000 |
tree | f3c0572a16e5bf6d3311907f9a9404895d36dedd | |
parent | 43263c60af68202794a1b08892f9d42aba1b41a6 [diff] |
[ipmid]: Advertise D-Bus signals, only when ready Requesting the bus name & sending out InterfacesAdded signal earlier causes phosphor-mapper introspect to fail, as ipmi command handler registration & initialization was in progress before hitting io->run(). Hence moved the code to advertise about D-Bus signal, once ipmid is done with init & registration. This fixes phosphor-mapper timeout. Tested: 1. Verified that phosphor-mapper timeout doesn't happen, even when there is delay in cmd handler registrations etc. Change-Id: I3bb565c0e39f2604dde30e21b9539ce88b73cb0e Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
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
.