dashboard
repositories
filestore
activity
search
login
main
/
build-imxboard
IGKBoard BSP build system
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Yocto:IGKBoard-All: Add hello application and hello module example recipes
guowenxue
2024-07-15
17e72682044b54e27f2bbb53ced773a711527e56
[build-imxboard.git]
/
yocto
/
meta-igkboard
/
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
}