summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2008-01-211.8.x: Fix MANIFEST in branch+release1.8.10Richard Purdie
2008-01-20Release bitbake 1.8.10Richard Purdie
2008-01-20fetcher/git: remove debug output, add docstringMichael 'Mickey' Lauer
2008-01-20persist_data.py: Add sqlite version checksRichard Purdie
2008-01-20cvs.py: Add norecurse and fullpath options to cvs fetcher (from Poky/Marcin)Richard Purdie
2008-01-19taskdata/runqueue.py: Make taskdata and runqueue errors more user friendlyRichard Purdie
2008-01-18add branch support to the git fetcher -- thanks Otavio Salvador.Michael 'Mickey' Lauer
2008-01-12wget.py: Change the wget fetcher failure handling to avoid lockfile problemsRichard Purdie
2008-01-06cooker.py: Fix -g option breakage from previous commitsRichard Purdie
2008-01-06fetchers: Properly raise errors for invalid source URI protocols (from poky)....Richard Purdie
2008-01-06shell.py: Fix shell data updating problems (#1880) (add hunk missing from the...Richard Purdie
2008-01-06shell.py: Fix shell data updating problems (#1880)Richard Purdie
2008-01-06Fix shell showdata command (#3259)Richard Purdie
2008-01-06cooker.py: Add support for '-e target' (#3432)Richard Purdie
2008-01-06runqueue.py: Don't give a stacktrace for invalid tasks, have a user friendly...Richard Purdie
2008-01-06runqueue.py: Add task scheduler abstraction and some example schedulers. Impr...Richard Purdie
2008-01-05runqueue.py: Improve code commentsRichard Purdie
2008-01-05runqueue.py: Disable task number acceleration since it can allow the tasks to...Richard Purdie
2007-12-01Add selfstamp and lockfiles flagsRichard Purdie
2007-11-24Add bb.utils.lockfile() and bb.utils.unlockfile() from Poky. Use these functi...Richard Purdie
2007-11-17Fetcher SRCREV handling updates, improvements and fixes from Poky, typo fix f...Richard Purdie
2007-11-08git.py: Use git-fetch instead of git-pull removing any need for merges when f...Richard Purdie
2007-10-30runqueue.py: Allow multiple options for deptask flag (from poky), fix commen...Richard Purdie
2007-10-30bb/__init__.py: Add bb.copyfile function similar to bb.movefile (and improve ...Richard Purdie
2007-10-22data.py: Fix unexport handling (#3135)Richard Purdie
2007-10-21taskdata.py: Fix 'depends' flag splittingRichard Purdie
2007-10-21providers.py: Fix bogus preferred_version return valuesRichard Purdie
2007-10-07runqueue: fix typoMarcin Juszkiewicz
2007-09-05fetch/: Add mercurial (hg) fetcher from Robert Schuster (#2913)Richard Purdie
2007-09-05bzr.py: bzr fetcher tweaks from Robert Schuster (#2913)Richard Purdie
2007-09-05build.py: Add support for cleaning directories before a task in the form: do_...Richard Purdie
2007-09-05fetch: Add bzr fetcherRichard Purdie
2007-09-04Add support for the syntax "export VARIABLE"Richard Purdie
2007-09-02BBHandler.py: Improve debug messageRichard Purdie
2007-08-25svn.py: Handle paths in svn fetcher module parameterRichard Purdie
2007-08-25runqueue.py: Detect builds of tasks with overlapping providers and warn (will...Richard Purdie
2007-08-24providers.py: Fix regressionsRichard Purdie
2007-08-24Changelog: Remove duplicatesRichard Purdie
2007-08-24providers.py: Backport various providers fixed from trunk (+update Changelogs)Richard Purdie
2007-08-24cooker.py: Warn about malformed PREFERRED_PROVIDERS (#1072) [backport]Richard Purdie
2007-08-24__init__.py: Fix a bug in bb.decodeurl where http://some.where.com/somefile.t...Richard Purdie
2007-08-24cooker.py Add support for BB_NICE_LEVEL option (#1627) [backport]Richard Purdie
2007-08-23bitbake: use Psyco only on x86 (no support for other archs) - taken from PokyMarcin Juszkiewicz
2007-08-18Release BitBake Version 1.8.8 and increase the branch version to 1.8.9Holger Hans Peter Freyther
2007-08-18[regression] Make SRCDATE/CVSDATE for the fetchers work again. This regressed...Holger Hans Peter Freyther
2007-08-18cooker.py: Only try to change terminal flags on terminalsRichard Purdie
2007-08-18fetch/__init__.py: Don't create .lock files for local filesRichard Purdie
2007-08-18cookey.py: Clear the terminal TOSTOP flag if set (and warn the user)Richard Purdie
2007-08-17runqueue.py: Fix idepends handling to avoid dependency errors, improve debugg...Richard Purdie
2007-08-17data.py: Split expandKeys into two for loops to benefit from the expand_cache...Richard Purdie