summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-09-17openpower-vpd-parser: srcrev bump ee79ca8425..18197ae979Andrew Geissler1-0/+5
Alvin Wang (1): Add 2nd MAC address for 2nd NIC (From meta-openpower rev: 44cb053cceb59e300b56e8e2e3207489f4e9950f) Change-Id: If7bff634111dbd2124635234ba518c983666f1c1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Alvin Wang <alvinwang@msn.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-07VPD: Remove reading UUIDGunnar Mills1-2/+0
The UUID is not in the VPD for any supported openpower systems. The last system with the UUID in the VPD was Barreleye. Barreleye was removed here, 10 months ago: https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/12072/ Before being removed, Barreleye was unmaintained for over a year. A UUID interface with an empty UUID is being created at: .../inventory/system/chassis/motherboard/boxelder/bmc. "PrettyName": "BMC PLANAR ", "SerialNumber": "YL10UF78A0H4 ", "UUID": "" }, bmcweb finds this UUID interface and places this empty UUID property on Redfish. The Redfish Service validator flags this empty UUID as an error. (From meta-openpower rev: 011035b854ca6b0c64ff32102310954847f3765f) Tested: Built a Witherspoon image, loaded it on a Witherspoon, no longer see the empty UUID property and the UUID interface at system/chassis/motherboard/boxelder/bmc. Fixes the last Redfish Service validator error! Had to remove the Common.UUID interface file at /var/lib/phosphor-inventory-manager before loading on the image. Change-Id: I660cbbc1ef066b0c29730683b34134487e127554 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-05meta-openpower: Move layer content from common/Brad Bishop1-0/+15
Adopt a more conventional directory hierarchy. meta-openpower is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-openpower rev: 2c8db5661cecd7e4cc20bcb96df76490e62cfb67) Change-Id: I415caaa28ec728f24e755ddb549012f24874fefe Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>