summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb
blob: ac901d359e69c6a76ba24c031ca4f2028e961803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Phosphor OpenBMC host IPMI to DBUS Example"
DESCRIPTION = "Phosphor OpenBMC host IPMI to DBUS example implementation."
PR = "r1"

RDEPENDS_${PN} += "python-subprocess"

SYSTEMD_SERVICE_${PN} = "host-ipmi-hw.service"

inherit obmc-phosphor-pydbus-service
inherit obmc-phosphor-host-ipmi-hw

S = "${WORKDIR}/git"
SRC_URI += "git://github.com/openbmc/skeleton.git;subpath=bin;destsuffix=git"
SRCREV="${AUTOREV}"

SCRIPT_NAME = "ipmi_debug.py"
INSTALL_NAME = "host-ipmi-hw"
OpenPOWER on IntegriCloud