summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2011-01-05bitbake: build.py: Logging of None was losing the logs so force this to stdou...Richard Purdie
2011-01-05bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l...Richard Purdie
2011-01-05Resurrect alternative UIsBob Foerster
2011-01-05bitbake: build.py logging updatesRichard Purdie
2011-01-05bitbake: Fix process.py to accept None as the log optionRichard Purdie
2011-01-05Update persist_data usage to the new APIChris Larson
2011-01-05persist_data: resurrect the lock wait for selectsChris Larson
2011-01-05Rework the persist_data APIChris Larson
2011-01-05Revert "persist_data: cache connection and use cursor"Chris Larson
2011-01-04ConfHandler: commentary typo fixesBernhard Reutner-Fischer
2011-01-04event: fix unicode handler registrationBernhard Reutner-Fischer
2011-01-04cache: defer marking fn as cleanBernhard Reutner-Fischer
2011-01-04BBHandler: use basename directly in handler()Bernhard Reutner-Fischer
2011-01-04data: fewer newlines for (un)exportBernhard Reutner-Fischer
2011-01-04parse: Use constants from stat instead of magic numbersBernhard Reutner-Fischer
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04bitbake/contrib: Sync with bitbake upstreamRichard Purdie
2011-01-04process: fix handling of the input argumentChris Larson
2011-01-04depexp: add sorting of all package listsBob Foerster
2011-01-04pysh: add missing os.path importChris Larson
2011-01-04runqueue: fix typo in documentation of calculate_task_weightsBernhard Reutner-Fischer
2011-01-04runqueue: use fewer newlines in error pathBernhard Reutner-Fischer
2011-01-04logger usage cleanupChris Larson
2011-01-04utils: fix typo in error messageBernhard Reutner-Fischer
2011-01-04Move LAYERDIR expansion hack into DataSmartChris Larson
2011-01-04parse: use bb.utils.whichChris Larson
2011-01-04Fix logging level names for post-server-ui-splitChris Larson
2011-01-04Use os.devnull, not /dev/nullChris Larson
2011-01-04utils: don't overwrite builtin dir() functionBernhard Reutner-Fischer
2011-01-04bzr: use utils.remove instead of os.systemBernhard Reutner-Fischer
2011-01-04utils: drop unnecessary debug msgs from mkdirhierChris Larson
2011-01-04Show the user progress when loading the cacheBob Foerster
2011-01-04knotty: exit with 1 if we see a critical log messageChris Larson
2011-01-04cooker: don't swallow recipe parse errorsChris Larson
2011-01-04manual: document scmdata=keep for CVS, SVN and GitAndreas Oberritter
2011-01-04fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter
2011-01-04build: fix FuncFailed for the no logfile caseChris Larson
2011-01-04process: handle OSErrors other than file not foundChris Larson
2011-01-04build: ensure LogTee has a valid name propertyChris Larson
2011-01-04Fix PWD issue with new exec_func_shellChris Larson
2011-01-04Ensure that the invalid UI error goes to stderrChris Larson
2011-01-04build: set PWD in the subprocess preexec hookChris Larson
2011-01-04bitbake: Transfer noexec runqueue messages to the UIRichard Purdie
2011-01-04Move the runq task start/failed messages to the UIChris Larson
2011-01-04Silence python 2.7 nested context manager warningChris Larson
2011-01-04Rename command events, adjust compareRevisionsChris Larson
2011-01-04event: use cPickle for eventsChris Larson
2011-01-04utils: fix 'lock' variable referenceChris Larson
2011-01-04bb.event: fix MsgBase ref in fire_class_handlersChris Larson
2011-01-04Kill the uncaught exception handlerChris Larson