summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2019-01-29 15:31:14 -0200
committerGitHub <noreply@github.com>2019-01-29 15:31:14 -0200
commit8c9c8e81eac1d16fa311a1f0ad06a7b31a6b4578 (patch)
treeb551748644502932886c2ddd92edacd79a98c2fe /recipes-bsp/u-boot
parent4d00e1d094571597fcfb686112157577fe49fc17 (diff)
parent5a7d790a0b9a49f1446acd44905feaac5aafa115 (diff)
downloadmeta-freescale-8c9c8e81eac1d16fa311a1f0ad06a7b31a6b4578.tar.gz
Merge pull request #41 from angolini/fix_u-boot_nodtb
u-boot-imx: Fix filename at install
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2017.03.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
index 705ff164..86eca196 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
@@ -35,7 +35,7 @@ do_deploy_append_mx8m() {
35 install -d ${DEPLOYDIR}/${BOOT_TOOLS} 35 install -d ${DEPLOYDIR}/${BOOT_TOOLS}
36 install -m 0777 ${B}/${config}/arch/arm/dts/${UBOOT_DTB_NAME} ${DEPLOYDIR}/${BOOT_TOOLS} 36 install -m 0777 ${B}/${config}/arch/arm/dts/${UBOOT_DTB_NAME} ${DEPLOYDIR}/${BOOT_TOOLS}
37 install -m 0777 ${B}/${config}/tools/mkimage ${DEPLOYDIR}/${BOOT_TOOLS}/mkimage_uboot 37 install -m 0777 ${B}/${config}/tools/mkimage ${DEPLOYDIR}/${BOOT_TOOLS}/mkimage_uboot
38 install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS}/u-boot-nodtb.bin-${MACHINE}-${UBOOT_CONFIG} 38 install -m 0777 ${B}/${config}/u-boot-nodtb.bin ${DEPLOYDIR}/${BOOT_TOOLS}/u-boot-nodtb.bin
39 fi 39 fi
40 done 40 done
41 unset j 41 unset j