aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
2011-01-10bitbake: Update event queue handling to match upstream bitbakeRichard Purdie
2011-01-10bitbake/runqueue.py: Sync with changes in upstream bitbakeRichard Purdie
2011-01-10bitbake/fetch: Sync up logger/whitespace improvementsRichard Purdie
2011-01-10bitbake/utils.py: Drop unused function extend_deps()Richard Purdie
2011-01-10bitbake: Sync environment handling function names and comments with upstream ...Richard Purdie
2011-01-10parse: pass filename, lineno into the astChris Larson
2011-01-10cache: don't expand variables for skipped recipesChris Larson
2011-01-08bitbake/knotty.py: Don't show log messages of NOTE and below for task processesRichard Purdie
2011-01-08bitbake/__init__.py: Add taskpid to all LogRecords (subclassed to be BBLogRec...Richard Purdie
2011-01-08bitbake/msg.py: Add named definitions for all logging levelsRichard Purdie
2011-01-07bitbake/runqueue.py: Remove duplicate TaskStarted event fire()Richard Purdie
2011-01-07bitbake/build.py: Fix del_stamp work correctly after recent stamp function ch...Richard Purdie
2011-01-07bitbake/cooker.py: Fix merge conflict with upstream which was preventing clea...Richard Purdie
2011-01-07bitbake/cache.py: Expansion of variables in skipped recipes should not be att...Richard Purdie
2011-01-07bitbake/data.py: corrected the output for shell syntax.Lianhao Lu
2011-01-07bitbake/siggen.py: Add a signature generator which adds the hash to the stamp...Richard Purdie
2011-01-06bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignoredRichard Purdie
2011-01-06bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie
2011-01-06bitbake build.py: Stamp handling improvementsRichard Purdie
2011-01-06bitbake build.py: Use localdata for stamp handling, not dRichard Purdie
2011-01-06bitbake/build.py: Ditch the extract_stamp function as its just going to compl...Richard Purdie
2011-01-06parse.ast: drop __word__ regular expressionChris Larson
2011-01-06parse.ast: avoid code duplication for inheritChris Larson
2011-01-06event: use BBLogFormatter in print_ui_queueChris Larson
2011-01-06build: use logger.isEnabledFor, not getEffectiveLevelChris Larson
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