summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/obmc-phosphor-example-pydbus/obmc-phosphor-example-pydbus.bb
blob: a6c513ddacf40822ee0357ef4b6393cf9f016077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Phosphor OpenBMC BSP Example Application"
DESCRIPTION = "Phosphor OpenBMC QEMU BSP example implementation."
PR = "r1"

DBUS_SERVICE_${PN} += "org.openbmc.examples.PythonService.service"

inherit obmc-phosphor-pydbus-service

client = "pyclient-sample"
SRC_URI += "file://${client}.py"
SRC_URI += "file://${PN}.py"
S = "${WORKDIR}"

do_install_append() {
        install -d ${D}${bindir}
        install -m 0755 ${S}/${client}.py ${D}${bindir}/${client}
}
OpenPOWER on IntegriCloud