summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-08-31 16:28:57 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-10-02 09:22:30 -0300
commitf607eb8734af83a3667bb4581c1b93307e06d337 (patch)
tree67a0ca368df49856fd3b26f857777a65d787fc27 /recipes-multimedia
parentd49ab0d5bbd01d8cca8103668da72962124e14d3 (diff)
downloadmeta-freescale-f607eb8734af83a3667bb4581c1b93307e06d337.tar.gz
imx-boot: allow for additional/different u-boot device-tree
With the current call to imx-mkimage and SOC_TARGET = "iMX8M" the u-boot device tree file name is set to $(PLAT)-evk.dtb in iMX8M/soc.mak which happens to match ${UBOOT_DTB_NAME} if building for an NXP machine. Setting the dtbs environment variable to ${UBOOT_DTB_NAME} makes the build succeed also for other machines. In the hardcoded version $(dtbs) is an intermediate file and gets delete as the last step of make. Thus for several make targets we have to redo the copy step before each make invocation or the second one will fail as the device tree file is then missing. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-multimedia')
0 files changed, 0 insertions, 0 deletions