summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/chassis
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-06-07 21:00:16 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-06-13 09:39:43 +0000
commitd521ee636396871de2aeff1fb16bd0fc09dc8000 (patch)
treec495ef3c72162e3c5b13b5aa15474aa77a4564fc /meta-phosphor/common/recipes-phosphor/chassis
parent0f0cdb27cec59d2a178970e86c6112f24feaf1d4 (diff)
downloadtalos-openbmc-d521ee636396871de2aeff1fb16bd0fc09dc8000.tar.gz
talos-openbmc-d521ee636396871de2aeff1fb16bd0fc09dc8000.zip
Replace old gpio-monitor with new one
Change-Id: I8f96987ab61d7657c3ccd3d665fa34ed6cb508ec Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/chassis')
-rw-r--r--meta-phosphor/common/recipes-phosphor/chassis/obmc-hostcheckstop.bb12
-rw-r--r--meta-phosphor/common/recipes-phosphor/chassis/obmc-hostcheckstop/org.openbmc.control.Checkstop@.service13
2 files changed, 0 insertions, 25 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/chassis/obmc-hostcheckstop.bb b/meta-phosphor/common/recipes-phosphor/chassis/obmc-hostcheckstop.bb
deleted file mode 100644
index c4b36165e..000000000
--- a/meta-phosphor/common/recipes-phosphor/chassis/obmc-hostcheckstop.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-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')}"
diff --git a/meta-phosphor/common/recipes-phosphor/chassis/obmc-hostcheckstop/org.openbmc.control.Checkstop@.service b/meta-phosphor/common/recipes-phosphor/chassis/obmc-hostcheckstop/org.openbmc.control.Checkstop@.service
deleted file mode 100644
index d5fea67dc..000000000
--- a/meta-phosphor/common/recipes-phosphor/chassis/obmc-hostcheckstop/org.openbmc.control.Checkstop@.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Phosphor Host%i Checkstop Monitor
-Wants=mapper-wait@-org-openbmc-managers-System.service
-After=mapper-wait@-org-openbmc-managers-System.service
-
-[Service]
-Restart=always
-ExecStart={sbindir}/host_checkstop.exe
-Type=dbus
-BusName={BUSNAME}
-
-[Install]
-WantedBy={SYSTEMD_DEFAULT_TARGET}
OpenPOWER on IntegriCloud