mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
Merge pull request #2399 from nxp-upstream/uboot-builddir-change
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled
fixup! u-boot-qoriq:Fix do_deploy failure as build path updated in ub…
This commit is contained in:
commit
5c82b5cdca
|
@ -104,7 +104,7 @@ do_deploy:append:lx2162a () {
|
||||||
then
|
then
|
||||||
if [ "tfa-verified-boot" = "${type}" ];then
|
if [ "tfa-verified-boot" = "${type}" ];then
|
||||||
builddir="${config}-${type}"
|
builddir="${config}-${type}"
|
||||||
install -m 644 ${B}/${builddir/u-boot.dtb ${DEPLOYDIR}/u-boot.dtb
|
install -m 644 ${B}/${builddir}/u-boot.dtb ${DEPLOYDIR}/u-boot.dtb
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user