Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-07-30 | bitbake: Remove persist_data domain renaming code as it appears to expose ↵ | Richard Purdie | 2 | |
sqlite bugs and data consistency issues Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-30 | bitbake: Make sure tables exist when renaming | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-29 | bitbake: Add a --revisions-changed commandline option to indicate when ↵ | Richard Purdie | 3 | |
floating srcrevs have changed Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-29 | bitbake: Add renameDomain and getKeyValues functions to the persistent data code | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-29 | bitbake runqueue: Add a minor speedup to the runqueue code | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-23 | bitbake: Make sure regexp patterns are consistent in providers.py | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-23 | bitbake: Add a cache around PACKAGES_DYNAMIC regexps to help performance a bit | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-21 | bitbake: Factor some runqueue code into common functions making things more ↵ | Richard Purdie | 1 | |
readable Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-21 | bitbake: Fix a bug in runqueue and optimise slightly further | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-21 | bitbake: Optimise runqueue recursive dependency calculations removing a ↵ | Richard Purdie | 1 | |
bottleneck in world builds Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-07 | bitbake: Fix wget fetcher bug when only checking URIs and the download ↵ | Richard Purdie | 1 | |
doesn't exist Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-02 | bitbake: Add build_environment function for building an environment based on ↵ | Richard Purdie | 1 | |
the data dictonary Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-06-10 | bitbake: Disable sortable revision for now | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-06-10 | bitbake: Add PN to SRCREV keyhash in the persistent database to avoid ↵ | Richard Purdie | 2 | |
conflicts between pacckages (from upstream bitbake) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-05-12 | bitbake: Update to work without warnings with python 2.6 | Richard Purdie | 5 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-05-11 | bitbake: Merge further fixes from upstream 1.8 branch | Richard Purdie | 5 | |
* 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> | ||||
2009-05-11 | bitbake: Sync git fetcher with changes upstream | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-05-09 | bitbake: Make sure existing environment variables are properly exported | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-04-21 | bitbake: Fix a bug in the hg fetcher | Richard Purdie | 1 | |
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> | ||||
2009-01-30 | shell.py: stage is called populate_staging | Richard Purdie | 1 | |
2009-01-19 | bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig ↵ | Richard Purdie | 1 | |
fetcher commands | ||||
2009-01-06 | bitbake: Fix wget fetcher to better handle urls with ; followed by ↵ | Richard Purdie | 1 | |
parameters in the url | ||||
2009-01-03 | bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual ↵ | Richard Purdie | 4 | |
native/sdk recipes then become possible | ||||
2009-01-03 | bitbake/cache.py: Simplify logic | Richard Purdie | 1 | |
2009-01-02 | bitbake/BBHandler.py: Move handler finalisation code into a separate function | Richard Purdie | 1 | |
2009-01-02 | bitbake: Sync with upstream after 2.8.12 release | Richard Purdie | 4 | |
2008-12-31 | bitbake: Add bb.utils.prune_suffix() | Richard Purdie | 1 | |
2008-12-17 | bitbake: Make sure the git remote head viewer preserves the username | Richard Purdie | 1 | |
2008-12-06 | bitbake/bitbake-dev: Sync with upstream | Richard Purdie | 7 | |
2008-12-03 | Adds username support to the git fetcher, and exports SSH_AGENT_PID + ↵ | Robert Bragg | 2 | |
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. | ||||
2008-11-06 | bitbake: Improve error message for missing class files | Richard Purdie | 2 | |
2008-11-05 | bitbake: Optionally take username/password options from url parameters | Richard Purdie | 1 | |
2008-11-04 | bitbake wget.py: Fix problem with empty proxy variables | Richard Purdie | 1 | |
2008-11-04 | bitbake: Improve proxy handling got wget so urls can be excluded from the proxy | Richard Purdie | 1 | |
2008-11-04 | base.bbclass: Set GIT_CONFIG correctly | Richard Purdie | 1 | |
2008-10-31 | bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it ↵ | Richard Purdie | 1 | |
means selective proxying isn't possible | ||||
2008-10-28 | bitbake: Add tryaltconfigs option to disable the alternative configuration ↵ | Richard Purdie | 5 | |
attempts and make the 'continue' more aggresive | ||||
2008-10-24 | bitbake: Fix the wget fetcher so parameter portions of uris are ignored | Richard Purdie | 1 | |
2008-10-23 | bitbake: Preserve http_proxy and ftp_proxy in fetcher command execution | Richard Purdie | 1 | |
2008-10-22 | bitbake: Remove bogus test code | Richard Purdie | 1 | |
2008-10-22 | bitbake: Improve proxy variable handling in fetchers | Richard Purdie | 2 | |
2008-10-20 | bitbake utils.py: Merge prunedir symlink fix from bitbake upstream | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5551 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-17 | bitbake: Add some sanity checks to the lockfile functions | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5534 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-17 | bitbake: Refactor the environment variable handling | Robert Bradford | 4 | |
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 | ||||
2008-10-06 | bitbake providers.py: Fix message typo and improve debug info | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5416 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-06 | bitbake utils.py: Fix ocassional locking glitch with a better retrying mechanism | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5415 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-02 | fetch/__init__.py: Add in hooks to make sure osc fetcher is seen | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5402 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-01 | bitbake: Fix nostamp flag handling bug | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5368 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-01 | bitbake/bitbake-dev: Bump cache version after AUTOREV DONT_CACHE changes | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5362 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-09-30 | bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't ↵ | Richard Purdie | 3 | |
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 |