I'm currently writing a new Makefile that instead of needing to do network fetches each time uses locally git clone-d repositories. In reading through the current file to ensure I understand what build products are required and I see:
But I cannot see where or how u-boot-dtb.imx is obtained or created. There is no mention of it elsewhere in the project or in any of the other repositories save one related to Secure Boot:
I'm currently writing a new
Makefile
that instead of needing to do network fetches each time uses locally git clone-d repositories. In reading through the current file to ensure I understand what build products are required and I see:But I cannot see where or how
u-boot-dtb.imx
is obtained or created. There is no mention of it elsewhere in the project or in any of the other repositories save one related to Secure Boot: