From eb53d86e93295398d743d1eb90cd92900ef5cc02 Mon Sep 17 00:00:00 2001 From: ThuBaNguyen Date: Tue, 10 Nov 2020 14:38:26 +0700 Subject: meta-ampere: mtjade: disable the poweron watchdog Ampere Mt.Jade power control involves different action during the course of action which does not involve rebooting the Host. Thus disable the use of Host Power-On watchdog. Tested: 1. Power on host. 2. In bmc console call "journalctl -f". 3. "ipmitool power reset" make sure there are no phosphor-watchdog messages. Signed-off-by: ThuBaNguyen Change-Id: Iaedd120f203b4222bf57e5fbdc7be84cd22d2e2e --- .../recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-ampere/meta-jade/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend (limited to 'meta-ampere') diff --git a/meta-ampere/meta-jade/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend b/meta-ampere/meta-jade/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend new file mode 100644 index 000000000..0d17c372a --- /dev/null +++ b/meta-ampere/meta-jade/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend @@ -0,0 +1,9 @@ +FILESEXTRAPATHS_append_mtjade := "${THISDIR}/${PN}:" + +# +# Ampere Mt. Jade power control involves different action during +# the course of action which does not involve rebooting the Host. +# Thus disable the use of Host Power-On watchdog. +# +WATCHDOG_FMT = "" +ENABLE_WATCHDOG_FMT = "" -- cgit v1.2.3