[kcs]compatible with other components

Many existed openbmc components use hard code
"org.openbmc.HostIpmi" to locate service.
In order to make compatible, make '--i' optional.
When specified, kcsbridge will use prefix in dbus name and objpath.
If not, default dbus name "org.openbmc.HostIpmi" will be used.

Change-Id: I87a8e4bd05f60d953df0a550dc633c50c6b8f537
Signed-off-by: Jia, Chunhui <chunhui.jia@linux.intel.com>
2 files changed
tree: c8ffbecbe5257d3934ee68b268a4246452d4c3f9
  1. .clang-format
  2. bootstrap.sh
  3. configure.ac
  4. kcsbridged.c
  5. kcsbridged.service
  6. LICENSE
  7. MAINTAINERS
  8. Makefile.am
  9. org.openbmc.HostIpmi.conf
  10. README.md
README.md

kcsbridge

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.