summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply some 2to3 refactoringsChris Larson2010-07-021-1/+1
* Show a traceback when a task fails due to an exceptionChris Larson2010-07-021-3/+4
* Don't tell the user we're sending SIGINT to the remaining 0 tasksChris Larson2010-07-021-6/+7
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-6/+5
* Apply the 2to3 print function transformChris Larson2010-07-021-2/+2
* Import fixupsChris Larson2010-07-021-1/+1
* Formatting cleanupsChris Larson2010-07-021-47/+46
* Ensure we always utilize the correct messaging domainsChris Larson2010-07-021-1/+1
* Fix 7 references to undefined variables, as spotted by pyflakesChris Larson2010-03-251-1/+1
* bitbake: Gross hack to fix packaged-staging with BBCLASSEXTEND packagesRichard Purdie2010-03-231-0/+2
* bitbake: runqueue.py: improve printing dependent tasksBernhard Reutner-Fischer2010-02-151-2/+10
* knotty: Improve task failure message handling using the uihelper codeRichard Purdie2010-01-211-5/+5
* runqueue.py: Use fcntl to make the worker pipes non-blockingRichard Purdie2010-01-211-1/+6
* runqueue: When a task fails, make sure the server still processes events from...Richard Purdie2010-01-211-1/+11
* bitbake/runqueue: Fix typoRichard Purdie2010-01-211-1/+1
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-91/+250
* bitbake runqueue: Add a minor speedup to the runqueue codeRichard Purdie2009-07-291-2/+3
* bitbake: Factor some runqueue code into common functions making things more r...Richard Purdie2009-07-211-31/+31
* bitbake: Fix a bug in runqueue and optimise slightly furtherRichard Purdie2009-07-211-4/+6
* bitbake: Optimise runqueue recursive dependency calculations removing a bottl...Richard Purdie2009-07-211-117/+76
* bitbake: Update to work without warnings with python 2.6Richard Purdie2009-05-121-4/+3
* bitbake: Add tryaltconfigs option to disable the alternative configuration at...Richard Purdie2008-10-281-1/+3
* bitbake: Fix nostamp flag handling bugRichard Purdie2008-10-011-1/+1