summaryrefslogtreecommitdiff
path: root/bitbake
AgeCommit message (Expand)AuthorFiles
2009-07-30bitbake: Remove persist_data domain renaming code as it appears to expose sql...Richard Purdie2
2009-07-30bitbake: Make sure tables exist when renamingRichard Purdie1
2009-07-29bitbake: Add a --revisions-changed commandline option to indicate when floati...Richard Purdie3
2009-07-29bitbake: Add renameDomain and getKeyValues functions to the persistent data codeRichard Purdie1
2009-07-29bitbake runqueue: Add a minor speedup to the runqueue codeRichard Purdie1
2009-07-23bitbake: Make sure regexp patterns are consistent in providers.pyRichard Purdie1
2009-07-23bitbake: Add a cache around PACKAGES_DYNAMIC regexps to help performance a bitRichard Purdie1
2009-07-21bitbake: Factor some runqueue code into common functions making things more r...Richard Purdie1
2009-07-21bitbake: Fix a bug in runqueue and optimise slightly furtherRichard Purdie1
2009-07-21bitbake: Optimise runqueue recursive dependency calculations removing a bottl...Richard Purdie1
2009-07-07bitbake: Fix wget fetcher bug when only checking URIs and the download doesn'...Richard Purdie1
2009-07-02bitbake: Add build_environment function for building an environment based on ...Richard Purdie1
2009-06-10bitbake: Disable sortable revision for nowRichard Purdie1
2009-06-10bitbake: Add PN to SRCREV keyhash in the persistent database to avoid conflic...Richard Purdie2
2009-05-12bitbake: Update to work without warnings with python 2.6Richard Purdie5
2009-05-11bitbake: Merge further fixes from upstream 1.8 branchRichard Purdie5
2009-05-11bitbake: Sync git fetcher with changes upstreamRichard Purdie1
2009-05-09bitbake: Make sure existing environment variables are properly exportedRichard Purdie1
2009-04-21bitbake: Fix a bug in the hg fetcherRichard Purdie1
2009-01-30shell.py: stage is called populate_stagingRichard Purdie1
2009-01-19bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig fet...Richard Purdie1
2009-01-06bitbake: Fix wget fetcher to better handle urls with ; followed by parameters...Richard Purdie1
2009-01-03bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sd...Richard Purdie4
2009-01-03bitbake/cache.py: Simplify logicRichard Purdie1
2009-01-02bitbake/BBHandler.py: Move handler finalisation code into a separate functionRichard Purdie1
2009-01-02bitbake: Sync with upstream after 2.8.12 releaseRichard Purdie4
2008-12-31bitbake: Add bb.utils.prune_suffix()Richard Purdie1
2008-12-17bitbake: Make sure the git remote head viewer preserves the usernameRichard Purdie1
2008-12-06bitbake/bitbake-dev: Sync with upstreamRichard Purdie7
2008-12-03Adds username support to the git fetcher, and exports SSH_AGENT_PID + SSH_AUT...Robert Bragg2
2008-11-06bitbake: Improve error message for missing class filesRichard Purdie2
2008-11-05bitbake: Optionally take username/password options from url parametersRichard Purdie1
2008-11-04bitbake wget.py: Fix problem with empty proxy variablesRichard Purdie1
2008-11-04bitbake: Improve proxy handling got wget so urls can be excluded from the proxyRichard Purdie1
2008-11-04base.bbclass: Set GIT_CONFIG correctlyRichard Purdie1
2008-10-31bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it mean...Richard Purdie1
2008-10-28bitbake: Add tryaltconfigs option to disable the alternative configuration at...Richard Purdie5
2008-10-24bitbake: Fix the wget fetcher so parameter portions of uris are ignoredRichard Purdie1
2008-10-23bitbake: Preserve http_proxy and ftp_proxy in fetcher command executionRichard Purdie1
2008-10-22bitbake: Remove bogus test codeRichard Purdie1
2008-10-22bitbake: Improve proxy variable handling in fetchersRichard Purdie2
2008-10-20bitbake utils.py: Merge prunedir symlink fix from bitbake upstreamRichard Purdie1
2008-10-17bitbake: Add some sanity checks to the lockfile functionsRichard Purdie1
2008-10-17bitbake: Refactor the environment variable handlingRobert Bradford4
2008-10-06bitbake providers.py: Fix message typo and improve debug infoRichard Purdie1
2008-10-06bitbake utils.py: Fix ocassional locking glitch with a better retrying mechanismRichard Purdie1
2008-10-02fetch/__init__.py: Add in hooks to make sure osc fetcher is seenRichard Purdie1
2008-10-01bitbake: Fix nostamp flag handling bugRichard Purdie1
2008-10-01bitbake/bitbake-dev: Bump cache version after AUTOREV DONT_CACHE changesRichard Purdie1
2008-09-30bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't c...Richard Purdie3