diff options
author | Robert Yang <liezhi.yang@windriver.co> | 2011-11-24 12:55:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-25 11:25:53 +0000 |
commit | 37c4f373e42b54f6c65b8482bd1172563fbc1ea5 (patch) | |
tree | 794326622526c6005326e1427a074b894c3a75eb /meta-demoapps | |
parent | 4ce5d30de78be5ce637a576bc84d59ca1547f5bc (diff) | |
download | poky-37c4f373e42b54f6c65b8482bd1172563fbc1ea5.tar.gz |
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>
Diffstat (limited to 'meta-demoapps')
0 files changed, 0 insertions, 0 deletions