summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/chassis/obmc-hostcheckstop.bb
blob: c4b36165eedc8993336d2739e2de07fd4a035f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "OpenBMC checkstop monitor."
DESCRIPTION = "The checkstop monitor watches a GPIO for a checkstop signal \
and reboots a server."
PR = "r1"

inherit skeleton-gdbus
inherit obmc-phosphor-dbus-service

SKELETON_DIR = "hostcheckstop"

FMT = "org.openbmc.control.Checkstop@{0}.service"
DBUS_SERVICE_${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHECKSTOP_INSTANCES')}"
OpenPOWER on IntegriCloud