Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bitbake: Switch to bitbake-dev version (bitbake master upstream) | Richard Purdie | 2010-01-20 | 12 | -2373/+0 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake-dev: Sync with upstream | Richard Purdie | 2010-01-19 | 5 | -31/+65 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake-dev: Sync with upstream | Richard Purdie | 2010-01-14 | 2 | -34/+58 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | fetch/__init__.py: Try and make the sortable_revision code mode readable | Richard Purdie | 2009-11-13 | 2 | -4/+8 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: hg fetcher - sync bitbake-dev and remove debug | Richard Purdie | 2009-10-20 | 1 | -0/+28 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Fix svk fetcher | Richard Purdie | 2009-10-17 | 1 | -3/+2 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake-dev: Sync with changes upstream | Richard Purdie | 2009-10-17 | 1 | -13/+18 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when ↵ | Richard Purdie | 2009-09-24 | 1 | -3/+5 |
| | | | | | | parsing failes by using a try/finally Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake-dev: Sync exported variables with bitbake | Richard Purdie | 2009-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Remove persist_data domain renaming code as it appears to expose ↵ | Richard Purdie | 2009-07-30 | 1 | -3/+7 |
| | | | | | | sqlite bugs and data consistency issues Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Add a --revisions-changed commandline option to indicate when ↵ | Richard Purdie | 2009-07-29 | 1 | -1/+22 |
| | | | | | | floating srcrevs have changed Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Fix wget fetcher bug when only checking URIs and the download ↵ | Richard Purdie | 2009-07-07 | 1 | -1/+1 |
| | | | | | | doesn't exist Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Disable sortable revision for now | Richard Purdie | 2009-06-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Add PN to SRCREV keyhash in the persistent database to avoid ↵ | Richard Purdie | 2009-06-10 | 2 | -3/+49 |
| | | | | | | conflicts between pacckages (from upstream bitbake) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake-dev: Sync with upstream | Richard Purdie | 2009-05-11 | 11 | -33/+31 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig ↵ | Richard Purdie | 2009-01-19 | 1 | -1/+1 |
| | | | | fetcher commands | ||||
* | bitbake: Fix wget fetcher to better handle urls with ; followed by ↵ | Richard Purdie | 2009-01-06 | 1 | -1/+1 |
| | | | | parameters in the url | ||||
* | bitbake: Make sure the git remote head viewer preserves the username | Richard Purdie | 2008-12-17 | 1 | -1/+6 |
| | |||||
* | bitbake/bitbake-dev: Sync with upstream | Richard Purdie | 2008-12-06 | 3 | -13/+17 |
| | |||||
* | Adds username support to the git fetcher, and exports SSH_AGENT_PID + ↵ | Robert Bragg | 2008-12-03 | 2 | -4/+9 |
| | | | | | | | SSH_AUTH_SOCK The SSH_AGENT_PID + SSH_AUTH_SOCK environment variables are needed if you are using ssh-agent to hold passwords for your ssh keys. | ||||
* | bitbake: Optionally take username/password options from url parameters | Richard Purdie | 2008-11-05 | 1 | -0/+4 |
| | |||||
* | bitbake wget.py: Fix problem with empty proxy variables | Richard Purdie | 2008-11-04 | 1 | -2/+2 |
| | |||||
* | bitbake: Improve proxy handling got wget so urls can be excluded from the proxy | Richard Purdie | 2008-11-04 | 1 | -3/+22 |
| | |||||
* | base.bbclass: Set GIT_CONFIG correctly | Richard Purdie | 2008-11-04 | 1 | -1/+1 |
| | |||||
* | bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it ↵ | Richard Purdie | 2008-10-31 | 1 | -1/+1 |
| | | | | means selective proxying isn't possible | ||||
* | bitbake: Fix the wget fetcher so parameter portions of uris are ignored | Richard Purdie | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | bitbake: Preserve http_proxy and ftp_proxy in fetcher command execution | Richard Purdie | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | bitbake: Remove bogus test code | Richard Purdie | 2008-10-22 | 1 | -1/+0 |
| | |||||
* | bitbake: Improve proxy variable handling in fetchers | Richard Purdie | 2008-10-22 | 2 | -0/+13 |
| | |||||
* | fetch/__init__.py: Add in hooks to make sure osc fetcher is seen | Richard Purdie | 2008-10-02 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5402 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't ↵ | Richard Purdie | 2008-09-30 | 1 | -0/+2 |
| | | | | | | cache the recipe. Based on work from Heikki Paajanen git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5352 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | Merge changes from Poky bitbake 1.8 | Joshua Lock | 2008-09-30 | 4 | -13/+170 |
| | | | | | | | Update bitbake-dev to have extra fixes from Poky's internal (1.8) version of bitbake. Should be able to use bitbake-dev with Poky now. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5340 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | bitbake-dev: Update against bitbake trunk | Richard Purdie | 2008-09-30 | 1 | -1/+5 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5339 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | Add bitbake-dev to allow ease of testing and development of bitbake trunk | Richard Purdie | 2008-09-30 | 11 | -0/+1994 |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5337 311d38ba-8fff-0310-9ca6-ca027cbcb966 |