commit | 822eaf6dc666f8c9c12b80855b951d989af8d275 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Feb 12 15:20:06 2019 -0800 |
committer | William A. Kennington III <wak@google.com> | Tue Feb 19 13:14:13 2019 -0800 |
tree | bb81d12ec28f83ecda92d0a1521e6a71a625bc54 | |
parent | 4457f90d35f6146ef4463bd6870e150accf35f47 [diff] |
Convert host-ipmid -> libipmid phosphor-host-ipmid now exposes a library along with headers for interfacing with the ipmi daemon. Compile and link against the new library. Change-Id: I4f01c2d658b75d27e11f90013198a4951c62b1f5 Signed-off-by: William A. Kennington III <wak@google.com>
This .so file is designed to support the OpenPOWER's BIOS OEM commands. Documentation can be found by contacting the OpenPOWER mailing list @ https://github.com/open-power/op-build
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`.