dashboard
repositories
filestore
activity
search
login
main
/
igkboard-meta
凌云实验室IGKBoard开发板的Yocto meta-layer文件
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Update u-boot and add uenv support
guowenxue
2023-07-26
34d436c8c0fe36d468f8c11ef97a9cfb91486ce9
[igkboard-meta.git]
/
recipes-bsp
/
u-boot
/
u-boot-imx_2022.04.bbappend
1
2
3
4
5
6
7
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI:append = " file://uboot-imx-lf-5.15.71-2.2.0.patch "
addtask copy_logo after do_unpack before do_configure
do_copy_logo(){
cp ${BSPDIR}/sources/meta-igkboard/recipes-bsp/u-boot/files/uboot-logo-${MACHINE}.bmp ${S}/tools/logos/lingyun.bmp
}