summaryrefslogtreecommitdiff
path: root/meta-inspur/meta-fp5280g2/recipes-phosphor/flash
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12meta-inspur: Cleanup for Yocto override syntax changeGeorge Liu2-2/+2
Refer to: https://lore.kernel.org/openbmc/YQ1FD5q8KbhbXVBK@heinlein/ ``` poky/scripts/contrib/convert-overrides.py meta-inspur git grep "_[a-z0-9_/-]*[ :]" -- meta-inspur | grep ".bb" git grep -l _fp5280g2 -- meta-inspur | xargs sed -i \ 's/_fp5280g2/:fp5280g2/' git grep -l _on5263m5 -- meta-inspur | xargs sed -i \ 's/_on5263m5/:on5263m5/' git grep -l _virtual -- meta-inspur | xargs sed -i \ 's/_virtual/:virtual/' ``` Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I5ef5039691caf5e33fb865da0fdd70d95d7e3bdf
2019-07-23fp5280g2: support image verificationXiaochao Ma2-0/+2
Enable BMC and PNOR signature verification. Tested: Upload packages containing signatures and publickey through the WEBUI, and successfully upgrade firmware (BMC and PNOR). (From meta-inspur rev: e4ceaedefec1e9aee9ac5ca020377e9ff197329f) Signed-off-by: Xiaochao Ma <maxiaochao@inspur.com> Change-Id: I54133503f96f119b1464bca7a93045c293349ffc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>