Properly install service file

If the service file is included in the yocto meta layer, it can be installed
directly. If it is included in the code source directory, it must be installed
using the build system. This adds the autoconf/automake magic to make this
happen.

Change-Id: I72ba8bb2ec2017b1c47fd6f7de2ee82aad4b8d01
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
2 files changed
tree: a670b4a0d359ee84bc83420ce6bde868c1dcc24d
  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. org.openbmc.HostIpmi.service
  11. phosphor-ipmi-kcs@.service
  12. 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.