commit | d6b9148825ba810b505c3683eed1c3bbb061aae9 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <openbmcbump-github@yahoo.com> | Sun Jun 04 03:30:21 2023 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Jun 06 12:41:09 2023 +0000 |
tree | 22dacbab53e6145eee9fa96ca10445467a488161 | |
parent | 876c5b1fe8024380caa768cba56557881f8922c6 [diff] |
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>
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 6bfc883..45ac7c6 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 += "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"