blob: eb5b4a8107e6975648db46ef69247a55063db599 [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC org.openbmc.control.Bmc example implementation"
2DESCRIPTION = "A sample implementation for the org.openbmc.control.Bmc DBUS API. \
3org.openbmc.control.Bmc provides APIs for functions like resetting the BMC."
4PR = "r1"
5
6inherit skeleton-gdbus
Brad Bishop0fe80462016-08-17 20:27:37 -04007inherit obmc-phosphor-dbus-service
Saqib Khanc896e752017-11-13 10:47:54 -06008inherit pkgconfig
Brad Bishop86ee1cf2016-06-27 14:53:52 -04009
10SKELETON_DIR = "bmcctl"
Brad Bishop0fe80462016-08-17 20:27:37 -040011
12FMT = "org.openbmc.control.Bmc@{0}.service"
13DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_BMC_INSTANCES')}"