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

DBUS_SERVICES = " \
        org.openbmc.examples.PythonService0 \
        org.openbmc.examples.PythonService1 \
        "

inherit obmc-phosphor-pydbus-service

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

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