summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/fans/witherspoon-fan-watchdog.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibm/recipes-phosphor/fans/witherspoon-fan-watchdog.bb')
-rw-r--r--meta-ibm/recipes-phosphor/fans/witherspoon-fan-watchdog.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-ibm/recipes-phosphor/fans/witherspoon-fan-watchdog.bb b/meta-ibm/recipes-phosphor/fans/witherspoon-fan-watchdog.bb
deleted file mode 100644
index 93c8d457b..000000000
--- a/meta-ibm/recipes-phosphor/fans/witherspoon-fan-watchdog.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "Witherspoon fan watchdog services"
-PR = "r1"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-
-inherit obmc-phosphor-systemd
-
-RDEPENDS_${PN} += "virtual/obmc-gpio-monitor"
-RDEPENDS_${PN} += "busybox"
-
-RESET_SERVICE = "witherspoon-reset-fan-watchdog.service"
-TGTFMT = "obmc-chassis-poweron@0.target"
-RESET_FMT = "../${RESET_SERVICE}:${TGTFMT}.requires/${RESET_SERVICE}"
-
-MONITOR_SERVICE = "witherspoon-fan-watchdog-monitor@.service"
-
-WATCHDOG_SERVICE = "witherspoon-fan-watchdog.service"
-WATCHDOG_FMT = "../${WATCHDOG_SERVICE}:${TGTFMT}.requires/${WATCHDOG_SERVICE}"
-
-SYSTEMD_SERVICE_${PN} += "${RESET_SERVICE} ${MONITOR_SERVICE} ${WATCHDOG_SERVICE}"
-SYSTEMD_LINK_${PN} += "${RESET_FMT} ${WATCHDOG_FMT}"
-SYSTEMD_ENVIRONMENT_FILE_${PN} += "obmc/witherspoon-fan-watchdog/reset-fan-watchdog.conf"
-SYSTEMD_ENVIRONMENT_FILE_${PN} += "obmc/witherspoon-fan-watchdog/fan-watchdog.conf"