]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
universe target: add a new target to collect all recipe targets
authorSaul Wold <sgw@linux.intel.com>
Thu, 21 Apr 2011 18:44:45 +0000 (11:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 May 2011 11:10:53 +0000 (12:10 +0100)
commit28e7041a9c110be2ac5dea1eb1f55ca8f056111e
treea4c4b2b6025a31bc548ca0345524888df3e77dc2
parent3279737cdf164962b0121bd850634cb05a616f15
universe target: add a new target to collect all recipe targets

This new universe target is not intended to be used for
compiling or building everything, it use is for sanity checking
and other tasks that need to find all targets. This does not
exclude any broken or virtual targets.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
bitbake/lib/bb/cache.py
bitbake/lib/bb/cooker.py