I am trying to create a recipe which is composed of a user application which is dependent on certain peripheral interface spi
I have created a recipe for the same but only application becomes the part of the built image.
How can I and what to modify to include the device tree as well?
MKI-33Axx.dts is my platform device tree and my modifications are in this file only for spi and I want this file to be picked up not the original one.
I have read that KERNEL_DEVICETREE_append needs to be provided the modified "dtb" file not the dts file.Do I have to compile the device tree separately then added it to the image after I build the image? But i am still not clear on this. Can some one please tell how to and where to activate this? so that i can append this device tree change as well with my recipe.
KERNEL_DEVICETREE
variable (source). – Gorgeous