STM32MP157C custom machine dts compile error
So I got the basic yocto build working for the STM32MP157C-DK2 and have been able to modify it to add/ remove/ modify features without any problems both st-image-core and st-image-weston.
Then I come to do a custom machine and add it to the build by following:
https://wiki.st.com/stm32mpu/index.php/How_to_create_your_own_machine
This build runs until I get the following error:
arch/arm/dts/.stm32mp1-test.dtb.pre.tmp:14:10: fatal error: stm32mp157.dtsi: No such file or directory
| #include "stm32mp157.dtsi"
| ^~~~~~~~~~~~~~~~~
| compilation terminated.
I have a feeling I have missed something simple but any advice greatly appreciated.
