summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
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] Remove unused imports reported by pyflakesHolger Hans Peter Freyther
2009-05-11[ui] Fix import statements reported by pyflakesHolger Hans Peter Freyther
2009-05-11[svk] pyflakes things the go method is broken...Holger Hans Peter Freyther
2009-05-11[fetchers] Make pyflakes happy by removing these import statementsHolger Hans Peter Freyther
2009-05-11[bb] Fix the tests by setting a debug level at startHolger Hans Peter Freyther
2009-04-21lib: remove use of 'sets' to make Python 2.6 happyMarcin Juszkiewicz
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: 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-06Add puccho, goggle and crumbs metadata from Poky (by Robert Bradford)Richard Purdie
2008-12-06cooker.py: Rearrange the code to allow init of new UIsRichard Purdie
2008-12-06shell.py: Catch up with core changesRichard Purdie
2008-12-06Update the UIs against the core changes and allow dynamic loading of the UI s...Richard Purdie
2008-12-06Rename depexplorer -> depexp for consistencyRichard Purdie
2008-12-06command.py: Standardise to getVariable and setVariable functions for consiste...Richard Purdie
2008-12-06Pass around the tasks to execute rather than using magic variables. Also use ...Richard Purdie
2008-12-06fetch/__init__.py: export more variables to the fetcher commands to allow ssh...Richard Purdie
2008-12-06utils.py: Add clean_environment() function and call where appropriate (from P...Richard 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
2008-12-06providers.py: Fix typos and add some further debug which can occassionaly be ...Richard Purdie
2008-12-06event.py: Remove the Pkg* events, the make no sense in the task based model b...Richard Purdie
2008-12-06cooker.py: Pass the task to run to tryBuild directly, don't use self.configur...Richard Purdie
2008-12-06runqueue.py: Fire the task started event from the worker process, not the ser...Richard Purdie
2008-12-06Add the pid to the event messages so we can identify which worker events come...Richard Purdie
2008-12-06Rename online/offline to sync/async for less confusion (from Rob Bradford in ...Richard Purdie
2008-12-06build.py: Add better debug to exec_func_python when python function execution...Richard Purdie
2008-12-06Add tryaltconfigs option to control whether bitbake trys using alternative pr...Richard Purdie
2008-12-06When SRCREV autorevisioning for a recipe is in use, don't cache the recipe (f...Richard Purdie
2008-12-06Add osc fetcher (from Joshua Lock in Poky)Richard Purdie
2008-11-03[svn] Add @rev to svn checkout commandHolger Hans Peter Freyther
2008-10-27cache: not existing cache file is not out of dateMarcin Juszkiewicz
2008-10-27taskdata: improved error message when BitBake is called with not existing targetMarcin Juszkiewicz
2008-10-26fetch/hg.py: Properly format the command if the user URI parameter is empty.Holger Hans Peter Freyther
2008-10-20cooker.py: Fix an init problem (from poky)Richard Purdie
2008-10-20runqueue.py: Fix nostamp flag handling (from Poky)Richard Purdie
2008-10-13[fetch] Always add PN to the _revision_key we get from the fetcherHolger Hans Peter Freyther
2008-10-12[git] Do not run git-rev-list everytime to increase the speedHolger Hans Peter Freyther
2008-10-12[git] Optionally use git-rev-list to get a sortable revisionHolger Hans Peter Freyther