generic-poky/bitbake/bin
Robert Yang f204d16012 bitbake: Update and fix bitbake-runtask
Since bitbake switched back to the fork instead of the exec model,
it no longer used bitbake-runtask and the code has suffered some bitrot.
bitbake-runtask is a useful tool for excuting the task without
the scheduler of bitbake, so that the external tool can invoke it
easily. It also provides a useful example of how to invoke exec_task()
with low overhead without a lot of the bitbake threading/UI overhead.

Significant changes:

* This patch changes the argument order so that the commonly used
  and mandatory arguments come first.

* The taskhash file and dryrun options are now optional

* It now uses the bitbake logging mechanisms to provide processed
  logging output to the console.

* The process handling to do with stdout/stderr redirection
  are removed since they're no longer required.

[YOCTO #1229]

RP: Logging updates to the patch based on Roberts original patch
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-30 16:16:13 +00:00
..
bitbake bitbake/logging: Overhaul internal logging process 2011-08-15 09:14:28 +01:00
bitbake-diffsigs bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo files 2010-09-30 18:02:35 +01:00
bitbake-layers Ensure only the filtered environment variables are inherited from the OS 2011-08-15 09:49:37 +01:00
bitbake-prserv Add PR service deamon to bitbake 2011-05-27 17:55:49 +01:00
bitbake-runtask bitbake: Update and fix bitbake-runtask 2012-01-30 16:16:13 +00:00
bitdoc bitbake/logging: Overhaul internal logging process 2011-08-15 09:14:28 +01:00