| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake/data_smart.py: Fix error where update-rc.d would not get added to the... | Richard Purdie | 2009-12-16 | 1 | -5/+6 |
* | bitbake/git.py: Typo fix | Richard Purdie | 2009-12-11 | 1 | -2/+2 |
* | bitbake/git.py: Add support for fullclone parameter | Richard Purdie | 2009-12-11 | 1 | -2/+8 |
* | bitbake/git.py: Move variable init into the localpath function | Richard Purdie | 2009-12-11 | 1 | -19/+17 |
* | bitbake/cooker.py: Fix handling of extra configuration files | Richard Purdie | 2009-12-11 | 1 | -5/+6 |
* | git.py: Improve command failure error messages | Richard Purdie | 2009-12-11 | 1 | -1/+4 |
* | bitbake: Fix dict changing size problems | Richard Purdie | 2009-11-26 | 1 | -3/+5 |
* | fetch/__init__.py: Try and make the sortable_revision code mode readable | Richard Purdie | 2009-11-13 | 2 | -4/+8 |
* | bitbake: Sync various functions with those from bitbake-dev and bitbake upstream | Richard Purdie | 2009-11-13 | 6 | -26/+32 |
* | bitbake: Sync module import cleanups back from bitbake trunk | Richard Purdie | 2009-11-13 | 11 | -21/+8 |
* | build.py: Fix zero size logfile problems | Richard Purdie | 2009-11-13 | 1 | -2/+4 |
* | bitbake: hg fetcher - sync bitbake-dev and remove debug | Richard Purdie | 2009-10-20 | 1 | -4/+0 |
* | bitbake: Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc... | Richard Purdie | 2009-10-19 | 1 | -0/+32 |
* | bitbake: Fix svk fetcher | Richard Purdie | 2009-10-17 | 1 | -3/+3 |
* | bitbake: Anonymous funciton improvements - use methodpool to allow cached cod... | Richard Purdie | 2009-10-13 | 1 | -12/+17 |
* | bitbake: Add bb and os to __builtins__, not the exec function global | Richard Purdie | 2009-10-13 | 1 | -6/+8 |
* | bitbake: Remove unused and hence pointless internal__functions__ variable | Richard Purdie | 2009-10-13 | 1 | -7/+0 |
* | bitbake/build.py: Remove zero sized log files | Richard Purdie | 2009-09-24 | 1 | -0/+4 |
* | bitbake/cache.py: Add warnings for leakage of SRCREVINACTION magic value | Richard Purdie | 2009-09-24 | 1 | -1/+3 |
* | bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when p... | Richard Purdie | 2009-09-24 | 1 | -3/+5 |
* | bitbake cache: Add code to catch a nasty cache corruption issue to aid in tra... | Richard Purdie | 2009-09-03 | 1 | -0/+3 |
* | __init__.py: export GIT_PROXY_COMMAND for those behind draconian proxies | Mike Turquette | 2009-08-26 | 1 | -1/+1 |
* | bitbake: Remove persist_data domain renaming code as it appears to expose sql... | Richard Purdie | 2009-07-30 | 2 | -13/+7 |
* | bitbake: Make sure tables exist when renaming | Richard Purdie | 2009-07-30 | 1 | -0/+1 |
* | bitbake: Add a --revisions-changed commandline option to indicate when floati... | Richard Purdie | 2009-07-29 | 2 | -1/+25 |
* | bitbake: Add renameDomain and getKeyValues functions to the persistent data code | Richard Purdie | 2009-07-29 | 1 | -0/+20 |
* | bitbake runqueue: Add a minor speedup to the runqueue code | Richard Purdie | 2009-07-29 | 1 | -2/+3 |
* | bitbake: Make sure regexp patterns are consistent in providers.py | Richard Purdie | 2009-07-23 | 1 | -2/+1 |
* | bitbake: Add a cache around PACKAGES_DYNAMIC regexps to help performance a bit | Richard Purdie | 2009-07-23 | 1 | -6/+13 |
* | bitbake: Factor some runqueue code into common functions making things more r... | Richard Purdie | 2009-07-21 | 1 | -31/+31 |
* | bitbake: Fix a bug in runqueue and optimise slightly further | Richard Purdie | 2009-07-21 | 1 | -4/+6 |
* | bitbake: Optimise runqueue recursive dependency calculations removing a bottl... | Richard Purdie | 2009-07-21 | 1 | -117/+76 |
* | bitbake: Fix wget fetcher bug when only checking URIs and the download doesn'... | Richard Purdie | 2009-07-07 | 1 | -1/+1 |
* | bitbake: Add build_environment function for building an environment based on ... | Richard Purdie | 2009-07-02 | 1 | -0/+10 |
* | bitbake: Disable sortable revision for now | Richard Purdie | 2009-06-10 | 1 | -1/+1 |
* | bitbake: Add PN to SRCREV keyhash in the persistent database to avoid conflic... | Richard Purdie | 2009-06-10 | 2 | -3/+49 |
* | bitbake: Update to work without warnings with python 2.6 | Richard Purdie | 2009-05-12 | 5 | -14/+10 |
* | bitbake: Merge further fixes from upstream 1.8 branch | Richard Purdie | 2009-05-11 | 5 | -14/+21 |
* | bitbake: Sync git fetcher with changes upstream | Richard Purdie | 2009-05-11 | 1 | -10/+15 |
* | bitbake: Make sure existing environment variables are properly exported | Richard Purdie | 2009-05-09 | 1 | -0/+1 |
* | bitbake: Fix a bug in the hg fetcher | Richard Purdie | 2009-04-21 | 1 | -3/+6 |
* | 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 fet... | Richard Purdie | 2009-01-19 | 1 | -1/+1 |
* | bitbake: Fix wget fetcher to better handle urls with ; followed by parameters... | Richard Purdie | 2009-01-06 | 1 | -1/+1 |
* | bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd... | Richard Purdie | 2009-01-03 | 4 | -19/+81 |
* | 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 |