summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-10-25 23:30:16 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-10-26 00:36:21 +0300
commit205c4c6b7d98ec9968abbb4ade2ad5b9fca47956 (patch)
tree6be3e14f68515fbd7b1563eeb447897bfe82c15c
parent9767712e8fc3a3686d51337edde21b6d4087997f (diff)
downloadopenbmc-205c4c6b7d98ec9968abbb4ade2ad5b9fca47956.tar.xz
phosphor-pid-control: srcrev bump e1dbb59a08..3f0f7bc358
Josh Lehan (2): Implementing the TempToMargin feature Add MissingIsAcceptable feature to avoid failsafe Change-Id: I6913014c151fb24620189a429b8161415e999718 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
index 2fbdf273b5..34a12d26c2 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -17,7 +17,7 @@ DEPENDS += "cli11"
DEPENDS += "boost"
# We depend on this to be built first so we can build our providers.
DEPENDS += "phosphor-ipmi-host"
-SRCREV = "e1dbb59a08819d3e0cf8aa1e4718a37feb817902"
+SRCREV = "3f0f7bc35831d467d912698dc5dbd9dcf9ad10f3"
PV = "0.1+git${SRCPV}"
PR = "r1"