summaryrefslogtreecommitdiff
path: root/meta-inspur
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2021-07-29 05:39:29 +0300
committerGeorge Liu <liuxiwei@inspur.com>2021-08-02 08:35:09 +0300
commit7bb5adecd5a8b0b85efa000e6120efe932265b39 (patch)
tree42a02bc34be3b011600955ef5b76c055d9375112 /meta-inspur
parentbea44e8d9bbc5a87cfd644da999057df758acc68 (diff)
downloadopenbmc-7bb5adecd5a8b0b85efa000e6120efe932265b39.tar.xz
meta-inspur: fp5280g2: Switch ChassisType to future enum value
Since 178cae08d6(phsophor-dbus-interfaces) has converted the "Type" property in Inventory.Item.Chassis to an enumeration, need to update these default values in the YAML file. Tested: built phosphor-inventory-manager successfully and the `xyz.openbmc_project.Inventory.Manager` service has been seen. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I51d3b00d7d7e6cbb18b6e144ed87712419e5c483
Diffstat (limited to 'meta-inspur')
-rw-r--r--meta-inspur/meta-fp5280g2/recipes-phosphor/inventory/phosphor-inventory-manager-chassis/chassis.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-inspur/meta-fp5280g2/recipes-phosphor/inventory/phosphor-inventory-manager-chassis/chassis.yaml b/meta-inspur/meta-fp5280g2/recipes-phosphor/inventory/phosphor-inventory-manager-chassis/chassis.yaml
index b5c548ece..4d1ad4b33 100644
--- a/meta-inspur/meta-fp5280g2/recipes-phosphor/inventory/phosphor-inventory-manager-chassis/chassis.yaml
+++ b/meta-inspur/meta-fp5280g2/recipes-phosphor/inventory/phosphor-inventory-manager-chassis/chassis.yaml
@@ -9,5 +9,5 @@ events:
/system/chassis:
xyz.openbmc_project.Inventory.Item.Chassis:
Type:
- value: "RackMount"
+ value: "xyz.openbmc_project.Inventory.Item.Chassis.ChassisType.RackMount"
type: string