Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC org.openbmc.control.Bmc example implementation" |
| 2 | DESCRIPTION = "A sample implementation for the org.openbmc.control.Bmc DBUS API. \ |
| 3 | org.openbmc.control.Bmc provides APIs for functions like resetting the BMC." |
| 4 | PR = "r1" |
Patrick Venture | 1a652ad | 2018-10-09 20:19:00 -0700 | [diff] [blame] | 5 | PV = "1.0+git${SRCPV}" |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 6 | |
| 7 | inherit skeleton-gdbus |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 8 | inherit obmc-phosphor-dbus-service |
Saqib Khan | c896e75 | 2017-11-13 10:47:54 -0600 | [diff] [blame] | 9 | inherit pkgconfig |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 10 | |
| 11 | SKELETON_DIR = "bmcctl" |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 12 | |
| 13 | FMT = "org.openbmc.control.Bmc@{0}.service" |
| 14 | DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_BMC_INSTANCES')}" |