[bitbake-devel] do_fetchall broken by recent bitbake

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Sat Jun 30 11:47:37 UTC 2012


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





More information about the bitbake-devel mailing list