Add ibm-log-manager application

Put in the infrastructure to build the ibm-log-manager
application.

This application will eventually host IBM specific D-Bus
interfaces on the error log objects in
/xyz/openbmc_project/logging/entry/.

Change-Id: I97bfef3d7d12565f8e4d3791e22a642a290b8b7c
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
5 files changed
tree: d5f2ca4a06ac79101764033b7ce0f0e985b33b87
  1. .gitignore
  2. bootstrap.sh
  3. configure.ac
  4. LICENSE
  5. main.cpp
  6. Makefile.am
  7. README.md
README.md

Provides IBM specific error logging functionality.

To 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`.