openpower vpd yaml: invert property,keyword map
For example, change MACAddress: VINI,B1 to VINI,B1: MACAddress. This
will allow us to pick VPD information from one of many record/keyword
combinations that can source an individual property.
Change-Id: I17004a025fa5ec137d5d8ecc47fb0f08510b423e
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
diff --git a/common/recipes-phosphor/vpd/openpower-fru-vpd.inc b/common/recipes-phosphor/vpd/openpower-fru-vpd.inc
index e3b9cb0..6766418 100644
--- a/common/recipes-phosphor/vpd/openpower-fru-vpd.inc
+++ b/common/recipes-phosphor/vpd/openpower-fru-vpd.inc
@@ -2,4 +2,4 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/openpower-vpd-parser"
-SRCREV = "d47f1030c1e77c7c2b40defe705be76c321c3464"
+SRCREV = "db12d763fba2c781af3490b01edc1a5e8f393426"