summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-04 11:30:21 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-06 15:41:09 +0300
commitd6b9148825ba810b505c3683eed1c3bbb061aae9 (patch)
tree22dacbab53e6145eee9fa96ca10445467a488161
parent876c5b1fe8024380caa768cba56557881f8922c6 (diff)
downloadopenbmc-d6b9148825ba810b505c3683eed1c3bbb061aae9.tar.xz
phosphor-pid-control: srcrev bump 02839e372a..7c6d35d5c4
ykchiu (1): Allow disabling PID loops at runtime Change-Id: I853cc29247fd6be9e2433a9061cb4e7d67fb8a40 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 6bfc883d54..45ac7c6869 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 = "02839e372a32d3a346c956d545b7fe97a91bd755"
+SRCREV = "7c6d35d5c439196254a7ca600b2d6bc0650adf4a"
PV = "0.1+git${SRCPV}"
PR = "r1"