summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-18 03:40:26 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-11-19 04:35:56 +0300
commit2f08895199631827e7b0fe6c86495cc0e665dac2 (patch)
treef1bfa3384770ab37b8922c310e88b792460b1157 /meta-phosphor
parent4e5233c96b6e1330bd9c586f5feb7801be4b0f9c (diff)
downloadopenbmc-2f08895199631827e7b0fe6c86495cc0e665dac2.tar.xz
phosphor-pid-control: srcrev bump fb82a87d2e..23e22b90c3
Bonnie Lo (2): Support derivative term in PID algorithm and support to set cycle interval time from fan table Add debug mode Josh Lehan (5): Fix Meson build problem when building tests Adding new feature of core PID loop logging FanController: Use raw RPM as input to fan PID loop Adding more temporary files to gitignore Add new PID Class types "power" and "powersum" Change-Id: I04104ec2e254ae8f7a7908f55d150c9fef5ca4e9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-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 0247752f87..f460b6e79e 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 = "fb82a87d2e88a99523a169acda43fa67315452a2"
+SRCREV = "23e22b90c32fc7b40489fae41b1ad6439152b07f"
PV = "0.1+git${SRCPV}"
PR = "r1"