summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
AgeCommit message (Expand)Author
2011-02-16runqueue: simplify RunQueueStats.copyChris Larson
2011-02-16runqueue: pass a copy of the RunQueueStats to eventsChris Larson
2011-01-28bitbake/runqueue.py: Avoid starvation of events to the serverRichard Purdie
2011-01-10runqueue.py: Call bb.cache.Cache.loadDataFull function directly when dumping ...Richard Purdie
2011-01-10bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...Richard Purdie
2011-01-10bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignoredRichard Purdie
2011-01-10runqueue.py: Fix undefined schedulers variable referenceRichard Purdie
2011-01-10runqueue.py: Add debug to help resolve partial log message failureRichard Purdie
2011-01-10runqueue.py: Add missing result return value in setscene failure pathRichard Purdie
2011-01-10runqueue.py: Fix up some lost range->xrange conversions misplaced as part of ...Richard Purdie
2011-01-10bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie
2010-12-30Include exported variables in task process envChris Larson
2010-12-29runqueue: start implementing quieterrorsChris Larson
2010-12-29runqueue: resurrect use of file objects for pipein/pipeoutChris Larson
2010-12-29runqueue: clean up message log levelsRichard Purdie
2010-12-29runqueue: use correct task ID when checking validity of setscene tasksKevin Tian
2010-12-29Add support for 'noexec' tasksRichard Purdie
2010-12-29runqueue: implement cache checking from metadataRichard Purdie
2010-12-29runqueue: pass task hash information to tasksRichard Purdie
2010-12-29runqueue: avoid unnecessary delaysRichard Purdie
2010-12-29Implement task signaturesRichard Purdie
2010-12-29runqueue: implement scenequeueRichard Purdie
2010-12-23runqueue: simplify next buildable taskChris Larson
2010-12-22runqueue: fix typo in documentation of calculate_task_weightsBernhard Reutner-Fischer
2010-12-21bitbake/runqueue.py: Ensure rqexe always exists and that empty task lists cau...Richard Purdie
2010-12-19Use os.devnull, not /dev/nullChris Larson
2010-12-17runqueue: use fewer newlines in error pathBernhard Reutner-Fischer
2010-12-17logger usage cleanupChris Larson
2010-12-17runqueue: kill pre-server-ui-split remnantChris Larson
2010-12-16runqueue: fix remnant rq/rqdata reference from poky syncChris Larson
2010-12-15runqueue: resurrect the fix in 90c2b6cChris Larson
2010-12-14runqueue: fix check_stamp_task call in chck_stamp_fnChris Larson
2010-12-14runqueue: fix a get_task_id callChris Larson
2010-12-13Move the runq task start/failed messages to the UIChris Larson
2010-12-13bitbake/runqueue.py: Factor task skipping code into a functionRichard Purdie
2010-12-13bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,...Richard Purdie
2010-12-13bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie
2010-12-03bitbake/build.py: Set BB_FILENAME to represent the .bb file being built (incl...Richard Purdie
2010-12-03bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie
2010-12-03bitbake/runqueue.py: Drop duplicated classRichard Purdie
2010-11-21cooker: stop loading the cache for -bChris Larson
2010-11-21Prefer xrange over range for small performance gain.Bob Foerster
2010-11-19runqueue: speed up bitbake -nChris Larson
2010-09-10Move display of FuncFailed exception info into the runqueueChris Larson
2010-09-10Fix exit code display for task failureChris Larson
2010-09-09Simplify build exception handlingChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-27Use logging in the knotty ui, and pass the log record across directlyChris Larson
2010-08-11Split out 'find next buildable task' into a separate generator functionChris Larson
2010-08-11Let the RunQueueScheduler control the number of active tasksChris Larson