Graham Gower wrote:
This patch allows multiple tasks to be passed to bitbake -c. E.g.
$ bitbake foo -c clean,compile
It removes the need to parse all bb files twice as would occur with
$ bitbake foo -c clean; bitbake foo -c compile
Fantastic!
There's something I'd like to see but don't know how to implement. I'd
like to have a "rebuild" flag that cleans & fully builds a package
through to the last task. Equivalent to this:
bitbake foo -c clean
bitbake foo
but in one bitbake invocation.
Mike
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev