hw18: uboot: Use more meaningfull binary names

This commit is contained in:
Alexandre Bard 2019-04-23 12:01:32 +02:00
parent ea8c822d6d
commit 520aacff92
1 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ do_deploy_append() {
rm -f ${DEPLOYDIR}/${PN}-spl.bin
rm -f ${DEPLOYDIR}/${PN}.bin
rm -f ${DEPLOYDIR}/${PN}-spl.kwb
cp ${S}/spl/u-boot-spl.bin ${DEPLOYDIR}/${PN}-spl.bin
cp ${S}/u-boot.bin ${DEPLOYDIR}/${PN}.bin
cp ${S}/u-boot-spl.kwb ${DEPLOYDIR}/${PN}.kwb
cp ${S}/spl/u-boot-spl.bin ${DEPLOYDIR}/spl-${PN}.xmodem.bin
cp ${S}/u-boot.bin ${DEPLOYDIR}/${PN}.xmodem.bin
cp ${S}/${UBOOT_BINARY} ${DEPLOYDIR}/${PN}.${UBOOT_SUFFIX}
}