summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)AuthorFiles
2011-01-04cooker: stop loading the cache for -bChris Larson1
2011-01-04Prefer xrange over range for small performance gain.Bob Foerster1
2011-01-04Fix exit code display for task failureChris Larson1
2011-01-04FIXUP: runqueue bb.debug refsRichard Purdie1
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson1
2011-01-04Use logging in the knotty ui, and pass the log record across directlyChris Larson1
2011-01-04Split out 'find next buildable task' into a separate generator functionChris Larson1
2011-01-04Let the RunQueueScheduler control the number of active tasksChris Larson1
2011-01-04Add the ability to use runqueue schedulers from the metadataChris Larson1
2011-01-04Fix IndexError encountered when a 'depends' flag references a nonexistant taskChris Larson1
2010-12-31When shutting down, send SIGTERM, not SIGINTChris Larson1
2010-12-21runqueue.py: set BB_TASKHASH approriately after moving to fork()Kevin Tian1
2010-12-21bitbake/runqueue.py: Somehow the python environment mapping is failing so do ...Richard Purdie1
2010-12-17bitbake Revert bitbake exec() and go back to fork() for performace wins (firs...Richard Purdie1
2010-12-17bitbake/runqueue: Revert previous setscene noexec changes and ensure setscene...Richard Purdie1
2010-12-17bitbake/runqueue: Clean up message log levelsRichard Purdie1
2010-12-16bitbake/runqueue.py: We should just failoutright in scenequeue for noexec tas...Richard Purdie1
2010-12-14runqueue.py: use correct task ID when checking validity of setscene tasksKevin Tian1
2010-12-09bitbake: Overhaul environment handlingRichard Purdie1
2010-11-28bitbake/runqueue: Teach scenequeue about noexec tasks (since they don't do an...Richard Purdie1
2010-11-28bitbake/runqueue.py: Fix stamp handling for noexec tasksRichard Purdie1
2010-11-07bitbake.runqueue.py: Fix no exec task handling to correct counter housekeepingRichard Purdie1
2010-11-06bitbake: Add support for 'noexec' tasksRichard Purdie1
2010-11-06bitbake/siggen: Allow siggen code to control final stampfile formatRichard Purdie1
2010-10-22pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie1
2010-10-14bitbake-runtask: Ensure logging settings take effect in the worker process (a...Richard Purdie1
2010-10-12bitbake/runqueue: make the runtask program configurableJoshua Lock1
2010-10-11bitbake-runtask: Ensure logging options are inherited from the parentRichard Purdie1
2010-10-07bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with...Richard Purdie1
2010-10-05bitbake/sstate: Implement a lookup function to speed up setscene processingRichard Purdie1
2010-09-28bitbake: Pass task hash information to subprocessesRichard Purdie1
2010-09-13bitbake/runqueue: Remove now unneeded indentationRichard Purdie1
2010-09-13bitbake/runqueue.py: Optimise delay values to avoid unneeded delaysRichard Purdie1
2010-09-08bitbake: save the initial PATH for use when starting a subprocessJoshua Lock1
2010-09-03bitbake: Implement signaturesRichard Purdie1
2010-08-25bitbake/runqueue.py: Ensure rqexe always exists and that empty task lists cau...Richard Purdie1
2010-08-20bitbake: Correctly route events from the worker to the serverRichard Purdie1
2010-08-19bitbake/runqueue.py: Ensure the flush happens as late as possible to avoid da...Richard Purdie1
2010-08-19bitbake/runqueue.py: Fix runqueue UI issuesRichard Purdie1
2010-08-19bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie1
2010-08-19bitbake: Initial scenequeue implementation (needs major fixes)Richard Purdie1
2010-08-19bitbake/runqueue.py: Factor task skipping code into a functionRichard Purdie1
2010-08-19bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,...Richard Purdie1
2010-08-19bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie1
2010-08-19bitbake/runqueue.py: Drop duplicated classRichard Purdie1
2010-08-18bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie1
2010-08-03*: cosmetic whitespace removalBernhard Reutner-Fischer1
2010-08-03Let the runqueue find the user selected scheduler dynamicallyChris Larson1
2010-07-16bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie1
2010-07-16bitbake: runqueue: Allow passing of success/failure handlers to runqueue_proc...Richard Purdie1