blob: 541aa79436f39b06ab360027a909fd85d528e286 [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
Brad Bishopff7dc1d2016-07-13 17:56:34 -04005DBUS_SERVICE_${PN} += "org.openbmc.examples.SDBusService"
Brad Bishope345f702015-09-21 17:19:05 -04006
Brad Bishop19ff1c62015-10-18 22:21:04 -04007S = "${WORKDIR}"
8SRC_URI += "file://Makefile \
9 file://obmc-phosphor-example-sdbus.c \
10 "
Brad Bishope345f702015-09-21 17:19:05 -040011inherit obmc-phosphor-sdbus-service
Patrick Williams5d164242015-10-15 16:21:45 -050012inherit obmc-phosphor-c-daemon