summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/runqueue.py
AgeCommit message (Expand)AuthorFiles
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
2008-05-05runqueue.py: Fix default whitelist variable valueRichard Purdie1
2008-05-04bitbake: Sync with 1.8 branch upstream for PREFERRED_PROVIDERS message improv...Richard Purdie1
2008-03-14bitbake: Update with changes from bitbake 1.8 branchRichard Purdie1
2008-03-03bitbake: Update to bitbake 1.8 branch headRichard Purdie1
2008-02-11bitbake: Sync with upstream 1.8 branch for git fetcher and --continue mode fixRichard Purdie1
2008-01-20bitbake: sync with upstream stable branch bugfixes and enhancementsRichard Purdie1
2008-01-06bitbake: Sync with bitbake upstream for various fixesRichard Purdie1
2007-10-30bitbake runqueue.py: Allow multiple options for deptask flag (from poky), fi...Richard Purdie1
2007-09-02bitbake: Update to latest bitbake-1.8 branchRichard Purdie1
2007-08-20bitbake: Sync with 1.8.8 releaseRichard Purdie1
2007-08-16bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ...Richard Purdie1
2007-08-09bitbake runqueue.py: Improve the progress indicator by skipping tasks that ha...Richard Purdie1
2007-08-05bitbake lib/bb/runqueue.py: Make sure intertask depends get processed correct...Richard Purdie1
2007-06-26bitbake: Sync with upstreamRichard Purdie1
2007-06-12runqueue.py: Correctly use /dev/null as stdinRichard Purdie1