aboutsummaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-27Use logging in the knotty ui, and pass the log record across directlyChris Larson
2010-08-27Use the python logging module under the hood for bb.msgChris Larson
2010-08-11Ignore python warnings that come from places we don't care aboutChris Larson
2010-08-06Drop the 'ui failed to start' message, as the ui_init does more in knottyChris Larson
2010-07-06*: use print() as a functionBernhard Reutner-Fischer
2010-07-01create cooker object after cleaning the environmentJeff Dike
2010-07-01Move the logger initialization from cooker to utilsJeff Dike
2010-06-21Apply some 2to3 refactoringsChris Larson
2010-06-21Until the interactive mode is fixed, kill it from the valid options, to avoid...Chris Larson
2010-06-18Move serverConnection.terminate() back into the finallyChris Larson
2010-06-18Limit the traceback length in the default exception handlerChris Larson
2010-06-16Resurrect the excepthook, this time just sending the info with bb.fatalChris Larson
2010-06-15remove return in finally statementCliff Brake
2010-06-10Drop the non-debug traceback suppressor, at this point I think it does more h...Chris Larson
2010-06-08Reorganize the main exception handling so an attribute exception raised in th...Chris Larson
2010-06-04Adjust the exception handling based on Cliff Brake's patchChris Larson
2010-04-20Fix the debug level check in print_exceptionChris Larson
2010-04-15Move the python version check into the python packageChris Larson
2010-04-15Drop an unnecessary second python version check and use the less ugly sys.ver...Chris Larson
2010-04-15Bump version to 1.11.0Chris Larson
2010-04-15Move the python version check before the module imports, in case the modules ...Chris Larson
2010-04-10Ignore deprecation warnings for nowChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Bump minimum python version check to 2.6.Chris Larson
2010-04-09Display python warnings via bb.msgChris Larson
2010-04-09Use __import__ for the ui rather than execChris Larson
2010-04-09Initialize pkgs_to_build in the BBConfiguration constructorChris Larson
2010-01-22bitbake: Don't import xmlrpc server unless neededRichard Purdie
2010-01-22bin/bitbake: Add import serverRichard Purdie
2010-01-21bbimage: Drop, nobody should be using that now as its pointlessRichard Purdie
2010-01-21bitbake: Fix UI failure exception handling with python 2.6Richard Purdie
2010-01-19Drop version requirement to 2.5 apart from XMLRPC modeRichard Purdie
2010-01-19bitdoc: Fixup against recent core changesRichard Purdie
2010-01-18Add none server type to avoid xmlrpc in the default caseRichard Purdie
2010-01-14Solidify server class creationRichard Purdie
2009-10-17Add a compare-versions command which returns whether the SRCREV versions have...Richard Purdie
2009-09-14Only print python exception tracebacks if debugging is enabled.Chris Larson
2009-07-23bin/bitbake: Add python 2.6 check (from Poky)Richard Purdie
2008-12-06bin/bitbake: Fix cooker log handling after recent changesRichard Purdie
2008-12-06Update the UIs against the core changes and allow dynamic loading of the UI s...Richard Purdie
2008-12-06utils.py: Add clean_environment() function and call where appropriate (from P...Richard Purdie
2008-12-06Add tryaltconfigs option to control whether bitbake trys using alternative pr...Richard Purdie
2008-09-30bin/bitbake: Add better environmental variable handling. By default it will n...Richard Purdie
2008-09-30cooker.py: Add parseConfiguration() function and move inheritFromOS call outs...Richard Purdie
2008-04-06Add experimental/toy dependency explorer UI (based on some code from Ross Bur...Richard Purdie
2008-03-16Add return value handling (thanks pH5)Richard Purdie
2008-02-23bbimage: Update to reflect recent core changesRichard Purdie
2008-01-20persist_data.py: Add sqlite version checksRichard Purdie