aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/bin
AgeCommit message (Expand)Author
2011-03-14bitbake/bitbake-layers: fix to run with recent changesJoshua Lock
2011-03-03bitbake-layers: drop 2.6 from #!, per Joshua LockChris Larson
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-02-10bitbake-layers: fix bug with env vars leaking inChris Larson
2011-02-10Add initial bitbake-layers scriptChris Larson
2011-02-10image-swab: Convert to attach strace to the process to obtain the required sw...Richard Purdie
2011-01-05Resurrect alternative UIsBob Foerster
2011-01-04Ensure that the invalid UI error goes to stderrChris Larson
2011-01-04Silence python 2.7 nested context manager warningChris Larson
2011-01-04Kill the uncaught exception handlerChris Larson
2011-01-04Rename the ui 'init' method to 'main'Chris Larson
2011-01-04Error more pleasantly when trying to use python2.4Chris Larson
2011-01-04Don't show a traceback for a python version errorChris Larson
2011-01-04Use __file__, not sys.argv[0]Chris Larson
2011-01-04Don't show uncaught exception message for KeyboardInterruptChris Larson
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2011-01-04Use logging in the knotty ui, and pass the log record across directlyChris Larson
2011-01-04Use the python logging module under the hood for bb.msgChris Larson
2011-01-04Ignore python warnings that come from places we don't care aboutChris Larson
2011-01-04Drop the 'ui failed to start' message, as the ui_init does more in knottyChris Larson
2010-12-10bitbake/bitbake-runtask: Since the parent has set the environment up cleanly ...Richard Purdie
2010-12-09bitbake: Overhaul environment handlingRichard Purdie
2010-11-14bitbake-runtask-strace: simple shell script to wrap tasks in a strace callJoshua Lock
2010-11-13bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie
2010-10-14bitbake-runtask: Ensure logging settings take effect in the worker process (a...Richard Purdie
2010-10-11bitbake-runtask: Ensure logging options are inherited from the parentRichard Purdie
2010-09-30bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo filesRichard Purdie
2010-09-29bitbake/bitbake-runtask: Signatures are needed in task context and have littl...Richard Purdie
2010-09-28bitbake: Pass task hash information to subprocessesRichard Purdie
2010-09-13bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl...Richard Purdie
2010-09-08bitbake: save the initial PATH for use when starting a subprocessJoshua Lock
2010-09-07bitbake/bitbake-runtask: Ensure signals to the parent don't pass to the child...Richard Purdie
2010-09-03bitbake: Add missing signature filesRichard Purdie
2010-09-03bitbake: Implement signaturesRichard Purdie
2010-08-20bitbake: Correctly route events from the worker to the serverRichard Purdie
2010-08-19bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie
2010-07-16*: use print() as a functionBernhard Reutner-Fischer
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson
2010-07-02Move serverConnection.terminate() back into the finallyChris Larson
2010-07-02Limit the traceback length in the default exception handlerChris Larson
2010-07-02Resurrect the excepthook, this time just sending the info with bb.fatalChris Larson
2010-07-02remove return in finally statementCliff Brake
2010-07-02Drop the non-debug traceback suppressor, at this point I think it does more h...Chris Larson
2010-07-02Reorganize the main exception handling so an attribute exception raised in th...Chris Larson
2010-07-02Adjust the exception handling based on Cliff Brake's patchChris Larson
2010-07-02Fix the debug level check in print_exceptionChris Larson
2010-07-02Move the python version check into the python packageChris Larson
2010-07-02Drop an unnecessary second python version check and use the less ugly sys.ver...Chris Larson
2010-07-02Bump version to 1.11.0Chris Larson