summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: Sync with 1.8 branchRichard Purdie2008-05-131-5/+32
* runqueue.py: Fix default whitelist variable valueRichard Purdie2008-05-051-1/+1
* bitbake: Sync with 1.8 branch upstream for PREFERRED_PROVIDERS message improv...Richard Purdie2008-05-041-2/+21
* bitbake: Update with changes from bitbake 1.8 branchRichard Purdie2008-03-141-36/+94
* bitbake: Update to bitbake 1.8 branch headRichard Purdie2008-03-031-26/+116
* bitbake: Sync with upstream 1.8 branch for git fetcher and --continue mode fixRichard Purdie2008-02-111-3/+3
* bitbake: sync with upstream stable branch bugfixes and enhancementsRichard Purdie2008-01-201-2/+2
* bitbake: Sync with bitbake upstream for various fixesRichard Purdie2008-01-061-94/+305
* bitbake runqueue.py: Allow multiple options for deptask flag (from poky), fi...Richard Purdie2007-10-301-3/+4
* bitbake: Update to latest bitbake-1.8 branchRichard Purdie2007-09-021-1/+25
* bitbake: Sync with 1.8.8 releaseRichard Purdie2007-08-201-13/+17
* bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ...Richard Purdie2007-08-161-8/+8
* bitbake runqueue.py: Improve the progress indicator by skipping tasks that ha...Richard Purdie2007-08-091-0/+12
* bitbake lib/bb/runqueue.py: Make sure intertask depends get processed correct...Richard Purdie2007-08-051-1/+17
* bitbake: Sync with upstreamRichard Purdie2007-06-261-1/+1
* runqueue.py: Correctly use /dev/null as stdinRichard Purdie2007-06-121-1/+2
* bitbake: Merge bugfixes from bitbake-1.8 svnRichard Purdie2007-05-221-2/+6
* bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)Richard Purdie2007-04-011-154/+201
* bitbake: merge upstream fixes and fix bug in recrdeptask handlingRichard Purdie2007-02-211-7/+7
* bitbake: Sync with upstream. Richard Purdie2007-01-081-35/+60
* runqueue.py: Send SIGINT upon Ctrl+C, not SIGNTERMRichard Purdie2006-12-061-3/+3
* bitbake runqueue.py: Set children as process group leaders and send SIGTERM t...Richard Purdie2006-12-041-1/+3
* bitbake: Sync with bitbake trunk for bugfixes and improved dot file generatio...Richard Purdie2006-11-291-26/+46
* bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie2006-11-161-0/+491