i.mx8mmini - Yocto - Loaded 0 entries from dependency cache.

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

i.mx8mmini - Yocto - Loaded 0 entries from dependency cache.

1,346 Views
imikec
Contributor I

Yocto - Nanbield branch

 

I am getting "Loaded 0 entries from dependency cache." all the time. The build works ok, but this is slowing the build. Is there a way to fix this?

 

0 Kudos
Reply
5 Replies

1,283 Views
imikec
Contributor I

I found that if I enable this:

require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon"
# Add the multilib packages to the image
IMAGE_INSTALL:append = " lib32-glibc lib32-libgcc lib32-libstdc++"

This is causing Yocto to reparse recipes every time, instead of the first one.

0 Kudos
Reply

1,330 Views
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @imikec 

 

Is there some configuration in your local.conf file to try to reproduce by my side? 

 

Best regards,

Salas.

0 Kudos
Reply

1,326 Views
imikec
Contributor I

Attached. Removed some of local definitions. 

0 Kudos
Reply

1,324 Views
Manuel_Salas
NXP TechSupport
NXP TechSupport

Looking the file I guess the behavior is expected because there are a large number of features and packages to be installed.

 

Best regards,

Salas.

Tags (1)
0 Kudos
Reply

1,321 Views
imikec
Contributor I

Not really, after the first build yocto should cache recipes, so it should not build them again.

0 Kudos
Reply