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