blob: f1a9eb962ba2c2ceb7a45c8ecf803412381e1ab0 [file] [log] [blame]
Brad Bishope345f702015-09-21 17:19:05 -04001SUMMARY = "Phosphor OpenBMC BSP Example Application"
2DESCRIPTION = "Phosphor OpenBMC QEMU BSP example implementation."
3PR = "r1"
4
5DBUS_SERVICES = " \
6 org.openbmc.examples.SDBusService0 \
7 org.openbmc.examples.SDBusService1 \
8 "
9
Brad Bishop19ff1c62015-10-18 22:21:04 -040010S = "${WORKDIR}"
11SRC_URI += "file://Makefile \
12 file://obmc-phosphor-example-sdbus.c \
13 "
Brad Bishope345f702015-09-21 17:19:05 -040014inherit obmc-phosphor-sdbus-service
Patrick Williams5d164242015-10-15 16:21:45 -050015inherit obmc-phosphor-c-daemon