commit | 194375f2676715a0e0697bab63234a4efe39fb96 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Dec 14 02:14:33 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Feb 07 01:55:40 2019 +0000 |
tree | 11282679c88b302c68996a039c9bd7016e38b53c | |
parent | 851acb19d773fe771201968a43b7760c63757b8c [diff] |
Create libipmid and libipmid-host This starts a transition to common ipmid libraries that providers can link against. It will allow for a cleaner separation between common ipmid functionality and daemon type specific code. This is needed so we can resolve all of the symbols in the providers at link time instead of discovering bad linkage by building and running a full ipmi daemon. In future commits libraries will be packaged for libipmid and libipmid-host which provide all of the symbols used by the current set of ipmid providers. This is the first step, it just separates and renames the headers. Legacy symlinks are still kept around for compatability. It also adds stub libraries so that external users can start linking as intended. Change-Id: I6bbd7a146362012d26812a7b039d1c4075862cbd Signed-off-by: William A. Kennington III <wak@google.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
.