blob: 70dac0ad7f88c25a237ecc03335bca16c8dcecf5 [file] [log] [blame]
Brad Bishop5f9be072016-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"
Patrick Venture186155f2018-10-09 20:19:00 -07005PV = "1.0+git${SRCPV}"
Brad Bishop5f9be072016-06-27 14:53:52 -04006
7inherit skeleton-gdbus
Brad Bishop1d525fa2016-08-17 20:27:37 -04008inherit obmc-phosphor-dbus-service
Saqib Khan02917df2017-11-13 10:47:54 -06009inherit pkgconfig
Brad Bishop5f9be072016-06-27 14:53:52 -040010
11SKELETON_DIR = "bmcctl"
Brad Bishop1d525fa2016-08-17 20:27:37 -040012
13FMT = "org.openbmc.control.Bmc@{0}.service"
Patrick Williams12fc9392021-08-06 09:16:53 -050014DBUS_SERVICE:${PN} += "${@compose_list(d, 'FMT', 'OBMC_BMC_INSTANCES')}"