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