commit | 3de424cd4e55ff85ed013282b4308f9f80c77894 | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Tue May 21 09:57:16 2019 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Jun 24 23:18:20 2019 +0000 |
tree | 235e473a0f132bf05b1996818dc6f95a73404e78 | |
parent | bc996a358719e24d2ab1108167cfc9f019d3fec9 [diff] |
Use xyz.openbmc_project.State.Chassis for IPMI chassis status Instead of directly using pgood on dbus, this change uses the xyz.openbmc_project.State.Chassis "CurrentPowerState" property for the IPMI chassis status command. This will allow us to remove pgood from dbus. Tested: Ran IPMI chassis commands and confirmed that they behave as expected: ipmitool power status Chassis Power is on ipmitool power off Chassis Power Control: Down/Off ipmitool power status Chassis Power is off ipmitool power on Chassis Power Control: Up/On ipmitool power status Chassis Power is on Change-Id: I7836c16b76c3b309f176186f3e2453082e4cd1af Signed-off-by: Jason M. Bills <jason.m.bills@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
.