Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC checkstop monitor." |
| 2 | DESCRIPTION = "The checkstop monitor watches a GPIO for a checkstop signal \ |
| 3 | and reboots a server." |
| 4 | PR = "r1" |
| 5 | |
| 6 | inherit skeleton-gdbus |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 7 | inherit obmc-phosphor-dbus-service |
Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 8 | |
| 9 | SKELETON_DIR = "hostcheckstop" |
Brad Bishop | 0fe8046 | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 10 | |
| 11 | FMT = "org.openbmc.control.Checkstop@{0}.service" |
| 12 | DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHECKSTOP_INSTANCES')}" |