summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: Preserve http_proxy and ftp_proxy in fetcher command executionRichard Purdie2008-10-231-1/+1
* bitbake: Remove bogus test codeRichard Purdie2008-10-221-1/+0
* bitbake: Improve proxy variable handling in fetchersRichard Purdie2008-10-222-0/+13
* bitbake utils.py: Merge prunedir symlink fix from bitbake upstreamRichard Purdie2008-10-201-1/+4
* bitbake: Add some sanity checks to the lockfile functionsRichard Purdie2008-10-171-0/+6
* bitbake: Refactor the environment variable handlingRobert Bradford2008-10-174-11/+28
* bitbake providers.py: Fix message typo and improve debug infoRichard Purdie2008-10-061-2/+3
* bitbake utils.py: Fix ocassional locking glitch with a better retrying mechanismRichard Purdie2008-10-061-9/+12
* fetch/__init__.py: Add in hooks to make sure osc fetcher is seenRichard Purdie2008-10-021-0/+2
* bitbake: Fix nostamp flag handling bugRichard Purdie2008-10-011-1/+1