blob: f02803b1d42b29e7e82aadf99b9b8fc6611f0c48 [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC org.openbmc.Button example implementation"
2DESCRIPTION = "A sample implementation for a button controlling a power domain."
3PR = "r1"
Patrick Venturea4fb1872018-10-09 20:08:54 -07004PV = "1.0+git${SRCPV}"
Brad Bishop86ee1cf2016-06-27 14:53:52 -04005
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 = "pwrbutton"
Brad Bishop0fe80462016-08-17 20:27:37 -040011
12FMT = "org.openbmc.buttons.Power@{0}.service"
13DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_POWER_BUTTON_INSTANCES')}"