Latest bsp from YOCTO

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

Latest bsp from YOCTO

814 Views
joevince
Contributor II

When i am trying to buils the latest version for yocto for imx6q it shows some error there is any additional package i need to install to build the kernel properly!!!! before that i used older on 3.10.17

Labels (2)
0 Kudos
4 Replies

548 Views
joevince
Contributor II

yes i did all and additionally i added a patch for smarc-samx6i !:smileyinfo:

0 Kudos

548 Views
Yuri
NXP Employee
NXP Employee

Hello,

  Please try to build the recent kernel, using clean installation

in separate directory. Please follow exactly recommendations

of (recent) "Freescale_Yocto_Project_User's_Guide.pdf".

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

548 Views
joevince
Contributor II

Hi,

I am having this guide i can sucessfully build kernel for 3.10.17 when i am trying new none in below repo

repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b krogoth

it gives an error of

/yocto_latest/build/tmp/work-shared/smarc-samx6i/kernel-source/include/linux/compiler-gcc.h:103:30: fatal error: linux/compiler-gcc5.h: No such file or directory | compilation terminated.

0 Kudos

548 Views
Yuri
NXP Employee
NXP Employee

Hello,

Do You use the following  ?

$: mkdir fsl-community-bsp

$: cd fsl-community-bsp

$: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b krogoth

$: repo sync

$: source ./setup-environment build

$: bitbake core-image-minimal

Regards,

Yuri.

0 Kudos