summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: build.py: Logging of None was losing the logs so force this to stdou...Richard Purdie2011-01-051-1/+1
* bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l...Richard Purdie2011-01-053-5/+1
* Resurrect alternative UIsBob Foerster2011-01-057-90/+299
* bitbake: build.py logging updatesRichard Purdie2011-01-051-16/+23
* bitbake: Fix process.py to accept None as the log optionRichard Purdie2011-01-051-1/+1
* Update persist_data usage to the new APIChris Larson2011-01-051-18/+15
* persist_data: resurrect the lock wait for selectsChris Larson2011-01-051-7/+7
* Rework the persist_data APIChris Larson2011-01-051-72/+137
* Revert "persist_data: cache connection and use cursor"Chris Larson2011-01-052-13/+7
* ConfHandler: commentary typo fixesBernhard Reutner-Fischer2011-01-041-3/+3
* event: fix unicode handler registrationBernhard Reutner-Fischer2011-01-041-1/+1
* cache: defer marking fn as cleanBernhard Reutner-Fischer2011-01-041-4/+1
* BBHandler: use basename directly in handler()Bernhard Reutner-Fischer2011-01-041-2/+2
* data: fewer newlines for (un)exportBernhard Reutner-Fischer2011-01-041-2/+2
* parse: Use constants from stat instead of magic numbersBernhard Reutner-Fischer2011-01-041-3/+4
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-0412-85/+87
* 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