dashboard
repositories
filestore
activity
search
login
main
/
igkboard-meta
凌云实验室IGKBoard开发板的Yocto meta-layer文件
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Initial and add lf-6.1.36-2.1.0 and mickledore(4.2) branch
guowenxue
2023-11-07
0fd8b7d0d093c6917540ea5463b530c41a5a94e7
[igkboard-meta.git]
/
recipes-bsp
/
u-boot
/
u-boot-imx_%.bbappend
1
2
3
4
5
6
7
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI:append = " file://uboot-imx-lf-6.1.36-2.1.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
}