summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-01-12 03:50:10 +0300
committerAndrew Geissler <geissonator@yahoo.com>2022-01-13 01:21:51 +0300
commit4baa41c32d5185fb0abd5dde9a63bfc56a5486ab (patch)
tree5d99b5e4e6498a7b7f40dafab1665a7174903358
parent61df506fdcac6dda383f32e4f4c5db406393d977 (diff)
downloadopenbmc-4baa41c32d5185fb0abd5dde9a63bfc56a5486ab.tar.xz
phosphor-host-ipmid: srcrev bump c10cda1d2a..d3d2fe29d5
Lei YU (12): sensor-cache: Add cache for sdr and threshold sensor-cache: Initial commit sensor-cache: configure: Add option sensor-cache: Use new get function sensor-cache: Implement reading data sensor-cache: Read sensor data when there is no cache sensor-cache: Implement readingAssertion() sensor-cache: Implement assertion() sensor-cache: Implement eventdata2() sensor-cache: Implement inventory::get::assertion() sensor-cache: Use async calls in get sensor reading sensor-cache: Invalidate cache when sensor disappears Vivekanand Veeracholan (1): Prevent default cmdGetDeviceSdr handler registration in dynamic sensors Change-Id: Ie101f9067efaaa03c0ac5410ac407d1165170d41 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
index d9c3f497f3..b773d54be2 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-host-ipmid"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
-SRCREV = "c10cda1d2a9f6ae6ed7da059ec40b761465a3c0c"
+SRCREV = "d3d2fe29d550e2557704444267881b842573f450"