| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: apply r1075 from upstream to get postinsts working again | Marcin Juszkiewicz | 2008-06-12 | 1 | -2/+2 |
* | build.py: Fix task override handling (breaks compatibility but it didn't work... | Richard Purdie | 2008-05-21 | 1 | -1/+1 |
* | event.py: Revert accidental but harmless commit | Richard Purdie | 2008-05-21 | 1 | -4/+0 |
* | bitbake: Sync with upstream | Richard Purdie | 2008-05-19 | 3 | -2/+12 |
* | bitbake: build.py: Need to run expandKeys before launching tasks | Richard Purdie | 2008-05-13 | 1 | -0/+1 |
* | bitbake: Sync with 1.8 branch | Richard Purdie | 2008-05-13 | 4 | -35/+44 |
* | runqueue.py: Fix default whitelist variable value | Richard Purdie | 2008-05-05 | 1 | -1/+1 |
* | bitbake: Sync with 1.8 branch upstream for PREFERRED_PROVIDERS message improv... | Richard Purdie | 2008-05-04 | 2 | -3/+28 |
* | Use bb.utils.md5_file isntead of calling md5sum | Ross Burton | 2008-05-01 | 1 | -8/+1 |
* | Add md5_file and sha256_file checksum methods which use the builtin Python ch... | Ross Burton | 2008-05-01 | 1 | -0/+31 |
* | bitbake: Tweak new URI checkstatus code slightly fixing two corner cases. | Richard Purdie | 2008-04-27 | 2 | -1/+4 |
* | bitbake: Sync with bitbake 1.8 branch | Richard Purdie | 2008-04-27 | 4 | -6/+44 |
* | bitbake: Improve fetcher runcmd function so error messages are visable and va... | Richard Purdie | 2008-04-08 | 1 | -5/+14 |
* | bitbake: Add proxy support to CVS fetcher (patch from Cyril Chemparathy) | Richard Purdie | 2008-04-08 | 1 | -1/+8 |
* | bitbake: Fix a bug where changed files weren't getting spotted and an invalid... | Richard Purdie | 2008-03-28 | 2 | -4/+4 |
* | bitbake: Update with changes from bitbake 1.8 branch | Richard Purdie | 2008-03-14 | 4 | -82/+147 |
* | 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 |