Brad Bishop | e345f70 | 2015-09-21 17:19:05 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor OpenBMC BSP Example Application" |
| 2 | DESCRIPTION = "Phosphor OpenBMC QEMU BSP example implementation." |
| 3 | PR = "r1" |
| 4 | |
Brad Bishop | a5983c9 | 2016-08-16 09:40:10 -0400 | [diff] [blame] | 5 | DBUS_SERVICE_${PN} += "org.openbmc.examples.SDBusService.service" |
Brad Bishop | e345f70 | 2015-09-21 17:19:05 -0400 | [diff] [blame] | 6 | |
Brad Bishop | 19ff1c6 | 2015-10-18 22:21:04 -0400 | [diff] [blame] | 7 | S = "${WORKDIR}" |
| 8 | SRC_URI += "file://Makefile \ |
| 9 | file://obmc-phosphor-example-sdbus.c \ |
| 10 | " |
Brad Bishop | e345f70 | 2015-09-21 17:19:05 -0400 | [diff] [blame] | 11 | inherit obmc-phosphor-sdbus-service |
Patrick Williams | 5d16424 | 2015-10-15 16:21:45 -0500 | [diff] [blame] | 12 | inherit obmc-phosphor-c-daemon |