#
59c82d9b |
| 16-May-2020 |
Andrew Geissler <geissonator@yahoo.com> |
include needed file for uint8_t def Upstream yocto appears to have removed a free include that provided the def of the uint8_t typedef. This causes compile failures when bringing in
include needed file for uint8_t def Upstream yocto appears to have removed a free include that provided the def of the uint8_t typedef. This causes compile failures when bringing in the new yocto. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Icba3941083bd891839c7d76f7466bfcebf07a6fa
show more ...
|
#
194375f2 |
| 14-Dec-2018 |
William A. Kennington III <wak@google.com> |
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 func
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>
show more ...
|