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

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

S = "${WORKDIR}"
SRC_URI += "file://Makefile \
           file://obmc-phosphor-example-sdbus.c \
           "
inherit obmc-phosphor-sdbus-service
inherit obmc-phosphor-c-daemon
OpenPOWER on IntegriCloud