configurations: yosemite4: Support MGM with Item.BMC interface
Support the management board with the `xyz.openbmc_project.Inventory
.Item.BMC` interface to label the hardware type.
Change-Id: I21a9f9de92e819ea1e0a4e7b1c757fb71ca1b607
Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>
diff --git a/configurations/yosemite4.json b/configurations/yosemite4.json
index 26fdbf7..0c2d19b 100644
--- a/configurations/yosemite4.json
+++ b/configurations/yosemite4.json
@@ -605,5 +605,6 @@
},
"xyz.openbmc_project.Inventory.Decorator.Revision": {
"Version": "$PRODUCT_VERSION"
- }
+ },
+ "xyz.openbmc_project.Inventory.Item.BMC": {}
}
diff --git a/configurations/yosemite4n.json b/configurations/yosemite4n.json
index c022bf8..49a6769 100644
--- a/configurations/yosemite4n.json
+++ b/configurations/yosemite4n.json
@@ -671,5 +671,6 @@
},
"xyz.openbmc_project.Inventory.Decorator.Revision": {
"Version": "$PRODUCT_VERSION"
- }
+ },
+ "xyz.openbmc_project.Inventory.Item.BMC": {}
}