commit | 011035b854ca6b0c64ff32102310954847f3765f | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Thu May 02 15:40:36 2019 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue May 07 20:09:12 2019 +0000 |
tree | 6a8670a0e0d7ba699ca21cb3cb860517921e44fe | |
parent | 93729fa5b38ebe4dc3919519f599c26d3a25ad55 [diff] |
VPD: Remove reading UUID 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. 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: If7bb40dc3c9d4de6e2f60496b083db565fefeb16 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
meta-openpower is the OpenPOWER layer and should be included in all OpenPOWER systems' bblayers.conf. More information on OpenPOWER can be found here.