blob: c4b36165eedc8993336d2739e2de07fd4a035f6a [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC checkstop monitor."
2DESCRIPTION = "The checkstop monitor watches a GPIO for a checkstop signal \
3and reboots a server."
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 = "hostcheckstop"
Brad Bishop0fe80462016-08-17 20:27:37 -040010
11FMT = "org.openbmc.control.Checkstop@{0}.service"
12DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHECKSTOP_INSTANCES')}"