blob: ac901d359e69c6a76ba24c031ca4f2028e961803 [file] [log] [blame]
Brad Bishop7b186ca2015-10-19 00:08:50 -04001SUMMARY = "Phosphor OpenBMC host IPMI to DBUS Example"
2DESCRIPTION = "Phosphor OpenBMC host IPMI to DBUS example implementation."
3PR = "r1"
4
5RDEPENDS_${PN} += "python-subprocess"
6
7SYSTEMD_SERVICE_${PN} = "host-ipmi-hw.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"
Brad Bishop7b186ca2015-10-19 00:08:50 -040014SRCREV="${AUTOREV}"
15
16SCRIPT_NAME = "ipmi_debug.py"
17INSTALL_NAME = "host-ipmi-hw"