blob: 13b07ad9244cde3f51ca7bf88a05de1064bf6181 [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"
Rick Altherr2a7d0d72016-05-25 21:36:13 -070014SRCREV="2f9ee83356fba3f6f843bf2584f3e7e95763ec98"
Brad Bishop7b186ca2015-10-19 00:08:50 -040015
16SCRIPT_NAME = "ipmi_debug.py"
17INSTALL_NAME = "host-ipmi-hw"