Don't use "-" in a DBus interface path and name

Current code use device name "ipmi-kcs*" as a part of a naming
for Dbus interface. It is not possible to use it as is, because
"-" symbol is not permitted by DBus specification. Therefore
replace it with "_".

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Change-Id: I7de6acb52d26015c6984156f7167fe228ccc3d1e
1 file changed
tree: c2bcadb1e668bd8611f20220ccf821b589128896
  1. .clang-format
  2. bootstrap.sh
  3. configure.ac
  4. kcsbridged.cpp
  5. kcsbridged.service
  6. LICENSE
  7. MAINTAINERS
  8. Makefile.am
  9. org.openbmc.HostIpmi.conf
  10. phosphor-ipmi-kcs@.service
  11. 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.