From 176ed66ee047ec0a2fc6b835dc38b3815eb7d54e Mon Sep 17 00:00:00 2001 From: Shawn McCarney Date: Thu, 9 May 2019 11:30:40 -0500 Subject: Remove BMCWEB_ENABLE_REDFISH_ONE_CHASSIS The #define BMCWEB_ENABLE_REDFISH_ONE_CHASSIS was needed as a short-term solution for associating sensors with a single chassis on Witherspoon. This #define is no longer needed due to a bmcweb enhancement that finds the sensors within a chassis using ObjectMapper associations. Tested: Built an image with this change, loaded it on a Witherspoon, and verified the Redfish output for Chassis, Power, and Thermal requests. (From meta-openpower rev: 2ae233d116cf9ddcc8b62bd2eaf9970f23830ec6) Change-Id: I6d4419422f911c4d928e5aa14efb3db7e1969832 signed-off-by: Shawn McCarney Signed-off-by: Brad Bishop --- meta-openpower/recipes-phosphor/bmcweb/bmcweb_%.bbappend | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 meta-openpower/recipes-phosphor/bmcweb/bmcweb_%.bbappend (limited to 'meta-openpower') diff --git a/meta-openpower/recipes-phosphor/bmcweb/bmcweb_%.bbappend b/meta-openpower/recipes-phosphor/bmcweb/bmcweb_%.bbappend deleted file mode 100644 index ff01b0d5a2..0000000000 --- a/meta-openpower/recipes-phosphor/bmcweb/bmcweb_%.bbappend +++ /dev/null @@ -1,6 +0,0 @@ -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" -- cgit v1.2.3