blob: 99f5618536bef95cc7be31ed689861753e685a4c [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
Brad Bishop86ee1cf2016-06-27 14:53:52 -04008
9SKELETON_DIR = "bmcctl"
Brad Bishop0fe80462016-08-17 20:27:37 -040010
11FMT = "org.openbmc.control.Bmc@{0}.service"
12DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_BMC_INSTANCES')}"