summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* manual: document scmdata=keep for CVS, SVN and GitAndreas Oberritter2011-01-041-3/+3
* fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter2011-01-046-11/+48
* build: fix FuncFailed for the no logfile caseChris Larson2011-01-041-6/+2
* process: handle OSErrors other than file not foundChris Larson2011-01-041-3/+7
* build: ensure LogTee has a valid name propertyChris Larson2011-01-041-9/+7
* Fix PWD issue with new exec_func_shellChris Larson2011-01-041-2/+0
* Ensure that the invalid UI error goes to stderrChris Larson2011-01-041-11/+20
* build: set PWD in the subprocess preexec hookChris Larson2011-01-041-3/+4
* bitbake: Transfer noexec runqueue messages to the UIRichard Purdie2011-01-042-12/+16
* Move the runq task start/failed messages to the UIChris Larson2011-01-042-11/+15
* Silence python 2.7 nested context manager warningChris Larson2011-01-041-0/+1
* Rename command events, adjust compareRevisionsChris Larson2011-01-046-49/+41
* event: use cPickle for eventsChris Larson2011-01-041-1/+4
* utils: fix 'lock' variable referenceChris Larson2011-01-041-1/+1
* bb.event: fix MsgBase ref in fire_class_handlersChris Larson2011-01-041-2/+1
* Kill the uncaught exception handlerChris Larson2011-01-041-12/+6
* build: fix -D with shell functionsChris Larson2011-01-041-4/+18
* build: send logging messages to the log file for python functionsChris Larson2011-01-043-16/+19
* utils: fix calls to close() in the lock/unlock functionsChris Larson2011-01-041-8/+9
* build: use a contextmanager for locksChris Larson2011-01-042-13/+22
* build: use bb.process instead of os.systemChris Larson2011-01-043-182/+185
* process: add subprocess-based bitsChris Larson2011-01-041-0/+107
* Rename the ui 'init' method to 'main'Chris Larson2011-01-046-21/+10
* cooker: use re match, not search in re_match_stringsChris Larson2011-01-041-1/+1
* taskdata: use 'any' in re_match_stringsChris Larson2011-01-041-7/+3
* cooker: add shutdown/stop methodsChris Larson2011-01-042-2/+8
* cooker: merge cookerState and cookerActionChris Larson2011-01-042-25/+15
* cooker: use a pool, abort on first parse errorChris Larson2011-01-041-84/+60
* knotty: use enumerate for task waitingChris Larson2011-01-041-3/+1
* knotty: shift non-interactive progress into a classChris Larson2011-01-041-15/+33
* Fix the <100 recipe progress fixChris Larson2011-01-041-1/+1
* Error more pleasantly when trying to use python2.4Chris Larson2011-01-041-10/+11
* Don't show a traceback for a python version errorChris Larson2011-01-041-1/+4
* cooker: don't choke on <100 recipes to parseChris Larson2011-01-041-1/+1
* cooker: no cached in progressbar and add ETAChris Larson2011-01-043-20/+12
* cache: change to more incremental formatChris Larson2011-01-041-22/+33
* cooker: pass back child exceptions to the serverChris Larson2011-01-041-6/+12
* vercmp: don't choke on empty first version componentsChris Larson2011-01-041-1/+1
* Use __file__, not sys.argv[0]Chris Larson2011-01-042-2/+2
* cache: ensure 'pn' is included in the pkgvarsChris Larson2011-01-041-12/+12
* knotty: drop the ETA from the progressbar for nowChris Larson2011-01-041-1/+1
* cooker: ensure that the cache sync completesChris Larson2011-01-041-2/+7
* cooker: get number of threads in constructorChris Larson2011-01-041-3/+3
* cooker: don't add info for skipped recipesChris Larson2011-01-041-2/+3
* cooker: show progress bar before initializing the cacheChris Larson2011-01-041-13/+16
* cooker: save progress chunk value (total/100)Chris Larson2011-01-041-1/+2
* cooker: stop loading the cache for -bChris Larson2011-01-044-32/+33
* cooker: don't fire unnecessary parse progress eventsBob Foerster2011-01-041-1/+3
* cache: don't add info to cache if cache is disabledChris Larson2011-01-041-0/+3
* cache: sync the cache file to disk in the backgroundChris Larson2011-01-044-43/+60