commit | 240b186cf7fa639de698104d6853b73c81f4ec39 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Oct 08 12:05:16 2018 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Feb 25 14:27:21 2019 -0800 |
tree | 2f3be6be10ad15db01084c9d19a65251c497b57b | |
parent | ebe8e90639e3ce11193c9c823662b1ad8280b6f2 [diff] |
ipmid: Rewrite ipmid to use the new architecture New architecture highlights: * The new registration detects handler type for argument unpacking. * Upon completion the response is automatically packed. * Handlers can make use of the new async/yield sdbusplus mechanism. * The queue exports a new dbus interface for method-based IPMI calls. * The legacy handler registration is still supported for now. * The legacy dbus interface is still supported for now. Change-Id: Iae8342d9771ccebd3a0834e35597c14be4cc39cf Signed-off-by: Vernon Mauery <vernon.mauery@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
.