Blame view

recipes-bsp/imx-mkimage/imx-boot_1.0.bbappend 292 Bytes
9dc59c323   Eric Lee   Minor bugs fixed ...
1
  # Workaround to fix do_compile() failure due to missing imx8mm-evk.dtb
6ab284bf2   Eric Lee   Yocto Zeus Suppor...
2
3
  do_compile_prepend() {
  	echo "Copying DTB"
e0f0466e2   Eric Lee   Yocto Zeus meta l...
4
5
          if [ -f ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/imx8mm-smarc.dtb ]; then
            cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/imx8mm-smarc.dtb ${S}/iMX8M/imx8mm-evk.dtb
6ab284bf2   Eric Lee   Yocto Zeus Suppor...
6
7
          fi
  }