summaryrefslogtreecommitdiff
path: root/meta-amd
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@gmail.com>2024-03-21 17:49:43 +0300
committerJayanth Othayoth <ojayanth@gmail.com>2024-03-28 07:42:46 +0300
commit4ec8e321af333bd9abed52e679773f9dbe72f198 (patch)
tree39ac55ec2e5870d7ee18b4dcf1beceb9a879eb53 /meta-amd
parenteeaa2a1828d14db10755c238d41426c6dec2a0ba (diff)
downloadopenbmc-4ec8e321af333bd9abed52e679773f9dbe72f198.tar.xz
meta-amd: bmcweb: Increase http-body-limit to 128MB
By default, bmcweb limits the size of the http request body to 30MB AMD CRBs supports flash size 128MB. This commits helps to upload higher size images. Tested: verified image upload greater than 30MB. Change-Id: I6dd5991023bb4e015bb564e3717f0168a25bfc03 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
Diffstat (limited to 'meta-amd')
-rw-r--r--meta-amd/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-amd/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-amd/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
new file mode 100644
index 0000000000..ed02bab675
--- /dev/null
+++ b/meta-amd/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -0,0 +1,3 @@
+EXTRA_OEMESON:append = " \
+ -Dhttp-body-limit=128 \
+ "