summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
...
* cooker: show a useful message for ParsingFailureChris Larson2011-06-081-3/+6
* bitbake/cooker.py: Fix debug message argumentsRichard Purdie2011-06-081-1/+1
* bitbake: Cleanup bitbake server init process to be clearer to followRichard Purdie2011-06-081-6/+5
* cache: Implement multiple extra cache fields request supportLiping Ke2011-06-071-8/+8
* Introduce new param caches_array into Cache impl.Liping Ke2011-06-071-8/+44
* bitbake: use layer priority when applying bbappendsPaul Eggleton2011-06-011-10/+14
* bitbake/codeparser: Improve cache handlingRichard Purdie2011-05-271-0/+1
* bitbake/cooker.py: Ensure BBFILES is processed in orderRichard Purdie2011-05-271-3/+8
* bitbake/cooker.py: Fix -b option regexp handlingRichard Purdie2011-05-271-7/+6
* cooker.py: Don't show spurious warnings for collections of .bbappend filesRichard Purdie2011-05-251-1/+18
* cooker: fix -b with BBCLASSEXTENDChris Larson2011-05-061-7/+10
* bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie2011-05-051-2/+1
* bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...Richard Purdie2011-05-051-4/+1
* universe target: add a new target to collect all recipe targetsSaul Wold2011-05-031-0/+8
* bitbake/cooker: don't error in prepareTreeData for unbuildable targetsJoshua Lock2011-03-141-1/+3
* bitbake/cooker: don't drop possible_world ref countJoshua Lock2011-02-241-4/+0
* bitbake/[cooker|cache]: cache summary, license and group. Add to targets treeJoshua Lock2011-02-241-0/+6
* bitbake/cooker: reduce code duplicationJoshua Lock2011-02-241-26/+11
* bitbake/cooker: add generateTargetsTree methodJoshua Lock2011-02-241-3/+64
* bitbake: implement command to find configuration files for a config variableJoshua Lock2011-02-241-0/+24
* bitbake: implement command to get all possible targets and their dependenciesJoshua Lock2011-02-241-0/+25
* bitbake/cooker: Fix parsing failure zombie problemRichard Purdie2011-02-231-0/+12
* bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...Richard Purdie2011-02-151-2/+2
* bitbake/cooker.py: Fix merge conflict with upstream which was preventing clea...Richard Purdie2011-01-071-6/+5
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-7/+4
* Move LAYERDIR expansion hack into DataSmartChris Larson2011-01-041-13/+1
* Show the user progress when loading the cacheBob Foerster2011-01-041-0/+1
* cooker: don't swallow recipe parse errorsChris Larson2011-01-041-2/+6
* Rename command events, adjust compareRevisionsChris Larson2011-01-041-4/+0
* cooker: add shutdown/stop methodsChris Larson2011-01-041-0/+6
* cooker: merge cookerState and cookerActionChris Larson2011-01-041-22/+11
* cooker: use a pool, abort on first parse errorChris Larson2011-01-041-84/+60
* Fix the <100 recipe progress fixChris Larson2011-01-041-1/+1
* cooker: don't choke on <100 recipes to parseChris Larson2011-01-041-1/+1
* cooker: no cached in progressbar and add ETAChris Larson2011-01-041-15/+9
* cooker: pass back child exceptions to the serverChris Larson2011-01-041-6/+12
* 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-041-25/+28
* cooker: don't fire unnecessary parse progress eventsBob Foerster2011-01-041-1/+3
* cache: sync the cache file to disk in the backgroundChris Larson2011-01-041-15/+16
* Implement parallel parsing supportChris Larson2011-01-041-38/+97
* cache: create and use a RecipeInfo classChris Larson2011-01-041-2/+1
* Prefer xrange over range for small performance gain.Bob Foerster2011-01-041-1/+1
* Pre-explode rundeps/runrecs in CacheDataChris Larson2011-01-041-2/+2
* Fix GraphViz .dot output for rdepends and rrecsChris Larson2011-01-041-2/+2
* Resurrect display of failed filesChris Larson2011-01-041-0/+4