From 9150a946b8f85ca1a306b6fc682fce7943ba5357 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Fri, 3 May 2024 09:42:40 -0500 Subject: Move bmcweb options to meta-ibm These options don't have anything to do with POWER architecture, they are ibm options so move them to meta-ibm. The options are: -Dredfish-dbus-log=enabled \ -Dhttp-body-limit=400 \ and control the body limit, allowing a larger code update image and the use of phosphor-logging. This gives the added bonus of all meta-ibm bmcweb options are in one place and removes these from 2 non-openpower, ibm systems. Tested: It builds. No other testing. Change-Id: Ief31f1bfd8a92720b43b4124c6b25c582231a558 Signed-off-by: Gunnar Mills --- meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend | 12 ++---------- meta-openpower/recipes-phosphor/interfaces/bmcweb_%.bbappend | 4 ---- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 meta-openpower/recipes-phosphor/interfaces/bmcweb_%.bbappend diff --git a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend index 7b51944ac3..5253fe970b 100644 --- a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend +++ b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend @@ -5,6 +5,8 @@ EXTRA_OEMESON:append = " \ -Dredfish-oem-manager-fan-data=disabled \ -Dredfish-bmc-journal=disabled \ -Dinsecure-enable-redfish-query=enabled \ + -Dredfish-dbus-log=enabled \ + -Dhttp-body-limit=400 \ " EXTRA_OEMESON:append:p10bmc = " \ @@ -19,16 +21,6 @@ EXTRA_OEMESON:append:witherspoon-tacoma = " \ " PACKAGECONFIG:remove:witherspoon-tacoma = "mutual-tls-auth" -EXTRA_OEMESON:append:system1 = " \ - -Dhttp-body-limit=400 \ - -Dredfish-dbus-log=enabled \ -" - -EXTRA_OEMESON:append:sbp1 = " \ - -Dhttp-body-limit=400 \ - -Dredfish-dbus-log=enabled \ -" - inherit obmc-phosphor-discovery-service REGISTERED_SERVICES:${PN} += "obmc_redfish:tcp:443:" diff --git a/meta-openpower/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-openpower/recipes-phosphor/interfaces/bmcweb_%.bbappend deleted file mode 100644 index 7390574f9a..0000000000 --- a/meta-openpower/recipes-phosphor/interfaces/bmcweb_%.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -EXTRA_OEMESON:append:df-openpower = " \ - -Dredfish-dbus-log=enabled \ - -Dhttp-body-limit=400 \ - " -- cgit v1.2.3