Move service file from bitbake layer into project

As per the current fashion, systemd service files should live in the
project itself, not in the bitbake recipe. This moves the service file
over verbatim.

Tested-by: with appropriate change in meta-phosphor, see that kcsbridged
           is still executed on BMC boot.

Change-Id: Id9974c5d1b92cf999357fda3fa53bf02e541be5b
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
1 file changed
tree: 96ec18041b835acb31cccc1a37093bb686ce28a8
  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. org.openbmc.HostIpmi.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.