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

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

SYSTEMD_SERVICE_${PN} = "host-ipmi-bt.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 = "ipmid.py"
INSTALL_NAME = "host-ipmi-bt"
OpenPOWER on IntegriCloud