From c6ed65665d5392d677c63b836ce6ac358a9db7f7 Mon Sep 17 00:00:00 2001 From: Deepak Kodihalli Date: Wed, 25 Jul 2018 04:05:05 -0500 Subject: openpower: inventory-config: fix-up interface The motherboard or 'node' should implement the Inventory.Item.Board interface, and not the Inventory.Item.Chassis interface. The patch lets us view contained systems via the redfish/v1/Systems API on openpower boxes running bmcweb. Change-Id: I1a8755636b516e2284d4fa09391ce88cad113ec5 Signed-off-by: Deepak Kodihalli --- .../common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml index 39b6f3266..2233913aa 100644 --- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml +++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml @@ -61,7 +61,7 @@ NODE: PrettyName: IPMIFruSection: Board IPMIFruProperty: "Name" - xyz.openbmc_project.Inventory.Item.Chassis: + xyz.openbmc_project.Inventory.Item.Board: AssociatedTypes: - SYS -- cgit v1.2.1