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?
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.
Hello @imikec
Is there some configuration in your local.conf file to try to reproduce by my side?
Best regards,
Salas.
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.
Not really, after the first build yocto should cache recipes, so it should not build them again.