I would like to use buildroot 2022.11 to generate and apply devive tree overlay automatically during build.
When using the options BR2_LINUX_KERNEL_DTS_SUPPORT and BR2_LINUX_KERNEL_CUSTOM_DTS_PATH, my custom device tree source “dts” file is built into a “dtb” file by buildroot. But, actually, I would like to compile it as a “dtbo” file so that it can be added as overlay to an existing board main “dts” file. Is there any possibility to have buildroot generating “dtbo” files from a list of out of tree “dts” files?
Thanks a lot in advance for any help