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>
1 file changed
tree: 6a8670a0e0d7ba699ca21cb3cb860517921e44fe
  1. classes/
  2. conf/
  3. recipes-bsp/
  4. recipes-phosphor/
  5. COPYING.apache-2.0
  6. COPYING.MIT
  7. LICENSE
  8. MAINTAINERS
  9. README.md
README.md

OpenPOWER

meta-openpower is the OpenPOWER layer and should be included in all OpenPOWER systems' bblayers.conf. More information on OpenPOWER can be found here.