aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib
AgeCommit message (Expand)Author
2011-01-10bitbake: For poky only, force the use of fetch2 codebaseRichard Purdie
2011-01-10bitbake: Switch to fetch2 fetcher code based on the environment variable BBFE...Richard Purdie
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke
2011-01-10bitbake/fetch/git: Add backwards compatibility code for branch name handlingRichard Purdie
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke
2011-01-10bitbake/codeparser: Fix import to match upstream bitbakeRichard Purdie
2011-01-10utils: show the actual exception in better_execChris Larson
2011-01-10runqueue.py: Drop unneeded import and improve quieterrors handling as per ups...Richard Purdie
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-04process: fix handling of the input argumentChris Larson