summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2024-05-03 17:42:40 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-05-03 22:41:55 +0300
commit9150a946b8f85ca1a306b6fc682fce7943ba5357 (patch)
treed6328deb78cc77fbcb69fa368b3ddebda165c9ad
parentf54b8e187f6e9ddc1d0c4a32092760797952744a (diff)
downloadopenbmc-9150a946b8f85ca1a306b6fc682fce7943ba5357.tar.xz
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 <gmills@us.ibm.com>
-rw-r--r--meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend12
-rw-r--r--meta-openpower/recipes-phosphor/interfaces/bmcweb_%.bbappend4
2 files changed, 2 insertions, 14 deletions
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 \
- "