| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: Bump cache version | Richard Purdie | 2008-03-03 | 1 | -1/+1 |
* | bitbake: Update to bitbake 1.8 branch head | Richard Purdie | 2008-03-03 | 12 | -470/+339 |
* | bitbake: Sync with upstream 1.8 branch for git fetcher and --continue mode fix | Richard Purdie | 2008-02-11 | 2 | -4/+4 |
* | bitbake: Update to 1.8.10 release | Richard Purdie | 2008-01-20 | 3 | -4/+9 |
* | bitbake: sync with upstream stable branch bugfixes and enhancements | Richard Purdie | 2008-01-20 | 4 | -21/+35 |
* | CVS fetcher: added "fullpath" option to get full repository paths inside of | Marcin Juszkiewicz | 2008-01-16 | 1 | -4/+13 |
* | CVS fetcher: add "norecurse" option to fetch directory from CVS without its | Marcin Juszkiewicz | 2008-01-16 | 1 | -1/+7 |
* | cooker.py: Fix -g option breakage from previous commits | Richard Purdie | 2008-01-06 | 1 | -3/+2 |
* | bitbake: Sync with bitbake upstream for various fixes | Richard Purdie | 2008-01-06 | 3 | -131/+381 |
* | bitbake fetcher: Make invalid url errors clearer | Richard Purdie | 2007-11-27 | 1 | -1/+2 |
* | bitbake: Add support for task specific lockfiles | Richard Purdie | 2007-11-25 | 1 | -0/+8 |
* | bitbake: Sync with upstream, fix some typos, add selfstamp flag | Richard Purdie | 2007-11-25 | 2 | -3/+3 |
* | bitbake: Convert fetcher code to using bb.utils locking functions | Richard Purdie | 2007-11-24 | 1 | -6/+3 |
* | bitbake: Add bb.utils.lockfile() and bb.utils.unlockfile() | Richard Purdie | 2007-11-24 | 1 | -1/+36 |
* | Remove broken c based parser code | Richard Purdie | 2007-11-17 | 14 | -5629/+0 |
* | bitbake/fetchers: Sync with upstream bitbake | Richard Purdie | 2007-11-17 | 4 | -22/+16 |
* | bitbake: Update SRCREV fetcher code to cope better with multiple SCM packages | Richard Purdie | 2007-11-13 | 3 | -14/+48 |
* | bitbake: fetcher init - clear data's internal expand cache since the cached S... | Richard Purdie | 2007-11-08 | 1 | -0/+3 |
* | bitbake: git.py - Fix weird git checkout issues by using git-fetch, not git-p... | Richard Purdie | 2007-11-08 | 1 | -1/+1 |
* | bitbake: fetcher updates - Add BB_GENERATE_MIRROR_TARBALLS option to allow di... | Richard Purdie | 2007-11-07 | 5 | -34/+47 |
* | bitbake runqueue.py: Allow multiple options for deptask flag (from poky), fi... | Richard Purdie | 2007-10-30 | 1 | -3/+4 |
* | bitbake: Sync with upstream | Richard Purdie | 2007-10-30 | 2 | -17/+80 |
* | bitbake data.py: Fix unexport handling (#OE3135) | Richard Purdie | 2007-10-22 | 1 | -3/+3 |
* | bitbake: providers.py: Fix perferred_version variable handling | Richard Purdie | 2007-10-21 | 1 | -1/+2 |
* | 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 | 1 | -2/+5 |
* | bitbake: Sync with 1.8 upstream branch | Richard Purdie | 2007-09-05 | 3 | -0/+167 |
* | bitbake: Update to latest bitbake-1.8 branch | Richard Purdie | 2007-09-02 | 7 | -30/+121 |
* | 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 | 9 | -79/+146 |
* | 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 | 4 | -27/+59 |
* | 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 | 5 | -16/+50 |
* | bitbake: Sync with upstream | Richard Purdie | 2007-08-11 | 3 | -83/+68 |
* | 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 |