summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2022-08-01 22:37:43 +0300
committerMatt Spinler <spinler@us.ibm.com>2022-08-01 22:58:08 +0300
commit043052ed0e31b596a078e4062fbbe9e5cae2f56c (patch)
tree06819da422ea48c94c1c2ce4c5f32f8822302cfc /meta-phosphor
parent1c9c10a60c3b7160590e4b86333ea80123a4cf2d (diff)
downloadopenbmc-043052ed0e31b596a078e4062fbbe9e5cae2f56c.tar.xz
phosphor-fan: Change fan-presence dep to .wants
Change the dependency that the fan presence application has on the power on target to a wants instead of requires so it doesn't power off the system if it were to go into a failed state with power on. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I460a6cfd51a0bc46503168151d9f4e3b17264b80
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
index 9540c8b43a..cc3d64f27f 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
@@ -57,7 +57,7 @@ MULTI_USR_TGT = "multi-user.target"
TMPL_TACH = "phosphor-fan-presence-tach@.service"
INSTFMT_TACH = "phosphor-fan-presence-tach@{0}.service"
POWERON_TGT = "obmc-chassis-poweron@{0}.target"
-FMT_TACH = "../${TMPL_TACH}:${POWERON_TGT}.requires/${INSTFMT_TACH}"
+FMT_TACH = "../${TMPL_TACH}:${POWERON_TGT}.wants/${INSTFMT_TACH}"
FMT_TACH_MUSR = "../${TMPL_TACH}:${MULTI_USR_TGT}.wants/${INSTFMT_TACH}"
FILES:${PN}-presence-tach = "${bindir}/phosphor-fan-presence-tach"