summaryrefslogtreecommitdiff
path: root/meta-inspur/meta-fp5280g2/recipes-phosphor/images/obmc-phosphor-image.bbappend
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12meta-inspur: Cleanup for Yocto override syntax changeGeorge Liu1-1/+1
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: Setting the mac address on first boot.George Liu1-1/+1
Tested: Built a fp5280g2 image and manually clear the `ethaddr` env in u-boot, and verify the mac address is synced to u-boot. (From meta-inspur rev: 3a9f4412953d415beec3208b0c63846a7badf6cb) Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I80f38705b7773bf5d2feb0aebebf1a9feae3112f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11fp5280g2: Enable host UART VGA outputJohn Wang1-1/+1
This allows the machine to have the host UART output rendered to a framebuffer and output on the BMC's graphics device up until the host loads it's PCIe VGA driver. Tested: Built and ran on a fp5280g2,saw that the host UART output displayed on the monitor. (From meta-inspur rev: 89bd7c2a383d1318ef885c50f9cc4ee5b2af1174) Signed-off-by: John Wang <wangzqbj@inspur.com> Change-Id: Ib7c37a750b508aee314e1b3360733fe8b3eef311 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10fp5280g2: Add Mailbox DaemonJohn Wang1-0/+1
Tested: Built fp5280g2,checked that mboxd ran successfully and fp5280g2 could boot host. (From meta-inspur rev: 49c9e7ea09b81174f21091a9d0108a9f7cc2d9e8) Signed-off-by: John Wang <wangzqbj@inspur.com> Change-Id: I63f868f7cedcab661e3e47a342574ebe2842b044 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>