summaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2013-08-16tinfoil: backport to 1.121.12Paul Eggleton
2011-09-20bitbake/cooker: Fix -b option by ensuring the empty cache structure is presentRichard Purdie
2011-08-15bitbake: use layer priority when applying bbappendsPaul Eggleton
2011-08-15cooker.py: Don't show spurious warnings for collections of .bbappend filesRichard Purdie
2011-08-15bitbake/cooker.py: Ensure BBFILES is processed in orderRichard Purdie
2011-04-04cooker: fix -b with BBCLASSEXTENDChris Larson
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
2010-12-08cooker: merge cookerState and cookerActionChris Larson
2010-12-07cooker: use a pool, abort on first parse errorChris Larson
2010-12-03bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie
2010-12-03Fix the <100 recipe progress fixChris Larson
2010-11-30cooker: don't choke on <100 recipes to parseChris Larson
2010-11-30cooker: no cached in progressbar and add ETAChris Larson
2010-11-29cooker: pass back child exceptions to the serverChris Larson
2010-11-23cooker: ensure that the cache sync completesChris Larson
2010-11-23cooker: get number of threads in constructorChris Larson
2010-11-22cooker: don't add info for skipped recipesChris Larson
2010-11-21cooker: show progress bar before initializing the cacheChris Larson
2010-11-21cooker: save progress chunk value (total/100)Chris Larson
2010-11-21cooker: stop loading the cache for -bChris Larson
2010-11-21cooker: don't fire unnecessary parse progress eventsBob Foerster
2010-11-21cache: sync the cache file to disk in the backgroundChris Larson
2010-11-21Split up the ParseProgress eventChris Larson
2010-11-21Implement parallel parsing supportChris Larson
2010-11-21cache: create and use a RecipeInfo classChris Larson
2010-11-21Prefer xrange over range for small performance gain.Bob Foerster
2010-11-18Pre-explode rundeps/runrecs in CacheDataChris Larson
2010-11-04Fix GraphViz .dot output for rdepends and rrecsChris Larson
2010-10-21Resurrect display of failed filesChris Larson
2010-09-28Fix syntax issue and don't include 'd' in ui_queueChris Larson
2010-09-28Queue up events before the UI is spawnedChris Larson
2010-09-09Simplify build exception handlingChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-04cooker.py: Fix case of -b option with a full filepathRichard Purdie
2010-08-03Add support for .bbappend files (see mailing lists for detais)Richard Purdie
2010-07-16Remove two layers of unnecessary functions from task executionRichard Purdie