bitbake: bitbake: cooker,runqueue: send the task dependency tree
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Wed, 18 Sep 2013 12:15:48 +0000 (13:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Sep 2013 11:19:43 +0000 (12:19 +0100)
commitb53da7607f02e225b0177432974b266d284cdf1a
treed962133da15f0d46fd0b747e5b4f1da7e4cf52bc
parent7f094bb5ff519e71097cad1e070a744c8c4e6449
bitbake: bitbake: cooker,runqueue: send the task dependency tree

Adding a CookerFeature that allows UIs to enable
receving a dependency tree once the task data has been
computed and the runQueue is ready to start.

This will allow the clients to display dependency
data in an efficient manner, and not recompute the runqueue
specifically to get the dependency data.

(Bitbake rev: 75466a53b6eece5173a9bfe483414148e4c06517)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py
bitbake/lib/bb/runqueue.py