summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libpldm
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-11 14:40:19 +0300
committerAndrew Geissler <openbmcbump-github@yahoo.com>2023-08-11 14:40:19 +0300
commitb570ded6d16eb046d0a5e0915f87c3e3bfb7a9fc (patch)
treea8af739175d4e10023df50023902031ce551be98 /meta-phosphor/recipes-phosphor/libpldm
parentacda66195e9d10235cb27b23dde53161c49e6cd8 (diff)
downloadopenbmc-b570ded6d16eb046d0a5e0915f87c3e3bfb7a9fc.tar.xz
libpldm: srcrev bump 7570fae432..75ce90a5f9
Andrew Jeffery (7): transport: test: Pass time to trigger pldm_transport_poll(..., 0) libpldm: Release v0.5.0 pdr: Remove pldm_entity_association_pdr_add() pdr: Avoid ID overflow in pldm_entity_association_tree_add_entity() meson: Apply `b_ndebug=if-release` by default changelog: Note pldm_entity_association_tree_add_entity() stabilisation changelog: Stabilise pldm_entity_association_tree_find_with_locality() Pavithra Barithaya (1): pdr : Stabilize pldm_entity_association_tree_add_entity() Change-Id: I6c984f050e30fdda5624f5643cdea0df27336bd2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/libpldm')
-rw-r--r--meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
index ef88868558..a3c47cbe35 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 = "7570fae432fa937a8022de1d193520648879a47b"
+SRCREV = "75ce90a5f9910f7effc6537ab96b2a580bfad69d"
LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
LIBPLDM_ABI_MAINTENANCE = "stable,testing"
LIBPLDM_ABI_PRODUCTION = "deprecated,stable"