]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: implement command to get all possible targets and their dependencies
authorJoshua Lock <josh@linux.intel.com>
Tue, 4 Jan 2011 20:08:51 +0000 (20:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Feb 2011 15:54:50 +0000 (15:54 +0000)
commit1b3eb0c35f504e8f652303a4b238034ecc5c5d02
tree88193076474e939d0b18897eb5d341fb4d27258d
parent920c402342bd490cd94b365c3e151de735dec0d6
bitbake: implement command to get all possible targets and their dependencies

Add a new command generateTargetsTree() which returns a dependency tree of
possible targets (tasks and recipes) as well as their dependency information.

Optional parameter 'klass' also ensures any recipes which inherit the
specified class path (i.e. 'classes/image.bbclass') are included in the model

Signed-off-by: Joshua Lock <josh@linux.intel.com>
bitbake/lib/bb/command.py
bitbake/lib/bb/cooker.py
bitbake/lib/bb/event.py