Hi,
I am building Yocto 4.14.98_2.0.0_ga on Ubuntu 16.04, for our board based on iMX8M-Mini. Then I generate populate_sdk, install it on the same development PC, so that I can cross compile my applications.
I noticed that the sdk includes cmake version 3.10.3, which is in the path. But I need to use cmake 3.20 or latest for building my application. CMake 3.20 is already installed in /usr/bin, but sdk's path is before it..
Is there a way to not include cmake in the populate sdk or to include a newer version of cmake?
Thanks.
Amrit Soni
解決済! 解決策の投稿を見る。
Hi
You can find cmake-native_ 3.10.3.bb file and change it's version.But the best way is to upgrade new BSP version.
BR
Zhiming
Hi
You can find cmake-native_ 3.10.3.bb file and change it's version.But the best way is to upgrade new BSP version.
BR
Zhiming
Hi Zhiming,
I was able to replace the version of cmake using the .bb filename and then resolving dependencies.
Thank you so much.
Amrit