aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-01-18Add none server type to avoid xmlrpc in the default caseRichard Purdie
2010-01-16Fix a couple copy-and-paste errors in fetcher comments.Robert P. J. Day
2010-01-16"pserver" is not a valid type for a CVS fetch, it's now a possibleRobert P. J. Day
2010-01-16Fix an obvious copy-and-paste error in the documentation for aRobert P. J. Day
2010-01-14Solidify server class creationRichard Purdie
2010-01-14Move xmlrpcserver.py into lib/bb/server as xmlrpc.pyRichard Purdie
2010-01-14fetch: Clean up debugRichard Purdie
2009-12-24Enable --ignore-deps options to access regular expression stringGuo Hongruan
2009-12-14git: Allow fetching a single subdirectory from a git repositoryPaul Eggleton
2009-12-14fetch/__init__.py: Remove uneeded debugRichard Purdie
2009-12-14git.py: Trap empty return values and error (from Poky)Richard Purdie
2009-12-14fetch/git.py: Add fullclone parameter to allow WORKDIRs to contain full git r...Richard Purdie
2009-12-14fetch/git.py: Move variable init into the localpath functionRichard Purdie
2009-11-22cooker.py: Fix variable name: targets doesn't exist, should be itemRichard Purdie
2009-11-22fetch/git.py: BB_GIT_CLONE_FOR_SRCREV updatesRichard Purdie
2009-11-21fetch/__init__.py: Replace _sortable_revision_valid attribute with an init ca...Richard Purdie
2009-11-21Optional LOCALCOUNT for recipeMartin Jansa
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-06providers.py: Fix package sorting order to reflect prioritiesChris Conroy
2009-11-04git.py: Search mirrors for tarballs before fetching, not just local directoriesRichard Purdie
2009-11-04fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie
2009-11-03BBHandler.py: Use exec_func, not exec_func_pythonRichard Purdie
2009-11-03Improve anonymous python function handling sp functions use the methodpool an...Richard Purdie
2009-10-23fetch/svk: Fix up breakage. Evidently nobody uses svkRichard Purdie
2009-10-23build.py: Make sure the logfile exists before checking its size. Previously t...Richard Purdie
2009-10-23Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc@gmail.com>Richard Purdie
2009-10-17fetch/__init__.py: Fix a bug where errors could corrupt bitbake internal stat...Richard Purdie
2009-10-17fetch/__init__.py: Remove hardcoded use of SRC_URI - OE.dev was adjusted for ...Richard Purdie
2009-10-17BBHandler: Drop unused internal __functions__ variableRichard Purdie
2009-10-17knotty: Add new event from compare reivions codeRichard Purdie
2009-10-17build.py: Optimisation to remove zero sized log files (from Poky)Richard Purdie
2009-10-17runqueue.py: Small optimisation in set creation removing an update call (from...Richard Purdie
2009-10-17cache.py: Add check for leakage of SRCREVINACTION variable (from Poky)Richard Purdie
2009-10-17Add a compare-versions command which returns whether the SRCREV versions have...Richard Purdie
2009-10-01shell: Add install commandSøren Holm
2009-09-14cache: only invalidate for non-existent depends if they used to exist.Chris Larson
2009-09-14Add a RecipeParsed event, which can be used as an alternative to anonymous fu...Chris Larson
2009-08-27daemonize: Kill the forcing of umask to 0 in our children.Chris Larson
2009-07-29Initial switch from distutils to setuptools.Chris Larson
2009-07-23command/cooker: Remve the need for the cache for -e -b optionsRichard Purdie
2009-07-23command/cooker: Improve showEnvironment functionalityRichard Purdie
2009-07-23cooker: Fix cooker parser for case where there are no recipesRichard Purdie
2009-07-23runqueue: Improve recursive task dependency calculation speed (from Poky)Richard Purdie
2009-07-23cooker.py: Improve server idle handling (from Poky)Richard Purdie
2009-07-23providers.py: Add caching for the dynamic package regexps (from Poky)Richard Purdie
2009-07-23utils.py: Add build_environment function (from Poky)Richard Purdie
2009-07-23ui/puccho: Improve path specification to glade files (from Poky)Richard Purdie
2009-07-21taskdata: 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