summaryrefslogtreecommitdiff
path: root/bitbake
AgeCommit message (Expand)AuthorFiles
2011-01-04cooker: don't swallow recipe parse errorsChris Larson1
2011-01-04manual: document scmdata=keep for CVS, SVN and GitAndreas Oberritter1
2011-01-04fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter6
2011-01-04build: fix FuncFailed for the no logfile caseChris Larson1
2011-01-04process: handle OSErrors other than file not foundChris Larson1
2011-01-04build: ensure LogTee has a valid name propertyChris Larson1
2011-01-04Fix PWD issue with new exec_func_shellChris Larson1
2011-01-04Ensure that the invalid UI error goes to stderrChris Larson1
2011-01-04build: set PWD in the subprocess preexec hookChris Larson1
2011-01-04bitbake: Transfer noexec runqueue messages to the UIRichard Purdie2
2011-01-04Move the runq task start/failed messages to the UIChris Larson2
2011-01-04Silence python 2.7 nested context manager warningChris Larson1
2011-01-04Rename command events, adjust compareRevisionsChris Larson6
2011-01-04event: use cPickle for eventsChris Larson1
2011-01-04utils: fix 'lock' variable referenceChris Larson1
2011-01-04bb.event: fix MsgBase ref in fire_class_handlersChris Larson1
2011-01-04Kill the uncaught exception handlerChris Larson1
2011-01-04build: fix -D with shell functionsChris Larson1
2011-01-04build: send logging messages to the log file for python functionsChris Larson3
2011-01-04utils: fix calls to close() in the lock/unlock functionsChris Larson1
2011-01-04build: use a contextmanager for locksChris Larson2
2011-01-04build: use bb.process instead of os.systemChris Larson3
2011-01-04process: add subprocess-based bitsChris Larson1
2011-01-04Rename the ui 'init' method to 'main'Chris Larson6
2011-01-04cooker: use re match, not search in re_match_stringsChris Larson1
2011-01-04taskdata: use 'any' in re_match_stringsChris Larson1
2011-01-04cooker: add shutdown/stop methodsChris Larson2
2011-01-04cooker: merge cookerState and cookerActionChris Larson2
2011-01-04cooker: use a pool, abort on first parse errorChris Larson1
2011-01-04knotty: use enumerate for task waitingChris Larson1
2011-01-04knotty: shift non-interactive progress into a classChris Larson1
2011-01-04Fix the <100 recipe progress fixChris Larson1
2011-01-04Error more pleasantly when trying to use python2.4Chris Larson1
2011-01-04Don't show a traceback for a python version errorChris Larson1
2011-01-04cooker: don't choke on <100 recipes to parseChris Larson1
2011-01-04cooker: no cached in progressbar and add ETAChris Larson3
2011-01-04cache: change to more incremental formatChris Larson1
2011-01-04cooker: pass back child exceptions to the serverChris Larson1
2011-01-04vercmp: don't choke on empty first version componentsChris Larson1
2011-01-04Use __file__, not sys.argv[0]Chris Larson2
2011-01-04cache: ensure 'pn' is included in the pkgvarsChris Larson1
2011-01-04knotty: drop the ETA from the progressbar for nowChris Larson1
2011-01-04cooker: ensure that the cache sync completesChris Larson1
2011-01-04cooker: get number of threads in constructorChris Larson1
2011-01-04cooker: don't add info for skipped recipesChris Larson1
2011-01-04cooker: show progress bar before initializing the cacheChris Larson1
2011-01-04cooker: save progress chunk value (total/100)Chris Larson1
2011-01-04cooker: stop loading the cache for -bChris Larson4
2011-01-04cooker: don't fire unnecessary parse progress eventsBob Foerster1
2011-01-04cache: don't add info to cache if cache is disabledChris Larson1