]> code.ossystems Code Review - openembedded-core.git/commit
utility-tasks: Drop fetchall and checkuriall tasks
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Feb 2018 09:48:48 +0000 (09:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Feb 2018 09:53:36 +0000 (09:53 +0000)
commit8bbb43e948af45d0fa5ab31b456147f691fa2ec3
treec7fca9af7fa798fc0522fb74938e7b09c1b1d04d
parent4a4eff9b9e3c614ff41b17cbec359b72dcbd41bd
utility-tasks: Drop fetchall and checkuriall tasks

The same thing can now be done with "bitbake <target> --runall=fetch"
or "bitbake <target> --runall=checkuri".

Dropping the tasks takes "bitbake core-image-sato -g" from 22s to 8s
since it no longer has to resolve the recursive dependencies (it
doesn't know if any given target will touch them or not until it
computes them). That is a significant enough win that its worth any
impact this may have on the small number of users using the tasks.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/utility-tasks.bbclass