aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
AgeCommit message (Expand)Author
2011-05-27bitbake/cooker.py: Ensure BBFILES is processed in orderRichard Purdie
2011-05-06cooker: fix -b with BBCLASSEXTENDChris Larson
2011-05-05bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-05-05bitbake/cooker/codeparser: Ensure the code parser cache is saved for each par...Richard Purdie
2011-05-03universe target: add a new target to collect all recipe targetsSaul Wold
2011-03-14bitbake/cooker: don't error in prepareTreeData for unbuildable targetsJoshua Lock
2011-02-24bitbake/cooker: don't drop possible_world ref countJoshua Lock
2011-02-24bitbake/[cooker|cache]: cache summary, license and group. Add to targets treeJoshua Lock
2011-02-24bitbake/cooker: reduce code duplicationJoshua Lock
2011-02-24bitbake/cooker: add generateTargetsTree methodJoshua Lock
2011-02-24bitbake: implement command to find configuration files for a config variableJoshua Lock
2011-02-24bitbake: implement command to get all possible targets and their dependenciesJoshua Lock
2011-02-23bitbake/cooker: Fix parsing failure zombie problemRichard Purdie
2011-02-15bitbake/cooker: Ensure delays are accurately transfered to the idle loops fro...Richard Purdie
2011-01-07bitbake/cooker.py: Fix merge conflict with upstream which was preventing clea...Richard Purdie
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04Move LAYERDIR expansion hack into DataSmartChris Larson
2011-01-04Show the user progress when loading the cacheBob Foerster
2011-01-04cooker: don't swallow recipe parse errorsChris Larson
2011-01-04Rename command events, adjust compareRevisionsChris Larson
2011-01-04cooker: add shutdown/stop methodsChris Larson
2011-01-04cooker: merge cookerState and cookerActionChris Larson
2011-01-04cooker: use a pool, abort on first parse errorChris Larson
2011-01-04Fix the <100 recipe progress fixChris Larson
2011-01-04cooker: don't choke on <100 recipes to parseChris Larson
2011-01-04cooker: no cached in progressbar and add ETAChris Larson
2011-01-04cooker: pass back child exceptions to the serverChris Larson
2011-01-04cooker: ensure that the cache sync completesChris Larson
2011-01-04cooker: get number of threads in constructorChris Larson
2011-01-04cooker: don't add info for skipped recipesChris Larson
2011-01-04cooker: show progress bar before initializing the cacheChris Larson
2011-01-04cooker: save progress chunk value (total/100)Chris Larson
2011-01-04cooker: stop loading the cache for -bChris Larson
2011-01-04cooker: don't fire unnecessary parse progress eventsBob Foerster
2011-01-04cache: sync the cache file to disk in the backgroundChris Larson
2011-01-04Implement parallel parsing supportChris Larson
2011-01-04cache: create and use a RecipeInfo classChris Larson
2011-01-04Prefer xrange over range for small performance gain.Bob Foerster
2011-01-04Pre-explode rundeps/runrecs in CacheDataChris Larson
2011-01-04Fix GraphViz .dot output for rdepends and rrecsChris Larson
2011-01-04Resurrect display of failed filesChris Larson
2011-01-04Fix syntax issue and don't include 'd' in ui_queueChris Larson
2011-01-04Queue up events before the UI is spawnedChris Larson
2011-01-04Simplify build exception handlingChris Larson
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-12-09bitbake: Overhaul environment handlingRichard Purdie
2010-12-09bitbake/cooker: fix idle command processing in serversJoshua Lock
2010-11-28bitbake: Simplfy pre and post cooker hooksRichard Purdie
2010-11-13bitbake: Rewrite profiling code so its functional for both none and xmlrpc ba...Richard Purdie
2010-09-29bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie