How to know the kernel version based on yocto version

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to know the kernel version based on yocto version

2,069 Views
kravik
Contributor IV

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?

Labels (3)
0 Kudos
1 Reply

920 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

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!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos