| Commit message (Expand) | Author | Age | Files | Lines |
* | fetch/__init__.py: Try and make the sortable_revision code mode readable | Richard Purdie | 2009-11-13 | 2 | -4/+8 |
* | bitbake-dev: Fix a couple of bugs that crept in breaking runtime | Richard Purdie | 2009-10-22 | 2 | -2/+2 |
* | bitbake: hg fetcher - sync bitbake-dev and remove debug | Richard Purdie | 2009-10-20 | 1 | -0/+28 |
* | bitbake: Fix svk fetcher | Richard Purdie | 2009-10-17 | 1 | -3/+2 |
* | bitbake-dev: Sync with changes upstream | Richard Purdie | 2009-10-17 | 9 | -22/+57 |
* | 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 | -2/+7 |
* | 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 | -0/+5 |
* | bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when p... | Richard Purdie | 2009-09-24 | 1 | -3/+5 |
* | bitbake-dev: Sync exported variables with bitbake | Richard Purdie | 2009-09-24 | 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 | 5 | -1/+53 |
* | 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-dev: Remve the need for the cache for -e -b options | Richard Purdie | 2009-07-23 | 2 | -10/+12 |
* | bitbake-dev: Improve showEnvironment functionality | Richard Purdie | 2009-07-23 | 2 | -4/+15 |
* | bitbake-dev: xmlrpcserver - disable some verbose debug | Richard Purdie | 2009-07-23 | 1 | -2/+2 |
* | bitbake-dev: Add taskdata infinite loop fix from upstream | Richard Purdie | 2009-07-23 | 1 | -10/+2 |
* | bitbake-dev: Fix cooker parser for cases there are no recipes | Richard Purdie | 2009-07-23 | 1 | -30/+31 |
* | 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-dev: Note that python 2.6 is needed | Richard Purdie | 2009-07-23 | 1 | -0/+4 |
* | bitbake-dev: Catch up with bitbake changes | Richard Purdie | 2009-07-21 | 1 | -35/+37 |
* | bitbake: Optimise runqueue recursive dependency calculations removing a bottl... | Richard Purdie | 2009-07-21 | 1 | -115/+75 |
* | bitbake-dev: Turn parsing into a server idle callback allowing the client to ... | Richard Purdie | 2009-07-08 | 2 | -92/+122 |
* | bitbake-dev: Fix to work with python 2.6 by dropping the now uneeded get_requ... | Richard Purdie | 2009-07-08 | 1 | -29/+17 |
* | 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: puccho: Fix glade file location | Richard Purdie | 2009-06-19 | 1 | -2/+2 |
* | 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-dev: Sync with upstream | Richard Purdie | 2009-05-11 | 32 | -83/+81 |
* | bitbake: Make sure existing environment variables are properly exported | Richard Purdie | 2009-05-09 | 1 | -0/+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-dev: Add BBCLASSEXTEND support | Richard Purdie | 2009-01-03 | 4 | -15/+79 |
* | bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd... | Richard Purdie | 2009-01-03 | 2 | -5/+4 |
* | 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 | -57/+35 |
* | bitbake: Add bb.utils.prune_suffix() | Richard Purdie | 2008-12-31 | 1 | -0/+12 |
* | 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 | 8 | -34/+69 |
* | Adds username support to the git fetcher, and exports SSH_AGENT_PID + SSH_AUT... | Robert Bragg | 2008-12-03 | 2 | -4/+9 |
* | bitbake-dev: Add basics of "puccho" image builder UI | Rob Bradford | 2008-12-01 | 4 | -5/+1508 |
* | bitbake-dev: Refactor goggle to pull out useful components. | Rob Bradford | 2008-12-01 | 3 | -145/+188 |
* | bitbake-dev: Ignore SkipPackage and FunFailed errors when looking for python ... | Richard Purdie | 2008-11-07 | 1 | -0/+4 |
* | bitbake-dev: Fix python function task execution failure handling | Richard Purdie | 2008-11-07 | 1 | -2/+5 |