summaryrefslogtreecommitdiff
path: root/meta-openpower
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-04-20 11:00:11 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-04-21 00:21:46 +0300
commit86e9435e50020af99c1d606d0b0fbe1d82e522f4 (patch)
treecc94dbf05457c8c54a27c911b76c232be8b14118 /meta-openpower
parentc0201c9390c014791474ac46b4ed7243897bc4e4 (diff)
downloadopenbmc-86e9435e50020af99c1d606d0b0fbe1d82e522f4.tar.xz
openpower-vpd-parser: srcrev bump 31d50fa794..bf78ed8883
Priyanga Ramasamy (1): Set presence for embedded non-synthesized frus Santosh Puranik (6): Fix PCIe device check PEL: Check Presence Before Error Logging Do not collect VPD unless required Update Asset Tag On Factory Resets manager: Sync AssetTag Property vpd-manager: Fix compile failure. Change-Id: I1d9c55f770d1923a00f8c80a6a4587b777c86633 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-openpower')
-rw-r--r--meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc b/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
index 6c9ba546c7..6c38af5067 100644
--- a/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
+++ b/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc
@@ -2,5 +2,5 @@ HOMEPAGE = "https://github.com/openbmc/openpower-vpd-parser"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/openpower-vpd-parser;branch=master;protocol=https"
-SRCREV = "31d50fa794eb4a20577b629c964a6d126056a533"
+SRCREV = "bf78ed8883a067d6f297860ceb54dbd6148b2d25"
DEPENDS += "nlohmann-json"