Brad Bishop | 7b186ca | 2015-10-19 00:08:50 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor OpenBMC host IPMI to DBUS Example" |
| 2 | DESCRIPTION = "Phosphor OpenBMC host IPMI to DBUS example implementation." |
| 3 | PR = "r1" |
| 4 | |
| 5 | RDEPENDS_${PN} += "python-subprocess" |
| 6 | |
| 7 | SYSTEMD_SERVICE_${PN} = "host-ipmi-hw.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" |
Rick Altherr | 2a7d0d7 | 2016-05-25 21:36:13 -0700 | [diff] [blame] | 14 | SRCREV="2f9ee83356fba3f6f843bf2584f3e7e95763ec98" |
Brad Bishop | 7b186ca | 2015-10-19 00:08:50 -0400 | [diff] [blame] | 15 | |
| 16 | SCRIPT_NAME = "ipmi_debug.py" |
| 17 | INSTALL_NAME = "host-ipmi-hw" |