summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2010-01-21[parse] Unify opening a file...Holger Freyther
2010-01-21[parser] Kill obtain/localpath from the parserHolger Freyther
2010-01-21Fix bb.plain and bb.warn function, initial patch from Petri Lehtinen <petri.l...Richard Purdie
2010-01-21git: remove repodir usage after 57b3a9a86bf8c6940187c6a899cedbbbb484884aMartin Jansa
2010-01-21runqueue: Fix typoRichard Purdie
2010-01-20Improve BBCLASSEXTEND handling for skipped packages and report better parsing...Richard Purdie
2010-01-19taskdata: Improve error message if incorrectly formatted tasks are found (fro...Richard Purdie
2010-01-19data_smart.py: Fix error where update-rc.d would not get added to the depende...Richard Purdie
2010-01-19BBHandler: Only add do_ prefix to tasks if its not already present (from Poky)Richard Purdie
2010-01-19providers: Apply modified version of a patch from Martin Jansa <martin.jansa@...Richard Purdie
2010-01-19Drop version requirement to 2.5 apart from XMLRPC modeRichard Purdie
2010-01-19fetch: Add GIT_PROXY_COMMAND to runfetchcmd functionRichard Purdie
2010-01-19runqueue.py: Improve IPC between worker threads and the server allowing prope...Richard Purdie
2010-01-19ui: Convert remaining event handlers to use isinstanceRichard Purdie
2010-01-19event.py: Convert to using pickle for events and isinstance in knotty UI handlerRichard Purdie
2010-01-19server/xmlrpc: Fix idle timeout handling and missing parameterRichard Purdie
2010-01-19event.py: Drop unused eventsRichard Purdie
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2010-01-18server: Improve idle handling timeoutsRichard Purdie
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