Remove old argument style and legacy service file

With the bitbake recipe referencing the new service file, we can remove
the old one.

Tested-by: ensure that kcsbridged is running on boot.

Change-Id: Idbdaf99235eb8816b13c392237e91b149d65f2e4
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
2 files changed
tree: 53084b222df84f412139b6f229f40cbd47d92002
  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.