From 9606ba3efe9d61458ad2ede6f0639856d580ef7e Mon Sep 17 00:00:00 2001 From: Marri Devender Rao Date: Mon, 21 Aug 2017 03:42:31 -0500 Subject: Modify mako script to generate code for empty interfaces Allow generating code for empty interfaces in the FRU map. Empty interfaces are used to determine the type of the inventory object. Change-Id: I945998627b88bc68374b631d1b14328cd611cb39 Signed-off-by: Marri Devender Rao --- scripts/example.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/example.yaml') diff --git a/scripts/example.yaml b/scripts/example.yaml index a9543ba..69d7ebd 100644 --- a/scripts/example.yaml +++ b/scripts/example.yaml @@ -33,6 +33,7 @@ Version: IPMIFruProperty: Version IPMIFruSection: Product + xyz.openbmc_project.Inventory.Item.System: 1: /system/chassis/motherboard/dimm0: xyz.openbmc_project.Inventory.Item: @@ -56,6 +57,7 @@ Version: IPMIFruProperty: Version IPMIFruSection: Product + xyz.openbmc_project.Inventory.Item.Dimm: 2: /system/chassis/motherboard/dimm1: xyz.openbmc_project.Inventory.Item: @@ -79,6 +81,7 @@ Version: IPMIFruProperty: Version IPMIFruSection: Product + xyz.openbmc_project.Inventory.Item.Dimm: 3: /system/chassis/motherboard/cpu0: xyz.openbmc_project.Inventory.Item: @@ -98,6 +101,7 @@ Manufacturer: IPMIFruProperty: Manufacturer IPMIFruSection: Board + xyz.openbmc_project.Inventory.Item.Cpu: 4: /system/chassis/motherboard/cpu1: xyz.openbmc_project.Inventory.Item: @@ -117,3 +121,4 @@ Manufacturer: IPMIFruProperty: Manufacturer IPMIFruSection: Board + xyz.openbmc_project.Inventory.Item.Cpu: -- cgit v1.2.1