summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2011-01-20cache: fix docstring usageChris Larson
2011-01-18cooker: also respond to SystemExit for execute_runqueueChris Larson
2011-01-12bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie
2011-01-11codeparser: fix spacing in diagnostic messagesBernhard Reutner-Fischer
2011-01-11*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-11build: remove duplicate import of utilsBernhard Reutner-Fischer
2011-01-10runqueue.py: Call bb.cache.Cache.loadDataFull function directly when dumping ...Richard Purdie
2011-01-10bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...Richard Purdie
2011-01-10msg: no need to hardcode the logging levelsChris Larson
2011-01-10Inject taskpid into log records via our log handlerChris Larson
2011-01-10Switch to fetch2 fetcher code based on the environment variable BBFETCH2Richard Purdie
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke
2011-01-10fetch2/git: Remove duplicated code only added for backwards compatibilityRichard Purdie
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke
2011-01-10utils.py: Update log message to use the logger callsRichard Purdie
2011-01-10event.py: Improve debug about invalid eventsRichard Purdie
2011-01-10persist_data: Don't loop forever waiting on database locksRichard Purdie
2011-01-10bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignoredRichard Purdie
2011-01-10runqueue.py: Fix undefined schedulers variable referenceRichard Purdie
2011-01-10runqueue.py: Add debug to help resolve partial log message failureRichard Purdie
2011-01-10runqueue.py: Add missing result return value in setscene failure pathRichard Purdie
2011-01-10runqueue.py: Fix up some lost range->xrange conversions misplaced as part of ...Richard Purdie
2011-01-10fetch/__init__.py: Add missing debug level argumentRichard Purdie
2011-01-10bitbake/siggen.py: Add a signature generator which adds the hash to the stamp...Richard Purdie
2011-01-10bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie
2011-01-10bb.utils: check if lock file is writable, to fix Yocto bug 606Yu Ke
2011-01-10bitbake/knotty.py: Don't show log messages of NOTE and below for task processesRichard Purdie
2011-01-10bitbake/__init__.py: Add taskpid to all LogRecords (subclassed to be BBLogRec...Richard Purdie
2011-01-10bitbake/msg.py: Add named definitions for all logging levelsRichard Purdie
2011-01-07Merge branch 'poky-sync'Chris Larson
2011-01-07cache: don't expand variables for skipped recipesChris Larson
2011-01-07bitbake/build.py: Fix del_stamp work correctly after recent stamp function ch...Richard Purdie
2011-01-07bitbake/data.py: corrected the output for shell syntax.Lianhao Lu
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-05parse: pass filename, lineno into the astChris Larson
2011-01-05parse.ast: drop __word__ regular expressionChris Larson
2011-01-05parse.ast: avoid code duplication for inheritChris Larson
2011-01-05process: simplify the log option for runChris Larson
2011-01-05event: use BBLogFormatter in print_ui_queueChris Larson
2011-01-05build: use logger.isEnabledFor, not getEffectiveLevelChris Larson
2011-01-04build: kill unneeded environment setup bitsChris 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
2010-12-30parse: save python functions into the metadataRichard Purdie