[kcs]Add paramter for dbus name and objpath

Support multiple instances. One for SMS, the other for SMM.
Each instance should have separate objpath and dbusname.

Change-Id: Ifdb9b457c2f6be76a19fd9f364e58ce4227de565
Signed-off-by: Jia, Chunhui <chunhui.jia@linux.intel.com>
1 file changed
tree: e5239cb67b334a12612be0da2fb23d689ee67d39
  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.