summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/__init__.py
AgeCommit message (Expand)Author
2011-02-10bitbake/fetch2: Ensure that mirror fetches are symlinked from the download di...Richard Purdie
2011-02-10bitbake/fetch2: When encoding a file:// url, drop user and host informationRichard Purdie
2011-02-10bitbake/lib/bb/fetch2: Assign a default name in the names array as empty stri...Richard Purdie
2011-02-10bitbake/fetch2: Add missing parameter to localcount_internal_helperRichard Purdie
2011-02-10fetch2: Allow multiple src rev to be used in one src_uriYu Ke
2011-02-10bitbake/fetch2: Ensure the local revision counter takes a default value of 0,...Richard Purdie
2011-02-10bb.fetch2: add "BB_NO_NETWORK" optionYu Ke
2011-02-10git.py: split download to download() and build_mirror_data()Yu Ke
2011-02-10bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke
2011-02-10bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2Yu Ke
2011-02-10bb.fetch2: revise the Fetch.unpack APIYu Ke
2011-02-10bb.fetch2: add unpack method in fetcherYu Ke
2011-02-10Fetcher: only set __BB_DONT_CACHE when SRCREV = "${AUTOREV}"Yu Ke
2011-02-10Fetcher: break the "SRCREVINACTION" deadlockYu Ke
2011-02-10bb.fetch2: add urldata_init call for Fetch classYu Ke
2011-01-11*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke