Hi,
I know that this is not necessary a NXP issue, but I would still appreciate any suggestion.
I am trying to use an out-of-tree ASoC driver in my yocto layer. I have followed the OE example "hello-mod" for out-of-tree kernel modules.
However, my driver requires some in-tree header files.
When I try to compile the recipe, these header files are not found.
Im sure there must be a way to edit the .bb file in order for it to make these files available to the build system.
Any suggestions would be highly appreciated !