From a4c8e6d6974fcdaf713b719757cde323e0e30093 Mon Sep 17 00:00:00 2001 From: Vijay Khemka Date: Tue, 30 Oct 2018 15:35:01 -0700 Subject: Add Custom Field for inventory Added Custom Field from Fru spec in inventory for Vendor information. Tested: Build Facebook TiogaPass board and load on the target hardware. Ensure that Fru information are updated in inventory. Change-Id: I88ce315579a7e2c5c83c991b0d3e22193335dd24 Signed-off-by: Vijay Khemka --- .../Inventory/Decorator/VendorInformation.interface.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/xyz/openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml b/xyz/openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml index 6b6a131..a31e671 100644 --- a/xyz/openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml +++ b/xyz/openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml @@ -1,5 +1,14 @@ description: > Implement to provide custom properties added to an item by the item vendor. +properties: + - name: CustomField1 + type: string + description: > + The custom field 1 of the item. + - name: CustomField2 + type: string + description: > + The custom field 2 of the item. # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 -- cgit v1.2.1