Blame view

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