summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-07-08 04:41:14 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-07-08 13:58:35 +0300
commit0fb78b5640394ded6d4bf72bde1114330003f7d8 (patch)
tree54a2b5f59de714330fe808a7ba4e167cd2b7b36c
parentf9b5805c40576fd0ca38a93e05b1867ce6d20bef (diff)
downloadopenbmc-0fb78b5640394ded6d4bf72bde1114330003f7d8.tar.xz
phosphor-logging and phosphor-dbus-interface bump
phosphor-logging: srcrev bump cbc93a4962..530efbfc72 Ramesh Iyyar (3): PEL: Repository: Added getLogID() as public method PEL: Manager: Implemented the GetPELIdFromBMCLogId dbus method PEL: Manager: Implemented the GetBMCLogIdFromPELId dbus method phosphor-dbus-interfaces: srcrev bump 531c90e344..39bdb47118 Ramesh Iyyar (2): open_power: PEL: Added the GetPELIdFromBMCLogId method open_power: PEL: Added the GetBMCLogIdFromPELId method Sharad Yadav (1): Inventory: Add Decorator.Dimension interface Tom Joseph (1): MCTP: Define interface for MCTP endpoint enumeration Vijay Lobo (1): Entry: Add Resolution property Willy Tu (1): location code: add new item interface to support more connections types Change-Id: Ib2983f821118bcc5877aff3915ed4d32589d682b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb2
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
index 1b3a9d646..af52980f6 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb
@@ -18,7 +18,7 @@ DEPENDS += " \
"
SRC_URI = "git://github.com/openbmc/phosphor-dbus-interfaces"
-SRCREV = "531c90e34497bbc571c18c50fe078c0d86e61d91"
+SRCREV = "39bdb4711855ed9caf18b55427691c80e8e8ac8e"
# Process OBMC_ORG_YAML_SUBDIRS to create Meson config options.
# ex. xyz/openbmc_project -> -Ddata_xyz_openbmc_project=true
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index 15d743829..711f2ecef 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 = "cbc93a49623dda187dd7dde4e0281ec0b8007a0e"
+SRCREV = "530efbfc72b9eecb328af619543d74193dd58b38"
S = "${WORKDIR}/git"