summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-romulus/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2020-01-14 12:17:01 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-01-14 19:49:28 +0300
commit5572be3b99099bcbc7965ca692faf885a88a665f (patch)
tree3c57feffa4cf2e50f419ce486f2b304cf5a50b4a /meta-ibm/meta-romulus/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend
parent6c3517c6fbb4a2ff4dda78ad7236b14421200a81 (diff)
downloadopenbmc-5572be3b99099bcbc7965ca692faf885a88a665f.tar.xz
meta-romulus: Add inventory-cleanup.yaml
The yaml add the "xyz.openbmc_project.Inventory.Item.Chassis" interface to "/xyz/openbmc_project/inventory/system/chassis" object. This is needed for bmcweb to correctly get the chassis id in /redfish/v1/Chassis/. Tested: Verify that /redfish/v1/Chassis/chassis exists on Romulus with this change. It was 404 without this change. (From meta-ibm rev: 41b829feead473e5541f7d4c3c075e2b1a525c45) Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: Ie091ad32315fb4b4e45d8b35966a7a238dd1d539 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/meta-romulus/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend')
-rw-r--r--meta-ibm/meta-romulus/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ibm/meta-romulus/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend b/meta-ibm/meta-romulus/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend
new file mode 100644
index 000000000..d552f5763
--- /dev/null
+++ b/meta-ibm/meta-romulus/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend
@@ -0,0 +1 @@
+DEPENDS_append = " inventory-cleanup"