summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* Drop psyco supportRichard Purdie2011-06-091-13/+0
* bitbake/cooker.py: Misc sync with upstreamRichard Purdie2011-06-081-13/+16
* cooker: use BBHandler.inherit for INHERITChris Larson2011-06-081-10/+24
* cooker: simplify self.configuration.data vs data usageChris Larson2011-06-081-10/+9
* cooker: don't choke if we have nothing to parseChris Larson2011-06-081-5/+11
* cooker: handle ExpansionError the same way we do ParseErrorChris Larson2011-06-081-1/+1
* Shift exception formatting into the UIChris Larson2011-06-081-6/+4
* cooker: don't show a traceback for ParseErrorChris Larson2011-06-081-0/+2
* cooker: don't show a useless traceback for SyntaxErrorChris Larson2011-06-081-1/+4
* cooker: use logger.exception for config file parse errorsChris Larson2011-06-081-1/+7
* cooker: pass traceback back from parsing threadChris Larson2011-06-081-2/+9
* 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