summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-10-08 07:40:48 +0300
committerAndrew Jeffery <andrew@codeconstruct.com.au>2024-10-08 09:41:01 +0300
commitcdde7e0a4de380910443c4d483f534f5bf2a9e90 (patch)
tree2550e90b345de3c36d6899476641e9df56218931
parent42d528f1336bf6eeb83f2887f3312cf7741ce7c7 (diff)
downloadopenbmc-cdde7e0a4de380910443c4d483f534f5bf2a9e90.tar.xz
libpldm,pldm: Merged srcrev bumps to undo API break
libpldm: srcrev bump 8c43abb70a..2332e05723 Andrew Jeffery (1): Revert "dsp: platform: Fix decode_set_event_receiver_req()" pldm: srcrev bump c3ad6c62a7..e188b91cd4 Manojkiran Eda (2): Fix invalid read by adjusting request size Revert "Fix invalid read by adjusting request size" Thu Nguyen (1): platform-mc: sensor: Support none-telemetry base unit Change-Id: I9fb86074167140c55f42544a33f9a09d34bb1c1b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb2
-rw-r--r--meta-phosphor/recipes-phosphor/pldm/pldm_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
index b2c4ccc74b..7c210a8bbf 100644
--- a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "PLDM library implementing various PLDM specifications"
HOMEPAGE = "https://github.com/openbmc/libpldm"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "8c43abb70aeadde39d99af2c1b6b5d4a1416fc47"
+SRCREV = "2332e0572300d6e490704b0d5fea720744594764"
LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
LIBPLDM_ABI_MAINTENANCE = "stable,testing"
LIBPLDM_ABI_PRODUCTION = "deprecated,stable"
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
index 431cac22bc..37c9fd4682 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 = "c3ad6c62a715df20845e93d1fcd8032d55f32b49"
+SRCREV = "e188b91cd42cc2d3e6049512467b01d73261967e"
SUMMARY = "PLDM Stack"
DESCRIPTION = "Implementation of the PLDM specifications"