summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
...
* runqueue: simplify RunQueueStats.copyChris Larson2011-02-211-4/+1
* runqueue: pass a copy of the RunQueueStats to eventsChris Larson2011-02-211-1/+9
* bitbake/runqueue.py: Move SIGCHLD handler to wrap none server sleep callRichard Purdie2011-02-181-7/+0
* bitbake/runqueue.py: Ensure child has the default SIGCHLD handler restoredRichard Purdie2011-02-161-0/+2
* bitbake/runqueue: When we successfully fork off a task and there are more pro...Richard Purdie2011-02-151-0/+2
* bitbake/runqueue: When we have successfully collected a pid value return True...Richard Purdie2011-02-151-0/+1
* bitbake/runqueue: Add a SIGCHLD handler to ensure we wake from sleeps for SIG...Richard Purdie2011-02-151-0/+6
* bitbake/runqueue.py: Avoid starvation of events to the serverRichard Purdie2011-01-281-1/+1
* bitbake: Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu2011-01-181-6/+6
* runqueue.py: Renable check_stamp_fn() for now since we still fork for task ex...Richard Purdie2011-01-101-14/+10
* bitbake/runqueue.py: Simplify hashdata storage since we're not using an exter...Richard Purdie2011-01-101-17/+14
* bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...Richard Purdie2011-01-101-5/+6
* runqueue.py: Drop unneeded import and improve quieterrors handling as per ups...Richard Purdie2011-01-101-3/+5
* bitbake: Update event queue handling to match upstream bitbakeRichard Purdie2011-01-101-4/+3
* bitbake/runqueue.py: Sync with changes in upstream bitbakeRichard Purdie2011-01-101-90/+80
* bitbake/runqueue.py: Remove duplicate TaskStarted event fire()Richard Purdie2011-01-071-2/+0
* bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignoredRichard Purdie2011-01-061-1/+1
* bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie2011-01-061-6/+6
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-11/+14
* runqueue: fix typo in documentation of calculate_task_weightsBernhard Reutner-Fischer2011-01-041-1/+1
* runqueue: use fewer newlines in error pathBernhard Reutner-Fischer2011-01-041-2/+2
* logger usage cleanupChris Larson2011-01-041-1/+1
* Use os.devnull, not /dev/nullChris Larson2011-01-041-1/+1
* bitbake: Transfer noexec runqueue messages to the UIRichard Purdie2011-01-041-10/+7
* Move the runq task start/failed messages to the UIChris Larson2011-01-041-11/+4
* cooker: stop loading the cache for -bChris Larson2011-01-041-2/+2
* Prefer xrange over range for small performance gain.Bob Foerster2011-01-041-27/+27
* Fix exit code display for task failureChris Larson2011-01-041-2/+4
* FIXUP: runqueue bb.debug refsRichard Purdie2011-01-041-2/+2
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-46/+44
* Use logging in the knotty ui, and pass the log record across directlyChris Larson2011-01-041-1/+9
* Split out 'find next buildable task' into a separate generator functionChris Larson2011-01-041-7/+13
* 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