summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libpldm
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-01-26 19:24:42 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-01-27 04:42:45 +0300
commitb743955e03eda563e8bfc6aa20611ba43915c911 (patch)
tree054e957df0fd7c7130cd38c00ace8cd524cf0d99 /meta-phosphor/recipes-phosphor/libpldm
parent0fa93d7e41498abb5345e8a8c4b0299bbd068da2 (diff)
downloadopenbmc-b743955e03eda563e8bfc6aa20611ba43915c911.tar.xz
libpldm: srcrev bump d6df5fab2b..0585de9530
Dung Cao (2): Add encode/decode for EventMessageBufferSize Add encode/decode for EventMessageSupported Gilbert Chen (2): Added encode API for SetTID cmd Add decode GetPDRRepositoryInfo resp API Manojkiran Eda (4): Sync OWNERS from openbmc/docs Add manoj as a reviewer Migrate libpldm documentation Fix includes using iwyu tool Patrick Williams (1): reformat and fix markdownlint issues Thu Nguyen (2): Add compact numeric sensor PDR definitions Add effecter aux name PDR struct Change-Id: I52dcdc398e125c4279c66ee49a444673c539ef23 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 c870437aaf..536e8cb529 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 = "d6df5fab2b00eae6287961d7213ab304f86aab55"
+SRCREV = "0585de95306d3e4c04f89dbed2bc413a9dee8cd6"
PACKAGECONFIG[oem-ibm] = "-Doem-ibm=enabled,-Doem-ibm=disabled,,"
PV = "0.1.0+git${SRCPV}"