summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-08-12 14:51:50 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-08-12 23:32:10 +0300
commit293dfa239b161726cec677e49eabf4a202bee96e (patch)
tree12fcaa43f2741225e8fdb315b889ecd2f1d19f11
parent5f44db5a6a53be500f523f825dcde7f7e15e37a7 (diff)
downloadopenbmc-293dfa239b161726cec677e49eabf4a202bee96e.tar.xz
phosphor-virtual-sensor: srcrev bump 4ac7a7f28e..1dff7dceb9
Rashmica Gupta (6): Defer emitting InterfacesAdded signal until ready virtual-sensor: Add ability to read a config from dbus Use direct initialisation Add a modified median calculation README: add config via D-Bus Support threshold hysteresis Change-Id: Idd686cd6a0a1ad8d5167215e467549ce5bc7d829 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb b/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb
index 080edce46..d202bd503 100644
--- a/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb
@@ -16,7 +16,7 @@ DEPENDS += "nlohmann-json"
DEPENDS += "exprtk"
SRC_URI = "git://github.com/openbmc/phosphor-virtual-sensor.git;protocol=git"
-SRCREV = "4ac7a7f28e7469f0b2e9be096c31294334a6cd1a"
+SRCREV = "1dff7dceb9b2b8efe8b44c6d7518cd0207b89837"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE:${PN} = "phosphor-virtual-sensor.service"