I want to use 3.14.29 kernel for IMX6 Sabersd board. I have tried following command for yocto, but it is using 3.10.17 kernel.
#repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.53-1.1.0_ga
When I checked http://freescale.github.io/#download link, it is listing the command (repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b krogoth) how to do repo init for specific yocto version. But not sure how to know which yocto is using which kernel version before doing repo init and build.
Can you please guide me how to know which version of yocto is using which kernel version?
Hi,
You can refer to How can I specify what kernel version to use when baking core-image-base? in our community. It will help you.
Have a great day,
Rita
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Mark Correct button. Thank you!
-----------------------------------------------------------------------------------------------------------------------