commit | d61350c775de95c19e8305a55bf0eb3bb6896dc1 | [log] [tgz] |
---|---|---|
author | Potin Lai <potin.lai@quantatw.com> | Thu Apr 07 16:58:31 2022 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun May 15 10:06:17 2022 +0000 |
tree | b5017b5dd672a463f918ce7fcb5e9e17baf03e2a | |
parent | 35b8b988b08779173c23520c36a5fcc8653151ad [diff] |
meta-bletchley: disable host watchdog The host watdog feature is based on IPMI watchdog commands. Disable host watchdog because host on bletchley does not support IPMI. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I25b3f0ac49543003e3a36c160f6b4c4a0b736887
diff --git a/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend index fd303a0..82bd0b4 100644 --- a/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend +++ b/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
@@ -3,3 +3,6 @@ EXTRA_OECONF:bletchley = " \ FRU_YAML_GEN=${STAGING_DIR_HOST}${datadir}/bletchley-yaml-config/ipmi-fru-read.yaml \ " + +# host watchdog does not support on bletchley +RDEPENDS:${PN}:remove:bletchley = "virtual/obmc-watchdog"