summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Fix dict changing size problemsRichard Purdie2009-12-031-3/+5
* bitbake: hg fetcher - sync bitbake-dev and remove debugRichard Purdie2009-10-201-4/+0
* bitbake: Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc...Richard Purdie2009-10-191-0/+32
* bitbake: Fix svk fetcherRichard Purdie2009-10-171-3/+3
* bitbake: Anonymous funciton improvements - use methodpool to allow cached cod...Richard Purdie2009-10-131-12/+17
* bitbake: Add bb and os to __builtins__, not the exec function globalRichard Purdie2009-10-131-6/+8
* bitbake: Remove unused and hence pointless internal__functions__ variableRichard Purdie2009-10-131-7/+0
* bitbake/build.py: Remove zero sized log filesRichard Purdie2009-09-241-0/+4
* bitbake/cache.py: Add warnings for leakage of SRCREVINACTION magic valueRichard Purdie2009-09-241-1/+3
* bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when p...Richard Purdie2009-09-241-3/+5
* bitbake cache: Add code to catch a nasty cache corruption issue to aid in tra...Richard Purdie2009-09-031-0/+3
* __init__.py: export GIT_PROXY_COMMAND for those behind draconian proxiesMike Turquette2009-08-261-1/+1
* bitbake: Remove persist_data domain renaming code as it appears to expose sql...Richard Purdie2009-07-302-13/+7
* bitbake: Make sure tables exist when renamingRichard Purdie2009-07-301-0/+1
* bitbake: Add a --revisions-changed commandline option to indicate when floati...Richard Purdie2009-07-293-1/+28
* bitbake: Add renameDomain and getKeyValues functions to the persistent data codeRichard Purdie2009-07-291-0/+20
* bitbake runqueue: Add a minor speedup to the runqueue codeRichard Purdie2009-07-291-2/+3
* bitbake: Make sure regexp patterns are consistent in providers.pyRichard Purdie2009-07-231-2/+1
* bitbake: Add a cache around PACKAGES_DYNAMIC regexps to help performance a bitRichard Purdie2009-07-231-6/+13
* bitbake: Factor some runqueue code into common functions making things more r...Richard Purdie2009-07-211-31/+31
* bitbake: Fix a bug in runqueue and optimise slightly furtherRichard Purdie2009-07-211-4/+6
* bitbake: Optimise runqueue recursive dependency calculations removing a bottl...Richard Purdie2009-07-211-117/+76
* bitbake: Fix wget fetcher bug when only checking URIs and the download doesn'...Richard Purdie2009-07-071-1/+1
* bitbake: Add build_environment function for building an environment based on ...Richard Purdie2009-07-021-0/+10
* bitbake: Disable sortable revision for nowRichard Purdie2009-06-101-1/+1
* bitbake: Add PN to SRCREV keyhash in the persistent database to avoid conflic...Richard Purdie2009-06-102-3/+49
* bitbake: Update to work without warnings with python 2.6Richard Purdie2009-05-125-14/+10
* bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie2009-05-115-14/+21
* bitbake: Sync git fetcher with changes upstreamRichard Purdie2009-05-111-10/+15
* bitbake: Make sure existing environment variables are properly exportedRichard Purdie2009-05-091-0/+1
* bitbake: Fix a bug in the hg fetcherRichard Purdie2009-04-211-3/+6
* shell.py: stage is called populate_stagingRichard Purdie2009-01-301-1/+1
* bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig fet...Richard Purdie2009-01-191-1/+1
* bitbake: Fix wget fetcher to better handle urls with ; followed by parameters...Richard Purdie2009-01-061-1/+1
* bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie2009-01-034-19/+81
* bitbake/cache.py: Simplify logicRichard Purdie2009-01-031-11/+9
* bitbake/BBHandler.py: Move handler finalisation code into a separate functionRichard Purdie2009-01-021-58/+35
* bitbake: Sync with upstream after 2.8.12 releaseRichard Purdie2009-01-024-2/+6
* bitbake: Add bb.utils.prune_suffix()Richard Purdie2008-12-311-0/+11
* bitbake: Make sure the git remote head viewer preserves the usernameRichard Purdie2008-12-171-1/+6
* bitbake/bitbake-dev: Sync with upstreamRichard Purdie2008-12-067-18/+48
* Adds username support to the git fetcher, and exports SSH_AGENT_PID + SSH_AUT...Robert Bragg2008-12-032-4/+9
* bitbake: Improve error message for missing class filesRichard Purdie2008-11-062-3/+3
* bitbake: Optionally take username/password options from url parametersRichard Purdie2008-11-051-0/+4
* bitbake wget.py: Fix problem with empty proxy variablesRichard Purdie2008-11-041-2/+2
* bitbake: Improve proxy handling got wget so urls can be excluded from the proxyRichard Purdie2008-11-041-3/+22
* base.bbclass: Set GIT_CONFIG correctlyRichard Purdie2008-11-041-1/+1
* bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it mean...Richard Purdie2008-10-311-1/+1
* bitbake: Add tryaltconfigs option to disable the alternative configuration at...Richard Purdie2008-10-285-6/+15
* bitbake: Fix the wget fetcher so parameter portions of uris are ignoredRichard Purdie2008-10-241-1/+1