summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2022-04-07 11:58:31 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-05-15 13:06:17 +0300
commitd61350c775de95c19e8305a55bf0eb3bb6896dc1 (patch)
treeb5017b5dd672a463f918ce7fcb5e9e17baf03e2a /meta-facebook
parent35b8b988b08779173c23520c36a5fcc8653151ad (diff)
downloadopenbmc-d61350c775de95c19e8305a55bf0eb3bb6896dc1.tar.xz
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
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/meta-bletchley/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend3
1 files changed, 3 insertions, 0 deletions
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 fd303a04b0..82bd0b4457 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 @@ DEPENDS:append:bletchley = " bletchley-yaml-config"
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"