summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
...
* Let the RunQueueScheduler control the number of active tasksChris Larson2011-01-041-12/+8
* Add the ability to use runqueue schedulers from the metadataChris Larson2011-01-041-7/+23
* Fix IndexError encountered when a 'depends' flag references a nonexistant taskChris Larson2011-01-041-1/+3
* When shutting down, send SIGTERM, not SIGINTChris Larson2010-12-311-2/+2
* runqueue.py: set BB_TASKHASH approriately after moving to fork()Kevin Tian2010-12-211-1/+2
* bitbake/runqueue.py: Somehow the python environment mapping is failing so do ...Richard Purdie2010-12-211-2/+8
* bitbake Revert bitbake exec() and go back to fork() for performace wins (firs...Richard Purdie2010-12-171-54/+89
* bitbake/runqueue: Revert previous setscene noexec changes and ensure setscene...Richard Purdie2010-12-171-1/+3
* bitbake/runqueue: Clean up message log levelsRichard Purdie2010-12-171-5/+5
* bitbake/runqueue.py: We should just failoutright in scenequeue for noexec tas...Richard Purdie2010-12-161-4/+7
* runqueue.py: use correct task ID when checking validity of setscene tasksKevin Tian2010-12-141-5/+11
* bitbake: Overhaul environment handlingRichard Purdie2010-12-091-0/+1
* bitbake/runqueue: Teach scenequeue about noexec tasks (since they don't do an...Richard Purdie2010-11-281-2/+9
* bitbake/runqueue.py: Fix stamp handling for noexec tasksRichard Purdie2010-11-281-1/+1
* bitbake.runqueue.py: Fix no exec task handling to correct counter housekeepingRichard Purdie2010-11-071-2/+4
* bitbake: Add support for 'noexec' tasksRichard Purdie2010-11-061-0/+12
* bitbake/siggen: Allow siggen code to control final stampfile formatRichard Purdie2010-11-061-3/+6
* pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie2010-10-221-0/+4
* bitbake-runtask: Ensure logging settings take effect in the worker process (a...Richard Purdie2010-10-141-0/+1
* bitbake/runqueue: make the runtask program configurableJoshua Lock2010-10-121-1/+2
* bitbake-runtask: Ensure logging options are inherited from the parentRichard Purdie2010-10-111-0/+3
* bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with...Richard Purdie2010-10-071-1/+1
* bitbake/sstate: Implement a lookup function to speed up setscene processingRichard Purdie2010-10-051-1/+25
* bitbake: Pass task hash information to subprocessesRichard Purdie2010-09-281-1/+22
* bitbake/runqueue: Remove now unneeded indentationRichard Purdie2010-09-131-45/+44
* bitbake/runqueue.py: Optimise delay values to avoid unneeded delaysRichard Purdie2010-09-131-9/+9
* bitbake: save the initial PATH for use when starting a subprocessJoshua Lock2010-09-081-0/+1
* bitbake: Implement signaturesRichard Purdie2010-09-031-1/+37
* bitbake/runqueue.py: Ensure rqexe always exists and that empty task lists cau...Richard Purdie2010-08-251-3/+16
* bitbake: Correctly route events from the worker to the serverRichard Purdie2010-08-201-1/+1
* bitbake/runqueue.py: Ensure the flush happens as late as possible to avoid da...Richard Purdie2010-08-191-3/+3
* bitbake/runqueue.py: Fix runqueue UI issuesRichard Purdie2010-08-191-17/+27
* bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie2010-08-191-76/+58
* bitbake: Initial scenequeue implementation (needs major fixes)Richard Purdie2010-08-191-24/+262
* bitbake/runqueue.py: Factor task skipping code into a functionRichard Purdie2010-08-191-5/+8
* bitbake/runqueue.py: Create RunQueueExecute and RunQueueExecuteTasks classes,...Richard Purdie2010-08-191-128/+144
* bitbake/cooker.py: Allow idle handlers to pass through a true valueRichard Purdie2010-08-191-1/+3
* bitbake/runqueue.py: Drop duplicated classRichard Purdie2010-08-191-6/+0
* bitbake: Split Runqueue into two classes, a data processor and the execution ...Richard Purdie2010-08-181-105/+116
* *: cosmetic whitespace removalBernhard Reutner-Fischer2010-08-031-1/+1
* Let the runqueue find the user selected scheduler dynamicallyChris Larson2010-08-031-5/+15
* bitbake: Add support for .bbappend files (see mailing lists for detais)Richard Purdie2010-07-161-1/+1
* bitbake: runqueue: Allow passing of success/failure handlers to runqueue_proc...Richard Purdie2010-07-161-5/+5
* bitbake: runqueue: Allow taskname to be passed to check_stamp_task()Richard Purdie2010-07-161-4/+5
* bitbake: runqueue: Make child process error scary so user is less likely to i...Richard Purdie2010-07-161-1/+1
* bitbake: runqueue: Fix number of running tasks accounting (include failed tasks)Richard Purdie2010-07-161-1/+1
* bitbake: runqueue: Remove unneeded exception catching from fork_off_task()Richard Purdie2010-07-161-3/+0
* bitbake: runqueue: Separate out task forking code into a new functionRichard Purdie2010-07-161-56/+61
* bitbake: runqueue: Combine the waitpid result handling code into a functionRichard Purdie2010-07-161-28/+21
* bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie2010-07-161-2/+12