commit | e153a9d34fcded79fcbb32a1a2c74ecb3da0f312 | [log] [tgz] |
---|---|---|
author | Sean He <sean.he.wiwynn@gmail.com> | Fri Oct 25 18:12:17 2024 +0800 |
committer | Sean He <sean.he.wiwynn@gmail.com> | Wed Nov 13 02:31:02 2024 +0000 |
tree | f2d76ad252e55b1cc591b4d194e00df0ddceffd0 | |
parent | f3302c2d7c5c16c02a6ff1a34388dc6e5c0cb996 [diff] [blame] |
schemas: chassis types for Inventory.Item.Chassis This commit add the chassis types and corresponding interface as described in [1]. [1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml Tested: Interfaces are added with the corresponding properties RackMount and Blade under the related path. Change-Id: Id0cb2b2450b290d0d2af994d07cec301b441ab2d Signed-off-by: Sean He <sean.he.wiwynn@gmail.com>
diff --git a/configurations/yosemite4_chassis.json b/configurations/yosemite4_chassis.json index 876b528..fac938a 100644 --- a/configurations/yosemite4_chassis.json +++ b/configurations/yosemite4_chassis.json
@@ -9,5 +9,8 @@ "PartNumber": "$PRODUCT_PART_NUMBER", "SerialNumber": "$PRODUCT_SERIAL_NUMBER", "SparePartNumber": "$PRODUCT_INFO_AM1" + }, + "xyz.openbmc_project.Inventory.Item.Chassis": { + "ChassisType": "RackMount" } }