u-boot-am335x-nmhw21: don't use symlink for hw26 artifacts
Replace with copy command. BugzID: 69325 Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
8a4c0869d3
commit
3bdeb0a83b
|
|
@ -25,8 +25,8 @@ do_deploy_append() {
|
|||
# nmhw21 and hw26 using same u-boot sources so let's create symlinks for hw26 when building nmhw21
|
||||
PN_E = "u-boot-${MACHINE}"
|
||||
do_deploy_append_am335x-hw26() {
|
||||
ln -sr ${DEPLOYDIR}/spl-${PN}.xmodem.bin ${DEPLOYDIR}/spl-${PN_E}.xmodem.bin
|
||||
ln -sr ${DEPLOYDIR}/${PN}.xmodem.bin ${DEPLOYDIR}/${PN_E}.xmodem.bin
|
||||
ln -sr ${DEPLOYDIR}/${PN}.${UBOOT_SUFFIX} ${DEPLOYDIR}/${PN_E}.${UBOOT_SUFFIX}
|
||||
ln -sr ${DEPLOYDIR}/spl-${PN}.${UBOOT_SUFFIX} ${DEPLOYDIR}/spl-${PN_E}.${UBOOT_SUFFIX}
|
||||
cp ${S}/spl/u-boot-spl.bin ${DEPLOYDIR}/spl-${PN_E}.xmodem.bin
|
||||
cp ${S}/u-boot.bin ${DEPLOYDIR}/${PN_E}.xmodem.bin
|
||||
cp ${S}/u-boot.img ${DEPLOYDIR}/${PN_E}.${UBOOT_SUFFIX}
|
||||
cp ${S}/MLO ${DEPLOYDIR}/spl-${PN_E}.${UBOOT_SUFFIX}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue