commit | 664e1c31f7981fceb1b0a05c19229859631b7e6f | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@linux.intel.com> | Thu Jan 30 16:02:39 2020 -0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Nov 23 01:14:12 2021 +0000 |
tree | 724bbf5abddc27791d0bdc8f8da5356469e3d300 | |
parent | 78fe1b14f60d55ae335369fb2c6e81ed9ac6d865 [diff] |
Update Host State Transition function This updates the Host State Transition function to use the new IPMI DBus APIs for transition requests. Tested: Ran each IPMI chassis control command to confirm the expected behavior: ipmitool power on: system is powered-on ipmitool power off: system is forced off ipmitool power cycle: system is forced off then powered-on ipmitool power reset: system is hard reset ipmitool power soft: soft power-off requested from system software Change-Id: Id2253a9c0060e892bc318dd02a6221ac1a2ae2d9 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> 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
.