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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,297 次查看
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 项奖励
回复
5 回复数

1,234 次查看
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 项奖励
回复

1,281 次查看
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 项奖励
回复

1,277 次查看
imikec
Contributor I

Attached. Removed some of local definitions. 

0 项奖励
回复

1,275 次查看
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.

标记 (1)
0 项奖励
回复

1,272 次查看
imikec
Contributor I

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

0 项奖励
回复