Hi, the 82d73423c57569b984ee0ae3d93e3c3bd5dc5216 "runqueue: Reimplement recrdepends so it works more correctly" bitbake commit breaks OpenEmbedded's 'do_fetchall' task. Previously sources of all dependent tasks were downloaded. Now, only a small subset gets fetched.
Before: | $ ./bitbake my-image -c fetchall | NOTE: Running task 1 of 202 (ID: 201, ...openssl/ocf-linux_20100325.bb, do_fetch) After: | $ ./bitbake my-image -c fetchall | NOTE: Running task 1 of 11 (ID: 10, ...opkg-collateral.bb, do_fetch) Any chance to fix bitbake or OE? Enrico _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
