| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: Fix taskdata whitespace splitting issues | Richard Purdie | 2007-10-12 | 1 | -1/+1 |
* | bitbake: Sync bzr fetcher with upstream | Richard Purdie | 2007-10-11 | 1 | -7/+3 |
* | bitbake: Add hg fetcher (from bitbake upstream) | Richard Purdie | 2007-10-11 | 2 | -0/+152 |
* | bitbake git.py: Always use tag param from URI if specified | Richard Purdie | 2007-09-26 | 1 | -1/+1 |
* | build.py: Add support for cleaning directories before a task in the form: do... | Richard Purdie | 2007-09-05 | 2 | -2/+7 |
* | bitbake: Sync with 1.8 upstream branch | Richard Purdie | 2007-09-05 | 4 | -0/+169 |
* | bitbake: Update to latest bitbake-1.8 branch | Richard Purdie | 2007-09-02 | 8 | -30/+130 |
* | bitbake: use Psyco only on x86 (no support for other archs) | Marcin Juszkiewicz | 2007-08-23 | 1 | -8/+10 |
* | bitbake: Sync with 1.8.8 release | Richard Purdie | 2007-08-20 | 11 | -82/+159 |
* | git.py: Fix reference to tag | Richard Purdie | 2007-08-16 | 1 | -1/+1 |
* | bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ... | Richard Purdie | 2007-08-16 | 5 | -27/+65 |
* | bitbake fetch/git.py: Don't use master as a tag | Richard Purdie | 2007-08-16 | 1 | -1/+1 |
* | bitbake: Sync with upstream 1.8 branch | Richard Purdie | 2007-08-15 | 4 | -69/+98 |
* | bitbake: Sync with upstream 1.8 branch for fixes | Richard Purdie | 2007-08-12 | 6 | -17/+58 |
* | bitbake: Sync with upstream | Richard Purdie | 2007-08-11 | 5 | -84/+92 |
* | bitbake fetch/__init__.py: Don't print double newlines | Richard Purdie | 2007-08-09 | 1 | -1/+1 |
* | bitbake runqueue.py: Improve the progress indicator by skipping tasks that ha... | Richard Purdie | 2007-08-09 | 1 | -0/+12 |
* | providers.py: Also add pn-PN syntax to overrides when evalutating PREFERRED_V... | Richard Purdie | 2007-08-08 | 1 | -1/+1 |
* | bitbake lib/bb/runqueue.py: Make sure intertask depends get processed correct... | Richard Purdie | 2007-08-05 | 1 | -1/+17 |
* | bitbake persist_data: Fix for python 2.4 | Richard Purdie | 2007-08-04 | 1 | -2/+2 |
* | bitbake persist_data: Fix for python 2.4 | Richard Purdie | 2007-08-04 | 1 | -1/+1 |
* | bitbake persist_data: Fix module reference | Richard Purdie | 2007-08-04 | 1 | -1/+1 |
* | bitbake persist_data: Add own retry logic | Richard Purdie | 2007-08-04 | 1 | -5/+16 |
* | bitbake persist_data: Use immediate connection mode | Richard Purdie | 2007-08-04 | 1 | -1/+2 |
* | bitbake: Try to fix cache locking issue | Richard Purdie | 2007-08-04 | 1 | -5/+7 |
* | bitbake BBHandler: Disable creation of A variable | Richard Purdie | 2007-08-04 | 1 | -15/+17 |
* | bitbake: Update along 1.8 branch | Richard Purdie | 2007-08-03 | 16 | -187/+541 |
* | build.py: Start to fix path quoting | Richard Purdie | 2007-07-06 | 2 | -2/+3 |
* | bitbake: Sync with upstream | Richard Purdie | 2007-06-26 | 2 | -1/+4 |
* | bitbake/taskdata: Exit from the providers loop when the first match is found,... | Richard Purdie | 2007-06-14 | 1 | -0/+1 |
* | bitbake: Sync manual updates and version info with bitbake svn | Richard Purdie | 2007-06-12 | 4 | -3/+58 |
* | runqueue.py: Correctly use /dev/null as stdin | Richard Purdie | 2007-06-12 | 1 | -1/+2 |
* | bitbake: Exit if parsing errors occur | Richard Purdie | 2007-05-31 | 1 | -1/+5 |
* | bitbake: Merge bugfixes from bitbake-1.8 svn | Richard Purdie | 2007-05-22 | 7 | -11/+26 |
* | build.py: Sync with bitbake 1.8 branch | Richard Purdie | 2007-04-03 | 1 | -0/+2 |
* | bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support) | Richard Purdie | 2007-04-01 | 18 | -538/+532 |
* | bitbake: merge upstream fixes and fix bug in recrdeptask handling | Richard Purdie | 2007-02-21 | 1 | -7/+7 |
* | bitbake: Sync with upstream. | Richard Purdie | 2007-01-08 | 39 | -1344/+1815 |
* | bitbake svn fetcher: Don't use a date when a revision is specified | Richard Purdie | 2007-01-02 | 1 | -0/+3 |
* | fetch/__init__.py: Allow srcdate to be overridden in SRC_URI | Richard Purdie | 2006-12-06 | 1 | -2/+5 |
* | runqueue.py: Send SIGINT upon Ctrl+C, not SIGNTERM | Richard Purdie | 2006-12-06 | 1 | -3/+3 |
* | Fix typo | Ross Burton | 2006-12-05 | 2 | -2/+2 |
* | bitbake runqueue.py: Set children as process group leaders and send SIGTERM t... | Richard Purdie | 2006-12-04 | 1 | -1/+3 |
* | bitbake: Fix a couple of typos in the bitbake shell | Richard Purdie | 2006-11-30 | 2 | -2/+2 |
* | bitbake: Sync with bitbake trunk for bugfixes and improved dot file generatio... | Richard Purdie | 2006-11-29 | 6 | -227/+155 |
* | data_smart.py: micro optimisation from bitbake trunk | Richard Purdie | 2006-11-27 | 1 | -1/+1 |
* | Confhandler.py: Add cleanup from bitbake trunk | Richard Purdie | 2006-11-27 | 1 | -6/+3 |
* | svn.py, git.py: Sync with bitbake trunk - comment changes | Richard Purdie | 2006-11-27 | 2 | -1/+5 |
* | fetch/__init__.py: Store url data per .bb file fixing urldata contamination b... | Richard Purdie | 2006-11-27 | 1 | -6/+11 |
* | bitbake/lib/bb/data.py: Add unexport flag for variables, add speedup for expa... | Richard Purdie | 2006-11-25 | 1 | -0/+6 |