summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake/siggen.py: Add a signature generator which adds the hash to the stamp...Richard Purdie2011-01-071-0/+11
* bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignoredRichard Purdie2011-01-061-1/+1
* bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie2011-01-063-9/+10
* bitbake build.py: Stamp handling improvementsRichard Purdie2011-01-061-5/+11
* bitbake build.py: Use localdata for stamp handling, not dRichard Purdie2011-01-061-2/+2
* bitbake/build.py: Ditch the extract_stamp function as its just going to compl...Richard Purdie2011-01-061-10/+9
* parse.ast: drop __word__ regular expressionChris Larson2011-01-061-4/+3
* parse.ast: avoid code duplication for inheritChris Larson2011-01-062-11/+6
* event: use BBLogFormatter in print_ui_queueChris Larson2011-01-061-1/+2
* build: use logger.isEnabledFor, not getEffectiveLevelChris Larson2011-01-061-2/+2
* 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