summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/interfaces
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-openpower: prep for new override syntaxAdriana Kobylak1-1/+1
Change-Id: I5ca16c6fa7bc616bfa9bc41c4f86d32fd92b0287 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2020-10-08meta-openpower : use meson buildManojkiran Eda1-3/+3
- This commit would switch the equivalent extra options that are used by bmcweb meson build (From meta-openpower rev: e81f2e3dae2a7e8f1ca2df631fcc4ca05ac93ca2) Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: Ib7cdfb2950f4f028949251233b6f935b300f26cd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-15Remove an option that does not existManojkiran Eda1-1/+0
- This commit would remove BMCWEB_ENABLE_LOGGING_MW option as it does not exist in bmcweb in its current state. (From meta-openpower rev: f819ca47bc1bf401c988459bc519e8a313390bd7) Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I8d1333dcf7968a7a6b04d3c829446d60c525fd05 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-27bmcweb: Set BMCWEB_HTTP_REQ_BODY_LIMIT_MB to 400Adriana Kobylak1-0/+1
By default, bmcweb limits the size of the http request body to 30MB to limit a DOS attack based on a large file size. OpenBMC supports "System" or "bundled" images that contain two or more firmware images. For OpenPOWER systems, these include the BMC and Host firmware making the resulting image greater than the default 30MB. A configurable option (BMCWEB_HTTP_REQ_BODY_LIMIT_MB) was added to bmcweb to be able to change this limit: https://github.com/openbmc/bmcweb/commit/0e1cf26b1cd98e0ec069e6187434fcabf1e9c200 Set this option to an arbitrary size of 400MB since the size of /tmp for currently supported OpenBMC systems is ~460MB and /tmp is where the uploaded image files are stored. (From meta-openpower rev: 18c94c3554002fc2242f268b9eb449ec660ee92b) Change-Id: I66dda4fa598db0d5ea8216e386d8e90c544e6bc2 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-24meta-openpower: move bmcweb bbappendBrad Bishop1-0/+4
Upstream bmcweb is in recipes-phosphor/interfaces, not recipes-phosphor/bmcweb. Move to match. (From meta-openpower rev: 7e685d7edb9e030217d4980aac7397102e0e3fa1) Change-Id: I04735e31b4f983a15bd07a1dfef5651e6b2d08b6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-06openpower: remove phosphor-rest related metadataBrad Bishop2-15/+0
OpenPOWER systems are no longer using phosphor-rest so drop phosphor-rest server related metadata. (From meta-openpower rev: 6eb4d66c90911698bf0f56119d0917ba45a324a5) Change-Id: Id393acc8ed5e151e729aba2436bf3b556a8a671d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-17openpower: phosphor-rest: set wildcard to versionPatrick Venture1-0/+0
Update the bbappend to wildcard on the recipe's version. (From meta-openpower rev: 22c3c086f832557a0b84f3a9cc3802d3f3d66170) Change-Id: If29e7222df01a0cfac7b372af20674447c51c405 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-08openpower: phosphor-rest: set append wildcardPatrick Venture1-0/+0
For a recipe without a suffix piece, add wildcard to the append. Next will update the recipe. Then update the append again. (From meta-openpower rev: 2bc52aabc039df58c3ae05ea839608f4b4d15ffe) Change-Id: I82005344ce62402d935a860cd93579437b640101 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-26meta-openpower: phosphor-rest add distro suffixPatrick Venture1-1/+1
For phosphor-rest, add df-openpower distro suffix to avoid poisoning other machines or distros using this layer. This is effectively bringing this recipe up to the state of other openpower recipes. (From meta-openpower rev: a3e08780cacbffe13ee8677e6ec30181b07198e5) Change-Id: I3b9dfe1a6039d3c4e0df07103cab838bf29a4a77 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-09-05meta-openpower: Move layer content from common/Brad Bishop2-0/+15
Adopt a more conventional directory hierarchy. meta-openpower is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-openpower rev: 2c8db5661cecd7e4cc20bcb96df76490e62cfb67) Change-Id: I415caaa28ec728f24e755ddb549012f24874fefe Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>