summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/dbus
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2018-02-19 15:46:39 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-28 00:17:15 +0000
commite495cb57515e1239e12ef2a52ff7e228f01b7bd0 (patch)
tree13dab74fff83799ae2f98bf6d3175bc15fbb3cef /meta-phosphor/common/recipes-phosphor/dbus
parentdae4cad0ca622f98f08172814786798fc5fa55d6 (diff)
downloadtalos-openbmc-e495cb57515e1239e12ef2a52ff7e228f01b7bd0.tar.gz
talos-openbmc-e495cb57515e1239e12ef2a52ff7e228f01b7bd0.zip
Witherspoon processor overtemp path changes
Make these changes in the phosphor-dbus-monitor rules that run when 3 processor cores reach 115C, resulting in a system shutdown: * Create the same CriticalHigh error, but now store the sensor paths and values of the cores that went over 115 in the metadata. * Remove the callback that makes journal entries, as the above change will now log which sensors/values went too high in the error log metadata which also shows up in the journal anyway. * Make this condition be a oneshot, meaning it will only do the callbacks once as long as 3 processors are over threshold, not on every properties changed call by any processor. Resolves openbmc/openbmc#2560 Change-Id: Iaa5207a80ca251c927ecb96b98c41adcb173175e Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/dbus')
-rw-r--r--meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-interfaces.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-interfaces.bb b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-interfaces.bb
index 3d5fd8851..9a4fe9215 100644
--- a/meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-interfaces.bb
+++ b/meta-phosphor/common/recipes-phosphor/dbus/phosphor-dbus-interfaces.bb
@@ -13,7 +13,7 @@ DEPENDS += "autoconf-archive-native"
DEPENDS += "sdbus++-native"
SRC_URI += "git://github.com/openbmc/phosphor-dbus-interfaces"
-SRCREV = "85bb6f3b78701261470eb589a06f09784aa67612"
+SRCREV = "72ceb5da488af4316aa3940e04573a650c74b480"
DEPENDS_remove_class-native = "sdbus++-native"
DEPENDS_remove_class-nativesdk = "sdbus++-native"
OpenPOWER on IntegriCloud