summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)AuthorFiles
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
2010-07-16bitbake: runqueue: Allow taskname to be passed to check_stamp_task()Richard Purdie1
2010-07-16bitbake: runqueue: Make child process error scary so user is less likely to i...Richard Purdie1
2010-07-16bitbake: runqueue: Fix number of running tasks accounting (include failed tasks)Richard Purdie1
2010-07-16bitbake: runqueue: Remove unneeded exception catching from fork_off_task()Richard Purdie1
2010-07-16bitbake: runqueue: Separate out task forking code into a new functionRichard Purdie1
2010-07-16bitbake: runqueue: Combine the waitpid result handling code into a functionRichard Purdie1
2010-07-16bitbake: Remove two layers of unnecessary functions from task executionRichard Purdie1
2010-07-02Apply some 2to3 refactoringsChris Larson1
2010-07-02Show a traceback when a task fails due to an exceptionChris Larson1
2010-07-02Don't tell the user we're sending SIGINT to the remaining 0 tasksChris Larson1
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson1
2010-07-02Apply the 2to3 print function transformChris Larson1
2010-07-02Import fixupsChris Larson1
2010-07-02Formatting cleanupsChris Larson1
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson1
2010-03-25Fix 7 references to undefined variables, as spotted by pyflakesChris Larson1
2010-03-23bitbake: Gross hack to fix packaged-staging with BBCLASSEXTEND packagesRichard Purdie1
2010-02-15bitbake: runqueue.py: improve printing dependent tasksBernhard Reutner-Fischer1
2010-01-21knotty: Improve task failure message handling using the uihelper codeRichard Purdie1
2010-01-21runqueue.py: Use fcntl to make the worker pipes non-blockingRichard Purdie1
2010-01-21runqueue: When a task fails, make sure the server still processes events from...Richard Purdie1
2010-01-21bitbake/runqueue: Fix typoRichard Purdie1
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie1
2009-07-29bitbake runqueue: Add a minor speedup to the runqueue codeRichard Purdie1
2009-07-21bitbake: Factor some runqueue code into common functions making things more r...Richard Purdie1
2009-07-21bitbake: Fix a bug in runqueue and optimise slightly furtherRichard Purdie1
2009-07-21bitbake: Optimise runqueue recursive dependency calculations removing a bottl...Richard Purdie1
2009-05-12bitbake: Update to work without warnings with python 2.6Richard Purdie1
2008-10-28bitbake: Add tryaltconfigs option to disable the alternative configuration at...Richard Purdie1
2008-10-01bitbake: Fix nostamp flag handling bugRichard Purdie1
2008-05-13bitbake: Sync with 1.8 branchRichard Purdie1