summaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2011-06-09track skipped packagesPaul Eggleton
2011-06-09Drop psyco supportRichard Purdie
2011-06-08cooker.py: Drop duplicate parseCommandLine callRichard Purdie
2011-06-08bitbake/cooker.py: Fix debug message argumentsRichard Purdie
2011-06-08bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...Richard Purdie
2011-06-08cooker/process.py: Move profiling code to a place it can be reused by differe...Richard Purdie
2011-06-07cache: Implement multiple extra cache fields request supportLiping Ke
2011-06-07cache: Introduce new param caches_array into Cache impl.Liping Ke
2011-06-07bitbake/cooker: don't error in prepareTreeData for unbuildable targetsJoshua Lock
2011-06-07universe target: add a new target to collect all recipe targetsSaul Wold
2011-06-02cooker: handle ExpansionError the same way we do ParseErrorChris Larson
2011-06-02Merge remote branch 'github/exceptions'Chris Larson
2011-06-01bitbake: use layer priority when applying bbappendsPaul Eggleton
2011-05-27bitbake/codeparser: Improve cache handlingRichard Purdie
2011-05-27bitbake/cooker.py: Ensure BBFILES is processed in orderRichard Purdie
2011-05-27bitbake/cooker.py: Fix -b option regexp handlingRichard Purdie
2011-05-27cooker.py: Don't show spurious warnings for collections of .bbappend filesRichard Purdie
2011-05-16Shift exception formatting into the UIChris Larson
2011-05-16cooker: don't show a traceback for ParseErrorChris Larson
2011-05-16cooker: don't show a useless traceback for SyntaxErrorChris Larson
2011-05-16cooker: use logger.exception for config file parse errorsChris Larson
2011-05-16cooker: pass traceback back from parsing threadChris Larson
2011-05-16cooker: show a useful message for ParsingFailureChris Larson
2011-05-06bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-05-06bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...Richard Purdie
2011-04-04cooker: fix -b with BBCLASSEXTENDChris Larson
2011-03-03bitbake/cooker: don't drop possible_world ref countJoshua Lock
2011-03-03bitbake/[cooker|cache]: cache summary, license and group. Add to targets treeJoshua Lock
2011-03-03bitbake/cooker: reduce code duplicationJoshua Lock
2011-03-03bitbake/cooker: add generateTargetsTree methodJoshua Lock
2011-03-03implement command to find configuration files for a config variableJoshua Lock
2011-03-03implement command to get all possible targets and their dependenciesJoshua Lock
2011-02-25cooker: use BBHandler.inherit for INHERITChris Larson
2011-02-25cooker: simplify self.configuration.data vs data usageChris Larson
2011-02-24bitbake/cooker: Fix parsing failure zombie problemRichard Purdie
2011-02-16cooker: don't choke if we have nothing to parseChris Larson
2011-01-18cooker: also respond to SystemExit for execute_runqueueChris Larson
2010-12-29Implement task signaturesRichard Purdie
2010-12-29codeparser: Implement persistent cacheRichard Purdie
2010-12-17Move LAYERDIR expansion hack into DataSmartChris Larson
2010-12-17cooker: ensure parseCommandLine can get BBPKGSChris Larson
2010-12-16server: fix interrupt handling for processBob Foerster
2010-12-16Show the user progress when loading the cacheBob Foerster
2010-12-16Run the server and UI in separate processesBob Foerster
2010-12-16cooker: fix remnant rq/rqdata issue from poky syncChris Larson
2010-12-15cooker: don't swallow recipe parse errorsChris Larson
2010-12-13bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie
2010-12-10Rename command events, adjust compareRevisionsChris Larson
2010-12-08bitbake/cooker: fix idle command processing in serversJoshua Lock
2010-12-08cooker: add shutdown/stop methodsChris Larson