diff options
author | Joshua Watt <Joshua.Watt@garmin.com> | 2019-05-03 14:53:01 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-04 14:33:46 -0300 |
commit | 1b47997276d08667ec833545e46969d9a093403c (patch) | |
tree | 7e41e93c6d21173a648769ffb856b9e57a5813fa /recipes-bsp | |
parent | 0b0233337ea3991d0a3308ba5424c0c11ae7e0cc (diff) | |
download | meta-freescale-1b47997276d08667ec833545e46969d9a093403c.tar.gz |
imx-boot: Pass DTB names to make
Passes the name of the DTBs to be built to make. This allows alternate
DTBs to be built instead of assuming the default
Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-boot_0.2.bb b/recipes-bsp/imx-mkimage/imx-boot_0.2.bb index a4c92632..04e8b11e 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_0.2.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_0.2.bb | |||
@@ -101,7 +101,7 @@ do_compile() { | |||
101 | # mkimage for i.MX8 | 101 | # mkimage for i.MX8 |
102 | for target in ${IMXBOOT_TARGETS}; do | 102 | for target in ${IMXBOOT_TARGETS}; do |
103 | bbnote "building ${SOC_TARGET} - ${target}" | 103 | bbnote "building ${SOC_TARGET} - ${target}" |
104 | make SOC=${SOC_TARGET} ${target} | 104 | make SOC=${SOC_TARGET} dtbs=${UBOOT_DTB_NAME} ${target} |
105 | if [ -e "${BOOT_STAGING}/flash.bin" ]; then | 105 | if [ -e "${BOOT_STAGING}/flash.bin" ]; then |
106 | cp ${BOOT_STAGING}/flash.bin ${S}/${BOOT_CONFIG_MACHINE}-${target} | 106 | cp ${BOOT_STAGING}/flash.bin ${S}/${BOOT_CONFIG_MACHINE}-${target} |
107 | fi | 107 | fi |