summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2022-10-07 09:48:28 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2022-10-10 09:20:14 +0300
commite45b72906aae8cdefb763bd68734f1befd114f38 (patch)
tree6e253fedabf6799b8234608cac20b6d1904ad394 /meta-ampere
parentd0a4300639aed0df1c8ee1d0aa3a8dc23318c4e5 (diff)
downloadopenbmc-e45b72906aae8cdefb763bd68734f1befd114f38.tar.xz
meta-ampere: bmcweb: set http-body-limit to 65
Ampere Mt.Jade platform has 64MB SPI-NOR but the default http-body-limit is just 30. It makes firmware update via WebUI or Redfish is fail to work when many features added. This commit increases the http-body-limit value to 65 to avoid firmware update failure. Tested: 1. Add full Mt.Jade features and verify if firmware update works well Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: If042a29aea8fe274194578326e2868e084d626e6
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
index bae82cefc4..7c1d3f2242 100644
--- a/meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ b/meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -4,4 +4,5 @@ EXTRA_OEMESON:append = " \
-Dinsecure-tftp-update=disabled \
-Dbmcweb-logging=enabled \
-Dredfish-bmc-journal=enabled \
+ -Dhttp-body-limit=65 \
"