diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-10-16 08:31:34 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-16 08:31:34 -0300 |
commit | 5c82b5cdca7fe0eee4479e409528891188f6abd5 (patch) | |
tree | 2ce28184dc67a15cbfe7f4e03e1f5ab998f59569 | |
parent | 1205dfb28967cedc0ecc3375fd2392a19aeb6331 (diff) | |
parent | 3d70e43deb79cbd8b201c41c02399fe4cb1529a7 (diff) | |
download | meta-freescale-5c82b5cdca7fe0eee4479e409528891188f6abd5.tar.gz |
fixup! u-boot-qoriq:Fix do_deploy failure as build path updated in ub…
-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 |