diff options
author | Zelan Zou <zelan.zou@nxp.com> | 2025-10-16 10:07:59 +0800 |
---|---|---|
committer | Zelan Zou <zelan.zou@nxp.com> | 2025-10-16 10:07:59 +0800 |
commit | 3d70e43deb79cbd8b201c41c02399fe4cb1529a7 (patch) | |
tree | ca1688fd63b0cac58212cfd656bb3f9794ecea17 | |
parent | 05f7b4a327515705244ae3cbddcdd055a46c8692 (diff) | |
download | meta-freescale-3d70e43deb79cbd8b201c41c02399fe4cb1529a7.tar.gz |
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>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb b/recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb index b8d0bc8c4..be8433e47 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2025.04.bb | |||
@@ -104,7 +104,7 @@ do_deploy:append:lx2162a () { | |||
104 | then | 104 | then |
105 | if [ "tfa-verified-boot" = "${type}" ];then | 105 | if [ "tfa-verified-boot" = "${type}" ];then |
106 | builddir="${config}-${type}" | 106 | builddir="${config}-${type}" |
107 | install -m 644 ${B}/${builddir/u-boot.dtb ${DEPLOYDIR}/u-boot.dtb | 107 | install -m 644 ${B}/${builddir}/u-boot.dtb ${DEPLOYDIR}/u-boot.dtb |
108 | fi | 108 | fi |
109 | fi | 109 | fi |
110 | done | 110 | done |