summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/ssh.py
AgeCommit message (Expand)Author
2017-02-28fetch2: don't use deprecated bb.data APIsAndre McCurdy
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-06-01bitbake: Convert to python 3Richard Purdie
2015-01-13bb/fetch2/ssh.py: Fix urldata.localpath use os.path.normpathAníbal Limón
2013-11-21fetch2: Stop passing around the pointless url parameterRichard Purdie
2013-01-31ssh.py: add example SRC_URIMartin Jansa
2013-01-31ssh.py: throw ParameterError when someone tries ssh://foo; protocol=gitMartin Jansa
2013-01-31ssh: fix fetcherMartin Jansa
2012-05-20bitbake/fetch: Spell out which fetcher backends support and recommend checksumsRichard Purdie
2011-02-21bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie
2011-02-10fetch2: add runfetchcmd to import for fetchersSaul Wold
2011-02-10bitbake/fetch2: Use True instead of integer valuesRichard Purdie
2011-02-10bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-10bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie
2011-02-10bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-02-10bitbake/fetch2: Instrument fetchers when making network accessYu Ke
2011-02-10bb.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