Add Type to all config files
A number of the config files didn't include the new "type" parameter.
Include it so they are correctly categorized.
Change-Id: I999f2917d22058c628822257dbc7241ff64b77c8
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/configurations/2Ux8 Riser.json b/configurations/2Ux8 Riser.json
index 842d26c..50b387e 100644
--- a/configurations/2Ux8 Riser.json
+++ b/configurations/2Ux8 Riser.json
@@ -53,6 +53,7 @@
}
],
"Name": "2Ux8 Riser 1",
+ "Type": "Board",
"Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UL8RISER1', 'ADDRESS': 80})",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"Manufacturer": "$BOARD_MANUFACTURER",
@@ -115,6 +116,7 @@
}
],
"Name": "2Ux8 Riser 2",
+ "Type": "Board",
"Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'A2UL8RISER2', 'ADDRESS': 81})",
"xyz.openbmc_project.Inventory.Decorator.Asset": {
"Manufacturer": "$BOARD_MANUFACTURER",