summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake/contrib: Sync with bitbake upstreamRichard Purdie2011-01-043-104/+204
* process: fix handling of the input argumentChris Larson2011-01-041-16/+19
* depexp: add sorting of all package listsBob Foerster2011-01-041-0/+2
* pysh: add missing os.path importChris Larson2011-01-041-0/+1
* runqueue: fix typo in documentation of calculate_task_weightsBernhard Reutner-Fischer2011-01-041-1/+1
* runqueue: use fewer newlines in error pathBernhard Reutner-Fischer2011-01-041-2/+2
* logger usage cleanupChris Larson2011-01-042-2/+2
* utils: fix typo in error messageBernhard Reutner-Fischer2011-01-041-1/+1
* Move LAYERDIR expansion hack into DataSmartChris Larson2011-01-042-13/+22
* parse: use bb.utils.whichChris Larson2011-01-041-1/+1
* Fix logging level names for post-server-ui-splitChris Larson2011-01-042-10/+21
* Use os.devnull, not /dev/nullChris Larson2011-01-042-3/+2
* utils: don't overwrite builtin dir() functionBernhard Reutner-Fischer2011-01-041-2/+2
* bzr: use utils.remove instead of os.systemBernhard Reutner-Fischer2011-01-041-1/+1
* utils: drop unnecessary debug msgs from mkdirhierChris Larson2011-01-041-2/+0
* Show the user progress when loading the cacheBob Foerster2011-01-044-8/+61
* knotty: exit with 1 if we see a critical log messageChris Larson2011-01-041-2/+3
* cooker: don't swallow recipe parse errorsChris Larson2011-01-041-2/+6
* manual: document scmdata=keep for CVS, SVN and GitAndreas Oberritter2011-01-041-3/+3
* fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter2011-01-046-11/+48
* build: fix FuncFailed for the no logfile caseChris Larson2011-01-041-6/+2
* process: handle OSErrors other than file not foundChris Larson2011-01-041-3/+7
* build: ensure LogTee has a valid name propertyChris Larson2011-01-041-9/+7
* Fix PWD issue with new exec_func_shellChris Larson2011-01-041-2/+0
* Ensure that the invalid UI error goes to stderrChris Larson2011-01-041-11/+20
* build: set PWD in the subprocess preexec hookChris Larson2011-01-041-3/+4
* bitbake: Transfer noexec runqueue messages to the UIRichard Purdie2011-01-042-12/+16
* Move the runq task start/failed messages to the UIChris Larson2011-01-042-11/+15
* Silence python 2.7 nested context manager warningChris Larson2011-01-041-0/+1
* Rename command events, adjust compareRevisionsChris Larson2011-01-046-49/+41
* event: use cPickle for eventsChris Larson2011-01-041-1/+4
* utils: fix 'lock' variable referenceChris Larson2011-01-041-1/+1
* bb.event: fix MsgBase ref in fire_class_handlersChris Larson2011-01-041-2/+1
* Kill the uncaught exception handlerChris Larson2011-01-041-12/+6
* build: fix -D with shell functionsChris Larson2011-01-041-4/+18
* build: send logging messages to the log file for python functionsChris Larson2011-01-043-16/+19
* utils: fix calls to close() in the lock/unlock functionsChris Larson2011-01-041-8/+9
* build: use a contextmanager for locksChris Larson2011-01-042-13/+22
* build: use bb.process instead of os.systemChris Larson2011-01-043-182/+185
* process: add subprocess-based bitsChris Larson2011-01-041-0/+107
* Rename the ui 'init' method to 'main'Chris Larson2011-01-046-21/+10
* cooker: use re match, not search in re_match_stringsChris Larson2011-01-041-1/+1
* taskdata: use 'any' in re_match_stringsChris Larson2011-01-041-7/+3
* cooker: add shutdown/stop methodsChris Larson2011-01-042-2/+8
* cooker: merge cookerState and cookerActionChris Larson2011-01-042-25/+15
* cooker: use a pool, abort on first parse errorChris Larson2011-01-041-84/+60
* knotty: use enumerate for task waitingChris Larson2011-01-041-3/+1
* knotty: shift non-interactive progress into a classChris Larson2011-01-041-15/+33
* Fix the <100 recipe progress fixChris Larson2011-01-041-1/+1
* Error more pleasantly when trying to use python2.4Chris Larson2011-01-041-10/+11