summaryrefslogtreecommitdiff
path: root/meta-inspur/meta-fp5280g2/recipes-phosphor/bmcweb
AgeCommit message (Collapse)AuthorFilesLines
2020-10-09meta-inspur : use meson build for bmcwebManojkiran Eda1-2/+2
- This commit would switch and use the equivalent option that are supported my bmcweb meson build. (From meta-inspur rev: 7b43c4cbcaab12382dd275692beb9e5df3d9e0a8) Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I7f0751164cd9ac920a921bdaa5e25752ab6e0771 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-10-09fp5280g2: Enable TFTP updates via RedfishGeorge Liu1-0/+3
TFTP is already support within bmcweb via Redfish and by default that was disabled. We need to enable it by default on fp5280g2 machine Testd: Updated successfully via the following Redfish curl -k -H "X-Auth-Token: $token" -X POST https://${bmc}/redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate -d '{"TransferProtocol":"TFTP","ImageURI":"<ip address of TFTP server>/obmc-phosphor-image-fp5280g2-20190924042243.static.mtd.tar"}' (From meta-inspur rev: a39ad069b6d9b0f9021495661da077a07ead1132) Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ic6b2e44b0680e4f4472e702aa51bff1416f6b944 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>