bitbake: cooker: Add option of specifying indvidual tasks for targets
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jan 2014 14:37:04 +0000 (14:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jan 2014 00:52:56 +0000 (00:52 +0000)
commitdf2e565b3e3b1006c2491c31caf7c4bf32a7084c
tree338ee541092d704087e33d1f7c83028967fd9bce
parent934db0b0b21469269003d397450d7735b4483265
bitbake: cooker: Add option of specifying indvidual tasks for targets

Currently its near enough impossible to tell bitbake to run target X,
task Y and target A, task B. We could hack various parts of the API
around but it would mean incompatibilities.

An alternative is to accept the syntax "<target>:do_<task>" as a target
name. The default task would be used where the task is unspecified.

This has the advantage that its neat/clean code and works from all
current APIs including the commandline.

(Bitbake rev: 55f6bee3114e582333a1784caeddb197b9163d02)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py