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: Ib222df1605afe277457f34eb69a3d65c663325b7
Signed-off-by: William A. Kennington III <wak@google.com>
4 files changed
tree: 660808961f326591d5ae9ab325535947bcf21efe
  1. scripts/
  2. .clang-format
  3. .gitignore
  4. argument.cpp
  5. argument.hpp
  6. bootstrap.sh
  7. configure.ac
  8. fru_area.cpp
  9. fru_area.hpp
  10. frup.cpp
  11. frup.hpp
  12. LICENSE
  13. MAINTAINERS
  14. Makefile.am
  15. readeeprom.cpp
  16. README.md
  17. strgfnhandler.cpp
  18. types.hpp
  19. writefrudata.cpp
  20. writefrudata.hpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.