summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2024-01-16 19:47:51 +0300
committerPatrick Rudolph <patrick.rudolph@9elements.com>2024-02-19 11:04:43 +0300
commitc555b591477911d71dde72347a6721f38587285a (patch)
treefe4817739f6193dd81c257063caea9d6b5ceb9f4 /meta-ibm
parent743fe2b132aea9581cc7113b120d6328415cb4c2 (diff)
downloadopenbmc-c555b591477911d71dde72347a6721f38587285a.tar.xz
meta-ibm: sbp1: Configure bmcweb
- Increase the HTTP body limit to allow bigger update files. - Enable redfish logging Change-Id: Ifd50e54999f28bd06fdcf397905f7f853fc8fc18 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
index cb91b4fec0..40cb81692f 100644
--- a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -24,6 +24,11 @@ EXTRA_OEMESON:append:system1 = " \
-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:"