bitbake/runqueue: make dry-run do everything except execute
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 27 Feb 2012 18:54:12 +0000 (18:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Feb 2012 12:27:21 +0000 (12:27 +0000)
commit023282b75b3a214b6e4a6bda9715b24d4b11ba13
tree18f869d25ea976514b5cf01ed5f3cf2b5a8708c9
parent684289a8ff94e6d0d3954c4bd6b6109378acedf4
bitbake/runqueue: make dry-run do everything except execute

Make dry-run do everything except executing the task, instead of
cutting it off earlier. This fully tests the code path for running the
child task (parsing and fakeroot), as well as enabling future
functionality such as using dry-run to produce signature files.

(Bitbake rev: bf1d7739618dabf3872a868230c0112b9ad2a2c0)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/runqueue.py