Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bitbake: Remove persist_data domain renaming code as it appears to expose ↵ | Richard Purdie | 2009-07-30 | 2 | -13/+7 |
| | | | | | | sqlite bugs and data consistency issues Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Make sure tables exist when renaming | Richard Purdie | 2009-07-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Add a --revisions-changed commandline option to indicate when ↵ | Richard Purdie | 2009-07-29 | 2 | -1/+25 |
| | | | | | | floating srcrevs have changed Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Add renameDomain and getKeyValues functions to the persistent data code | Richard Purdie | 2009-07-29 | 1 | -0/+20 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake runqueue: Add a minor speedup to the runqueue code | Richard Purdie | 2009-07-29 | 1 | -2/+3 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Make sure regexp patterns are consistent in providers.py | Richard Purdie | 2009-07-23 | 1 | -2/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Add a cache around PACKAGES_DYNAMIC regexps to help performance a bit | Richard Purdie | 2009-07-23 | 1 | -6/+13 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Factor some runqueue code into common functions making things more ↵ | Richard Purdie | 2009-07-21 | 1 | -31/+31 |
| | | | | | | readable Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Fix a bug in runqueue and optimise slightly further | Richard Purdie | 2009-07-21 | 1 | -4/+6 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Optimise runqueue recursive dependency calculations removing a ↵ | Richard Purdie | 2009-07-21 | 1 | -117/+76 |
| | | | | | | bottleneck in world builds 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: Add build_environment function for building an environment based on ↵ | Richard Purdie | 2009-07-02 | 1 | -0/+10 |
| | | | | | | the data dictonary 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: Update to work without warnings with python 2.6 | Richard Purdie | 2009-05-12 | 5 | -14/+10 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Merge further fixes from upstream 1.8 branch | Richard Purdie | 2009-05-11 | 5 | -14/+21 |
| | | | | | | | | * Make the test functionality work * Optimise BBPATH handling when changing directory * Optimise file globing for BBFILES Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Sync git fetcher with changes upstream | Richard Purdie | 2009-05-11 | 1 | -10/+15 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Make sure existing environment variables are properly exported | Richard Purdie | 2009-05-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | bitbake: Fix a bug in the hg fetcher | Richard Purdie | 2009-04-21 | 1 | -3/+6 |
| | | | | | | | Fix a bug in the hg fetcher where branch revisions are used with an initial checkout. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
* | shell.py: stage is called populate_staging | Richard Purdie | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | 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: Add in code to support the BBCLASSEXTEND variable. Virtual ↵ | Richard Purdie | 2009-01-03 | 4 | -19/+81 |
| | | | | native/sdk recipes then become possible | ||||
* | bitbake/cache.py: Simplify logic | Richard Purdie | 2009-01-03 | 1 | -11/+9 |
| | |||||
* | bitbake/BBHandler.py: Move handler finalisation code into a separate function | Richard Purdie | 2009-01-02 | 1 | -58/+35 |
| | |||||
* | bitbake: Sync with upstream after 2.8.12 release | Richard Purdie | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | bitbake: Add bb.utils.prune_suffix() | Richard Purdie | 2008-12-31 | 1 | -0/+11 |
| | |||||
* | 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 | 6 | -18/+34 |
| | |||||
* | 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: Improve error message for missing class files | Richard Purdie | 2008-11-06 | 2 | -3/+3 |
| | |||||
* | 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: Add tryaltconfigs option to disable the alternative configuration ↵ | Richard Purdie | 2008-10-28 | 3 | -6/+9 |
| | | | | attempts and make the 'continue' more aggresive | ||||
* | 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 |
| | |||||
* | bitbake utils.py: Merge prunedir symlink fix from bitbake upstream | Richard Purdie | 2008-10-20 | 1 | -1/+4 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5551 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | bitbake: Add some sanity checks to the lockfile functions | Richard Purdie | 2008-10-17 | 1 | -0/+6 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5534 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | bitbake: Refactor the environment variable handling | Robert Bradford | 2008-10-17 | 3 | -2/+25 |
| | | | | | | | Refactor the environment variable handling so that it more closes matches the changes that have been made in bitbake-dev. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5527 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | bitbake providers.py: Fix message typo and improve debug info | Richard Purdie | 2008-10-06 | 1 | -2/+3 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5416 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | bitbake utils.py: Fix ocassional locking glitch with a better retrying mechanism | Richard Purdie | 2008-10-06 | 1 | -9/+12 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5415 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | 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: Fix nostamp flag handling bug | Richard Purdie | 2008-10-01 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5368 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | bitbake/bitbake-dev: Bump cache version after AUTOREV DONT_CACHE changes | Richard Purdie | 2008-10-01 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5362 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't ↵ | Richard Purdie | 2008-09-30 | 2 | -1/+12 |
| | | | | | | 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 |