blob: 1a7836a110e38e3cd35d3e21717a0b4ca2c27924 [file] [log] [blame]
Brad Bishop5f9be072016-06-27 14:53:52 -04001SUMMARY = "OpenBMC org.openbmc.Button example implementation"
2DESCRIPTION = "A sample implementation for a reset button."
3PR = "r1"
Patrick Ventured78d1332018-10-09 20:11:09 -07004PV = "1.0+git${SRCPV}"
Brad Bishop5f9be072016-06-27 14:53:52 -04005
6inherit skeleton-gdbus
Brad Bishop1d525fa2016-08-17 20:27:37 -04007inherit obmc-phosphor-dbus-service
Saqib Khan02917df2017-11-13 10:47:54 -06008inherit pkgconfig
Brad Bishop1d525fa2016-08-17 20:27:37 -04009
Brad Bishop5f9be072016-06-27 14:53:52 -040010SKELETON_DIR = "rstbutton"
Brad Bishop1d525fa2016-08-17 20:27:37 -040011
12FMT = "org.openbmc.buttons.reset@{0}.service"
13DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_RESET_BUTTON_INSTANCES')}"