i.mx yocto project build code very slow

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

i.mx yocto project build code very slow

1,551 Views
tzeng015
Contributor II

hi all

I use my notebook to compiler the i.mx yocto project but it is very slow .

How can I do and what can I do ?

Please kindly help me.

thnak you

Jeffrey

0 Kudos
Reply
2 Replies

1,539 Views
khang_letruong
Senior Contributor III

To optimize the downloading time, you can edit following variable for saving the packages in a separate place :

DL_DIR ?= "${BSPDIR}/../yocto_dl/v5.10"

 

Once downloaded, next bitbaking will take less time and avoid issue with the network. Also, packages can also be shared for different working bsp folders to save disk space.

0 Kudos
Reply

1,543 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

The build process is long, also the same in our side, it is related by the network and your PC performance.

0 Kudos
Reply