summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)AuthorFiles
2011-02-02git.py: Remove the source tree tarball archivesYu Ke1
2011-02-02bitbake/fetch2/git: Add nocheckout option to disable checkouts and always add...Richard Purdie1
2011-02-02bb.fetch2: Add git unpackYu Ke1
2011-02-01bitbake/fetch2: Ensure the local revision counter takes a default value of 0,...Richard Purdie1
2011-01-25bitbake/fetch2: Instrument fetchers when making network accessYu Ke9
2011-01-25bb.fetch2: add "BB_NO_NETWORK" optionYu Ke1
2011-01-25bb.fetch2: remove the obsolate Fetch.try_mirrors referrenceYu Ke1
2011-01-25git.py: split download to download() and build_mirror_data()Yu Ke2
2011-01-25bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke13
2011-01-25bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2Yu Ke1
2011-01-25bb.fetch2: revise the Fetch.unpack APIYu Ke1
2011-01-25bb.fetch2: add unpack method in fetcherYu Ke1
2011-01-12*: use utils.remove() some moreBernhard Reutner-Fischer1
2011-01-10Fetcher: only set __BB_DONT_CACHE when SRCREV = "${AUTOREV}"Yu Ke1
2011-01-10Fetcher: break the "SRCREVINACTION" deadlockYu Ke5
2011-01-10bb.fetch2.bzr: add bzr urldata_initYu Ke1
2011-01-10bb.fetch2.hg: add hg urldata_initYu Ke1
2011-01-10bb.fetch2.svn.py: add urldata_initYu Ke1
2011-01-10bb.fetch2.git.py: add git urldata_initYu Ke1
2011-01-10bb.fetch2: add urldata_init call for Fetch classYu Ke1
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke13
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke13