From 7e56618df175fc09093f3928de721186a1a1c4e0 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Thu, 10 May 2018 10:27:26 -0500 Subject: openpower: Read the BMC VPD from the OPFR record The OpenPower part number and serial number should be coming from the VP and VS keywords in the OPFR record. Resolves openbmc/openbmc#3174 Tested: Check that the serial and part number fields are filled in with valid values in the inventory. Change-Id: I06109a24518975c54be6bf3ec6feb66b89be100a Signed-off-by: Matt Spinler --- .../common/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-phosphor') diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml index b92005012..9aa746232 100644 --- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml +++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml @@ -1,7 +1,7 @@ BMC: xyz.openbmc_project.Inventory.Decorator.Asset: - VINI,PN: PartNumber - VINI,SN: SerialNumber + OPFR,VP: PartNumber + OPFR,VS: SerialNumber OPFR,VN: Manufacturer xyz.openbmc_project.Inventory.Item: VINI,DR: PrettyName -- cgit v1.2.3