It looks like it is happens since this .dts file contains “#include” directives.
The simplest way is the following. Use bitbake commands for kernel, filesystem and dtb file building. For example, use the following command:
bitbake fsl-image-minimal
Generate dts file from dtb file using the following commands:
dtc -I dtb -O dts -o ls1021a-twr.dts ls1021a-twr.dtb
Change the .dts file.
Generate dtb file from dts file using the following commands:
dtc -I dts -O dtb -o ls1021a-twr.dtb ls1021a-twr.dts
Have a great day,
Pavel
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------