aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
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
2011-01-04parse: use bb.utils.whichChris Larson
2011-01-04Fix logging level names for post-server-ui-splitChris Larson
2011-01-04Use os.devnull, not /dev/nullChris Larson
2011-01-04utils: don't overwrite builtin dir() functionBernhard Reutner-Fischer
2011-01-04bzr: use utils.remove instead of os.systemBernhard Reutner-Fischer
2011-01-04utils: drop unnecessary debug msgs from mkdirhierChris Larson
2011-01-04Show the user progress when loading the cacheBob Foerster
2011-01-04knotty: exit with 1 if we see a critical log messageChris Larson
2011-01-04cooker: don't swallow recipe parse errorsChris Larson
2011-01-04manual: document scmdata=keep for CVS, SVN and GitAndreas Oberritter
2011-01-04fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter
2011-01-04build: fix FuncFailed for the no logfile caseChris Larson
2011-01-04process: handle OSErrors other than file not foundChris Larson
2011-01-04build: ensure LogTee has a valid name propertyChris Larson
2011-01-04Fix PWD issue with new exec_func_shellChris Larson
2011-01-04Ensure that the invalid UI error goes to stderrChris Larson
2011-01-04build: set PWD in the subprocess preexec hookChris Larson
2011-01-04bitbake: Transfer noexec runqueue messages to the UIRichard Purdie
2011-01-04Move the runq task start/failed messages to the UIChris Larson
2011-01-04Silence python 2.7 nested context manager warningChris Larson
2011-01-04Rename command events, adjust compareRevisionsChris Larson
2011-01-04event: use cPickle for eventsChris Larson
2011-01-04utils: fix 'lock' variable referenceChris Larson
2011-01-04bb.event: fix MsgBase ref in fire_class_handlersChris Larson
2011-01-04Kill the uncaught exception handlerChris Larson
2011-01-04build: fix -D with shell functionsChris Larson
2011-01-04build: send logging messages to the log file for python functionsChris Larson
2011-01-04utils: fix calls to close() in the lock/unlock functionsChris Larson
2011-01-04build: use a contextmanager for locksChris Larson
2011-01-04build: use bb.process instead of os.systemChris Larson
2011-01-04process: add subprocess-based bitsChris Larson
2011-01-04Rename the ui 'init' method to 'main'Chris Larson
2011-01-04cooker: use re match, not search in re_match_stringsChris Larson
2011-01-04taskdata: use 'any' in re_match_stringsChris Larson
2011-01-04cooker: add shutdown/stop methodsChris Larson
2011-01-04cooker: merge cookerState and cookerActionChris Larson
2011-01-04cooker: use a pool, abort on first parse errorChris Larson
2011-01-04knotty: use enumerate for task waitingChris Larson
2011-01-04knotty: shift non-interactive progress into a classChris Larson
2011-01-04Fix the <100 recipe progress fixChris Larson
2011-01-04Error more pleasantly when trying to use python2.4Chris Larson