summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openpower/recipes-phosphor')
-rw-r--r--meta-openpower/recipes-phosphor/bmcweb/bmcweb_%.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openpower/recipes-phosphor/bmcweb/bmcweb_%.bbappend b/meta-openpower/recipes-phosphor/bmcweb/bmcweb_%.bbappend
new file mode 100644
index 000000000..ff01b0d5a
--- /dev/null
+++ b/meta-openpower/recipes-phosphor/bmcweb/bmcweb_%.bbappend
@@ -0,0 +1,6 @@
+SUMMARY = "Modifications to support phosphor-inventory-manager"
+
+# No way to link sensors to a chassis for Redfish in phosphor-inventory-manager.
+# Assume just one chassis via BMCWEB_ENABLE_REDFISH_ONE_CHASSIS option. All
+# IBM systems currently have a single chassis. This is a short-term solution.
+EXTRA_OECMAKE += "-DBMCWEB_ENABLE_REDFISH_ONE_CHASSIS=ON"