aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/repo.py
AgeCommit message (Expand)Author
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-11-23bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie
2016-08-20bitbake: fetch2: preserve current working directoryMatt Madison
2016-08-10bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29Mariano Lopez
2013-11-22bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-02-11bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie
2011-02-07bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-07bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie
2011-02-07bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-01-25bitbake/fetch2: Instrument fetchers when making network accessYu Ke
2011-01-25bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke
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