summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libpldm
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-28 03:20:28 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-07-28 23:07:35 +0300
commit98fc3b7e164b299d7d91e67d26b8a56e877bbbe8 (patch)
tree0e6ab22fac27f853f7053753cb3f498dafa50d77 /meta-phosphor/recipes-phosphor/libpldm
parent38a428cf99c8a58065552b27ae7fe921961a791b (diff)
downloadopenbmc-98fc3b7e164b299d7d91e67d26b8a56e877bbbe8.tar.xz
libpldm: srcrev bump 096685b476..ef48506891
Andrew Jeffery (5): changlog: Fix ordering of Deprecated header under [Unreleased] transport: pldm_transport_poll(): Handle errors from ->init_pollfd() transport: pldm_transport_poll(): Adjust return value semantics libpldm: Migrate ARRAY_SIZE() to internal header transport: Introduce a transport for testing purposes Pavithra Barithaya (3): state-set: Add the enum for Operational Stress Status state platform: Uniform struct field name for FRU Record Set PDR platform: Uniform struct field name for Numeric SensorValue PDR Thu Nguyen (1): transport: Correct comparison in while loop condition Change-Id: If60d61dc1e0dab9eed05ae2b4e5bc8301d9168df 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 238a9b158f..0f90dc67fe 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 = "096685b4768eabe1c821236e34982bba1019e397"
+SRCREV = "ef48506891d28b2ffeab32be7776836b76726534"
LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
LIBPLDM_ABI_MAINTENANCE = "stable,testing"
LIBPLDM_ABI_PRODUCTION = "deprecated,stable"