blob: 830f7543674ad33fdbe9417c69014b63671172ba [file] [log] [blame]
Brad Bishop9b9c9d12015-10-19 00:05:37 -04001SUMMARY = "Phosphor OpenBMC BT to DBUS"
2DESCRIPTION = "Phosphor OpenBMC BT to DBUS."
3PR = "r1"
4
5RDEPENDS_${PN} += "python-subprocess"
6
7SYSTEMD_SERVICE_${PN} = "host-ipmi-bt.service"
8
9inherit obmc-phosphor-pydbus-service
10inherit obmc-phosphor-host-ipmi-hw
11
12S = "${WORKDIR}/git"
13SRC_URI += "git://github.com/openbmc/skeleton.git;subpath=bin;destsuffix=git"
14SRCREV="${AUTOREV}"
15
16SCRIPT_NAME = "ipmid.py"
17INSTALL_NAME = "host-ipmi-bt"