summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-25 10:20:39 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2024-04-25 10:20:39 +0300
commitf75b8c8eb9d7435491d5e6694de92de3ccab2df1 (patch)
tree6174b5699e454c02ada869d7fc79b5e31cc5edbb
parent4aa1593e04a9489e26e82c26e40ad99be4b1cbfe (diff)
downloadopenbmc-f75b8c8eb9d7435491d5e6694de92de3ccab2df1.tar.xz
pldm: srcrev bump 3daf7a1ca0..07a07e2ac4
DelphineCCChiu (1): fw-update: Fix variable being used before initialized Manojkiran Eda (5): fix inconsistent spacing in BIOS logs Remove unused variables common: Improve printBuffer() & added unit tests Remove setup.cfg file from the repository Fix a potential crash due to unbound array access Change-Id: Id5a47f4e11933700b78e1abf240c6c868ec444d0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/pldm/pldm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
index 7702e62449..bba0dcc7b8 100644
--- a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
@@ -2,7 +2,7 @@ HOMEPAGE = "https://github.com/openbmc/pldm"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI = "git://github.com/openbmc/pldm;branch=master;protocol=https"
-SRCREV = "3daf7a1ca0e317225e3c0cf821267e75726eabe8"
+SRCREV = "07a07e2ac4cb41e18c4c787f6e8015d89c1f1371"
SUMMARY = "PLDM Stack"
DESCRIPTION = "Implementation of the PLDM specifications"