summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-01-17 17:51:05 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-01-24 01:18:49 +0300
commitbcd211c98e43d6294b726f0e5a0fd3fc82653789 (patch)
treec9124ebb891ab034987eb2a977322bdd842b91b4
parente69d3d2656f83a2db3bd90ed3875031bf4e7d299 (diff)
downloadopenbmc-bcd211c98e43d6294b726f0e5a0fd3fc82653789.tar.xz
phosphor-fan-presence: srcrev bump 799cdf74d5..c83457ab18
Matthew Barth (16): presence: Add JSON config class presence: Parse JSON input file presence: Extract fan object data presence: Sensor generation framework presence: Complete current method type functions presence: Policy generation framework presence: Complete current rpolicy type functions presence: Reload json config on SIGHUP presence: Enable use of alternate json config file presence: Retrieve config file location from dbus presence: Split config filename from path Add getSubTreeRaw dbus function presence: Hard code JSON config file locations presence: Enable use of JSON instead of YAML presence: Example JSON configuration & README updates presence: Correct supported policy types in example YAML (From meta-phosphor rev: 0e20c167f05172734912b795439d4ac212ce9eee) Change-Id: If21557073de5588afc24c90127b6804fa8308445 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc b/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc
index 4b3eaf4af..ac96f3641 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-fan-presence"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/phosphor-fan-presence"
-SRCREV = "799cdf74d50c6ced0e1a1afcef1fe7fc50e71da8"
+SRCREV = "c83457ab1852a34d4ab51060bdde6f197efdd03e"