summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-12-23Prepare for 1.8.191.8.191.8Chris Larson
2010-12-13Fix bb.plain and bb.warn function, initial patch from Petri Lehtinen <petri.l...Richard Purdie
2010-11-12bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD
2009-11-10Increment version post releaseRichard Purdie
2009-11-10Release 1.8.181.8.18Richard Purdie
2009-11-10BBHandler.py: Backport anonymous function handling improvements from 1.10 branchRichard Purdie
2009-11-08utils.py: add special handling for version delimitersDenys Dmytriyenko
2009-11-06fetch/__init__.py: Allow SRC_URI to be overridden in fetcher go() functionRichard Purdie
2009-11-06fetch/__init__.py: Fix a bug where errors could corrupt bitbake internal stat...Richard Purdie
2009-11-06git.py: Search mirrors for tarballs before fetching, not just local directoriesRichard Purdie
2009-11-06providers.py: Fix package sorting order to reflect prioritiesChris Conroy
2009-11-03Increment version post releaseRichard Purdie
2009-11-03Release 1.8.161.8.16Richard Purdie
2009-11-03bin/bitbake: Fix typo during release processRichard Purdie
2009-11-03Post release version incrementRichard Purdie
2009-11-03Release 1.8.141.8.14Richard Purdie
2009-11-03build.py: Add bb and os to __builtins__ backporting from trunk since we'd lik...Richard Purdie
2009-11-03fetch/svk: Fix up breakage. Evidently nobody uses svkRichard Purdie
2009-07-22Add .gitignore, ignore *.pyc.Chris Larson
2009-07-18taskdata: fix a possible infinite loop when multiple eligible providers aren'...Chris Larson
2009-06-19Merge the BBCLASSEXTEND code from Poky. This allows once recipe to provide mu...Richard Purdie
2009-05-12providers.py: Fix + character escaping from PACKAGES_DYNAMIC (thanks Otavio S...Richard Purdie
2009-05-11bitbake-1.8: Backport deprecated sets removal to remove warnings with python ...Richard Purdie
2009-05-11data.py: Make sure allowed variables inherited from the environment are expor...Richard Purdie
2009-05-11fetch/__init__.py: Set HOME environmental variable when running fetcher comma...Richard Purdie
2009-05-11fetch/git.py: Add username handling to git fetcher (from Poky)Richard Purdie
2009-05-11fetch/wget.py: Fix wget fetching of urls with parameters specified (from Poky)Richard Purdie
2009-05-11fetch/hg.py: Fix hg checkouts of specific revisions (from Poky)Richard Purdie
2009-05-11[bb] Fix the tests by setting a debug level at startHolger Hans Peter Freyther
2009-04-17Fix rdepends in graphviz graph generation.Chris Larson
2009-04-17bb.fetch.go: iterate over SRC_URI, not urldata.Chris Larson
2009-04-17bb.fetch.git: make empty host pass a file uri to git.Chris Larson
2009-04-17bb.fetch: make try_mirror go through the dispatcher rather than using wget di...Chris Larson
2009-04-08Make the bbpath change for includes temporary rather than permanent.Chris Larson
2009-04-08BBMASK: survive a non-existant path and don't keep the dir after globbing.Chris Larson
2009-04-08BBPKGS: act as a default that can be overridden via the cmdline.Chris Larson
2009-02-26Clean up by Otavio SalvadorHolger Hans Peter Freyther
2009-01-03cache.py: Fix whitespace damageRichard Purdie
2009-01-03cache.py: Simplfy logic (from Poky)Richard Purdie
2009-01-02BBHandler: Move handler finalisation code into a separate functionRichard Purdie
2009-01-02utils.py: Add bb.utils.prune_suffix functionRichard Purdie
2008-12-14Tag BitBake 1.8.12 (update versions, MANIFEST, ChangeLog)Holger Hans Peter Freyther
2008-12-06utils.py: Add empty_environment() function and call this from the cooker inst...Richard Purdie
2008-12-06fetch/__init__.py: export more variables to the fetcher commands to allow ssh...Richard Purdie
2008-12-06cooker.py: Update to improve handling of the trytaltconfigs option (from Poky)Richard Purdie
2008-12-06wget.py: Add support for HTTP_PROXY and HTTP_PROXY_IGNORE variables to the wg...Richard Purdie
2008-12-06utils.py: Add clean_environment() function and call where appropriate (from P...Richard Purdie
2008-12-06BBHandler: Improve file not fuond error messageRichard Purdie
2008-12-06git.py: Add username handling to the git fetcher (Robert Bragg from Poky)Richard Purdie
2008-12-06utils.py: Improve lock file function error handling (from Poky)Richard Purdie