summaryrefslogtreecommitdiff
path: root/meta-bytedance/recipes-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2021-07-14bytedance: bmcweb: Increase http-body-limit to 65MiBLei YU1-1/+4
The default http-body-limit is 30 MiB, bytedance's system uses 64MiB chips so potentially the largest upload size is 64MiB+ (uncompressed tarball) Increase it to 65MiB so bmcweb accept such uploads. Tested: Upload a tarball that is larger than 32MiB, and verify it works fine. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I0551b34234b14c40d01ea61e88062572deb344c8
2020-10-14bytedance: g220a: Initial commit for meta-g220aJohn Wang1-0/+48
G220a is an x86 server platform with an ast2500 BMC (From meta-bytedance rev: f6d9fbafdfa3e5b0088f4d72792f2f3a031009a6) Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com> Change-Id: Ie0851a3e689fa7348cbb812e9ff51ea570632123 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-09meta-bytedance : use bmcweb meson buildManojkiran Eda1-1/+1
- This commit would swith and use the equivalent options that are supported by bmcweb meson build. (From meta-bytedance rev: fa72c33238169aa8705c22c719f4018ac44164b5) Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I229a33430883c91530e1929e49d58f5aef62309b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21Enable Rest API in bmcwebLei YU1-0/+1
Append -DBMCWEB_ENABLE_DBUS_REST=ON to enable Rest API for D-Bus objects. (From meta-bytedance rev: 028a30ea9d433d4963357e1ada9a9d00298e0ad2) Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I77339dee77fc6c620be853969fb23a697b51dc05 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-17Add lsof and curl to debug toolsLei YU1-0/+4
Add needed debug tools in packagegroup-obmc-phosphor-debugtools.bbappend (From meta-bytedance rev: a9db632f1b002bbd8bb6777acf6adcc050bc95b8) Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: If169960b4475e6aa30faaf6b3410f0122f81876c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>