| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake-runtask-strace: simple shell script to wrap tasks in a strace call | Joshua Lock | 2010-11-14 | 1 | -0/+8 |
* | bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba... | Richard Purdie | 2010-11-13 | 1 | -2/+2 |
* | bitbake-runtask: Ensure logging settings take effect in the worker process (a... | Richard Purdie | 2010-10-14 | 1 | -1/+4 |
* | bitbake-runtask: Ensure logging options are inherited from the parent | Richard Purdie | 2010-10-11 | 1 | -7/+12 |
* | bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo files | Richard Purdie | 2010-09-30 | 1 | -1/+4 |
* | bitbake/bitbake-runtask: Signatures are needed in task context and have littl... | Richard Purdie | 2010-09-29 | 1 | -0/+1 |
* | bitbake: Pass task hash information to subprocesses | Richard Purdie | 2010-09-28 | 1 | -3/+20 |
* | bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl... | Richard Purdie | 2010-09-13 | 1 | -1/+1 |
* | bitbake: save the initial PATH for use when starting a subprocess | Joshua Lock | 2010-09-08 | 1 | -0/+1 |
* | bitbake/bitbake-runtask: Ensure signals to the parent don't pass to the child... | Richard Purdie | 2010-09-07 | 1 | -0/+7 |
* | bitbake: Add missing signature files | Richard Purdie | 2010-09-03 | 1 | -0/+9 |
* | bitbake: Implement signatures | Richard Purdie | 2010-09-03 | 1 | -0/+3 |
* | bitbake: Correctly route events from the worker to the server | Richard Purdie | 2010-08-20 | 1 | -5/+12 |
* | bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh... | Richard Purdie | 2010-08-19 | 1 | -0/+77 |
* | *: use print() as a function | Bernhard Reutner-Fischer | 2010-07-16 | 1 | -3/+3 |
* | Apply some 2to3 refactorings | Chris Larson | 2010-07-02 | 2 | -15/+13 |
* | Until the interactive mode is fixed, kill it from the valid options, to avoid... | Chris Larson | 2010-07-02 | 1 | -3/+0 |
* | Move serverConnection.terminate() back into the finally | Chris Larson | 2010-07-02 | 1 | -1/+2 |
* | Limit the traceback length in the default exception handler | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Resurrect the excepthook, this time just sending the info with bb.fatal | Chris Larson | 2010-07-02 | 1 | -0/+8 |
* | remove return in finally statement | Cliff Brake | 2010-07-02 | 1 | -3/+3 |
* | Drop the non-debug traceback suppressor, at this point I think it does more h... | Chris Larson | 2010-07-02 | 1 | -13/+0 |
* | Reorganize the main exception handling so an attribute exception raised in th... | Chris Larson | 2010-07-02 | 1 | -5/+8 |
* | Adjust the exception handling based on Cliff Brake's patch | Chris Larson | 2010-07-02 | 1 | -1/+2 |
* | Fix the debug level check in print_exception | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Move the python version check into the python package | Chris Larson | 2010-07-02 | 1 | -5/+1 |
* | Drop an unnecessary second python version check and use the less ugly sys.ver... | Chris Larson | 2010-07-02 | 1 | -6/+2 |
* | Bump version to 1.11.0 | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Move the python version check before the module imports, in case the modules ... | Chris Larson | 2010-07-02 | 1 | -4/+7 |
* | Ignore deprecation warnings for now | Chris Larson | 2010-07-02 | 1 | -0/+1 |
* | Import fixups | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Formatting cleanups | Chris Larson | 2010-07-02 | 1 | -47/+51 |
* | Bump minimum python version check to 2.6. | Chris Larson | 2010-07-02 | 1 | -2/+2 |
* | Display python warnings via bb.msg | Chris Larson | 2010-07-02 | 1 | -2/+18 |
* | Use __import__ for the ui rather than exec | Chris Larson | 2010-07-02 | 1 | -6/+6 |
* | Initialize pkgs_to_build in the BBConfiguration constructor | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | bitbake: create cooker object after cleaning the environment | Jeff Dike | 2010-06-29 | 1 | -2/+2 |
* | bitbake: Move the logger initialization from cooker to utils | Jeff Dike | 2010-06-29 | 1 | -0/+3 |
* | bitbake: Don't import xmlrpc server unless needed | Richard Purdie | 2010-01-22 | 1 | -1/+2 |
* | bin/bitbake: Add import server | Richard Purdie | 2010-01-22 | 1 | -0/+1 |
* | bitbake: Fix UI failure exception handling with python 2.6 | Richard Purdie | 2010-01-21 | 1 | -1/+1 |
* | bitbake: Switch to bitbake-dev version (bitbake master upstream) | Richard Purdie | 2010-01-20 | 2 | -24/+75 |
* | bitbake: Add a --revisions-changed commandline option to indicate when floati... | Richard Purdie | 2009-07-29 | 1 | -0/+3 |
* | bitbake: Sync with upstream after 2.8.12 release | Richard Purdie | 2009-01-02 | 1 | -1/+1 |
* | bitbake: Add tryaltconfigs option to disable the alternative configuration at... | Richard Purdie | 2008-10-28 | 1 | -0/+3 |
* | bitbake: Refactor the environment variable handling | Robert Bradford | 2008-10-17 | 1 | -9/+3 |
* | bitbake/bitbake-dev: Allow much better control of which variable influence bi... | Richard Purdie | 2008-09-30 | 1 | -0/+10 |
* | bitbake/bitbake-dev: Sync with upstream | Richard Purdie | 2008-09-30 | 1 | -0/+2 |
* | Drop bbimage | Richard Purdie | 2008-05-21 | 1 | -160/+0 |
* | bitbake: Sync bbimage with upstream | Richard Purdie | 2008-03-04 | 1 | -0/+5 |