summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-01-27 18:41:14 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-01-28 15:55:06 +0300
commit5a874c64cbdf31717e405f2934482fe71e632863 (patch)
tree0bf7c904f0d1dff4bab7a33d32bfeabab8bd032a
parent53fba0b26a9a7747649fd7d00d7b7e7c81963bc6 (diff)
downloadopenbmc-5a874c64cbdf31717e405f2934482fe71e632863.tar.xz
phosphor-logging: srcrev bump acb7c106a0..0e1593ec71
Matt Spinler (16): PEL: Add HostInterface base class PEL: Add HostNotifier class PEL: Logic to enqueue a PEL to send to host PEL: Fill in host command response handler PEL: Fill in host state change callback PEL: Take a PEL off the queue and send to host PEL: Mock the new PEL available cmd PEL: On new PEL, send to host if necessary PEL: Support for the host acking a PEL PEL: Notifier support for 'host full' PEL: Receive a 'bad PEL' indication from host PEL: Add PLDM command handler PEL: Create the PLDMInterface class PEL: Add PEL D-Bus methods PEL: Close PEL FD after getPEL call PEL: Add additional HostNotifier documentation (From meta-phosphor rev: 3e16157f75621c115ecd884a40d598d733f2009c) Change-Id: Ie3632b8e252b3ba867f41fdf6715fdeb1d580a86 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index e0ef34869..4a3ca16bc 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -54,7 +54,7 @@ FILES_phosphor-rsyslog-config += " \
"
SRC_URI += "git://github.com/openbmc/phosphor-logging"
-SRCREV = "acb7c106a0ded9b9ef96e3c39ce573c919fb9425"
+SRCREV = "0e1593ec7102b3a4e273953b2ffb6babae421213"
S = "${WORKDIR}/git"