[yv4] move asset tag from board entity to chassis entity
Our internal toolings need asset tag to be associated with the chassis
FRU to work properly. In addition, the asset tag also make sense to
belong to chassis entity because they are in product session of EEPROM.
Change-Id: I208e895ac09fee44f935dd752269100701db12cb
Signed-off-by: Xinyuan Wang <wang.x.6f@gmail.com>
diff --git a/configurations/meta/yosemite4_sentineldome_chassis.json b/configurations/meta/yosemite4_sentineldome_chassis.json
index a116d5f..114de26 100644
--- a/configurations/meta/yosemite4_sentineldome_chassis.json
+++ b/configurations/meta/yosemite4_sentineldome_chassis.json
@@ -10,6 +10,9 @@
"SerialNumber": "$PRODUCT_SERIAL_NUMBER",
"SparePartNumber": "$PRODUCT_INFO_AM1"
},
+ "xyz.openbmc_project.Inventory.Decorator.AssetTag": {
+ "AssetTag": "$PRODUCT_ASSET_TAG"
+ },
"xyz.openbmc_project.Inventory.Decorator.ManagedHost": {
"HostIndex": "$bus % 15"
},