configurations: add AssetTag interface
Add AssetTag and SparePartNumber
Change-Id: I0c88412d5bec5a67db30a257194c7188ceae38fb
Signed-off-by: Peter Yin <peter.yin@quantatw.com>
diff --git a/configurations/cx7_ocp.json b/configurations/cx7_ocp.json
index 0968760..3f11519 100644
--- a/configurations/cx7_ocp.json
+++ b/configurations/cx7_ocp.json
@@ -40,6 +40,10 @@
"Manufacturer": "$BOARD_MANUFACTURER",
"Model": "$BOARD_PRODUCT_NAME",
"PartNumber": "$BOARD_PART_NUMBER",
- "SerialNumber": "$BOARD_SERIAL_NUMBER"
+ "SerialNumber": "$BOARD_SERIAL_NUMBER",
+ "SparePartNumber": "$BOARD_INFO_AM1"
+ },
+ "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
+ "AssetTag": "$PRODUCT_ASSET_TAG"
}
}