After "devtool modify ... ", I can not found my kernel device tree in workspace.
Hi ~
I've designed custom board of STM32MP157C.
1. I created my own device tree using CubeMX refer to the below article.
https://wiki.st.com/stm32mpu/wiki/How_to_create_your_board_device_tree
2. I also created own machine refer to the below article.
https://wiki.st.com/stm32mpu/wiki/How_to_create_your_own_machine
3. st-image-weston build was successful.
4. so now, I want to modify the linux kernel device tree.
and I finded article below ..
https://wiki.st.com/stm32mpu/wiki/How_to_cross-compile_with_the_Distribution_Package
Run "devtool modify virtual/kernel" command.
workspace directory was created successfully.
but I can not find my device tree in path below.
./workspace/sources/linux-stm32mp/arch/arm/boot/dts
My device tree files placed at "layers/meta-st/meta-st-stm32mp-addons/mx".
How to solve it ?
Thanks.
