2020-05-03 06:52 PM
I checked out the Yocto based OpenSTLinux distribution, it has `m4projects` recipe in recipes-extended. However, I don't see an easy and modular way to add STM32CubeIDE based projects into the OpenSTLinux framework. Do you have any suggestions on it? I was thinking of developing a yocto layer or a recipe base for it.
2020-05-06 12:14 AM
Hi @ANand
You can create your own layer or use <path of STM32MP1_Distribution_Package>/layers/meta-st/meta-st-stm32mp-addons/ one available in Distribution package for such purpose.
You can refer to https://wiki.st.com/stm32mpu/wiki/How_to_create_your_own_machine
Then taking exemple from `m4projects` recipe in recipes-extended or from meta layer provided in https://wiki.st.com/stm32mpu/wiki/How_to_exchange_large_data_buffers_with_the_coprocessor_-_example you should be in position to manage installation of STM32CubeIDE based project into the target.
Hope it help
Olivier