mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
fixup! u-boot-qoriq:Fix do_deploy failure as build path updated in uboot-sign.bbclass
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
This commit is contained in:
parent
05f7b4a327
commit
3d70e43deb
|
@ -104,7 +104,7 @@ do_deploy:append:lx2162a () {
|
|||
then
|
||||
if [ "tfa-verified-boot" = "${type}" ];then
|
||||
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
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user