Blame view

recipes-bsp/imx-mkimage/imx-boot_0.2.bbappend 306 Bytes
3745f5192   Eric Lee   Initial Release, ...
1
2
3
4
5
6
7
  # Workaround to fix do_compile() failure due to missing fsl-imx8mq-evk.dtb
  do_compile_prepend() {
  	echo "Copying DTB"
          if [ -f ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/fsl-smarcimx8mq.dtb ]; then
            cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/fsl-smarcimx8mq.dtb ${S}/iMX8M/fsl-imx8mq-evk.dtb
          fi
  }