u-boot: copy spl and uboot bins too
This commit is contained in:
parent
1498b5e70e
commit
4a899ddc21
|
|
@ -12,3 +12,8 @@ PV = "v2016.04+git${SRCPV}"
|
|||
SPL_BINARY = "MLO"
|
||||
UBOOT_SUFFIX = "img"
|
||||
|
||||
do_deploy_append() {
|
||||
cp ${S}/spl/u-boot-spl.bin ${DEPLOYDIR}/${PN}-spl.bin
|
||||
cp ${S}/u-boot.bin ${DEPLOYDIR}/${PN}.bin
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,3 +11,8 @@ PV = "v2016.04+git${SRCPV}"
|
|||
SPL_BINARY = "MLO"
|
||||
UBOOT_SUFFIX = "img"
|
||||
|
||||
do_deploy_append() {
|
||||
cp ${S}/spl/u-boot-spl.bin ${DEPLOYDIR}/${PN}-spl.bin
|
||||
cp ${S}/u-boot.bin ${DEPLOYDIR}/${PN}.bin
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue