Home
last modified time | relevance | path

Searched refs:FetchMethod (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dsftp.py53 from bb.fetch2 import FetchMethod
56 class SFTP(FetchMethod):
H A Dlocal.py20 from bb.fetch2 import FetchMethod, FetchError, ParameterError
23 class Local(FetchMethod):
H A Dgcp.py23 from bb.fetch2 import FetchMethod
27 class GCP(FetchMethod):
H A Dssh.py34 from bb.fetch2 import check_network_access, FetchMethod, ParameterError, runfetchcmd
57 class SSH(FetchMethod):
H A Drepo.py16 from bb.fetch2 import FetchMethod
20 class Repo(FetchMethod):
H A Ds3.py22 from bb.fetch2 import FetchMethod
62 class S3(FetchMethod):
H A Dbzr.py18 from bb.fetch2 import FetchMethod
23 class Bzr(FetchMethod):
H A Dcvs.py18 from bb.fetch2 import FetchMethod, FetchError, MissingParameterError, logger
21 class Cvs(FetchMethod):
H A Dosc.py16 from bb.fetch2 import FetchMethod
23 class Osc(FetchMethod):
H A Dsvn.py16 from bb.fetch2 import FetchMethod
22 class Svn(FetchMethod):
H A Dclearcase.py54 from bb.fetch2 import FetchMethod
61 class ClearCase(FetchMethod):
H A Dperforce.py29 from bb.fetch2 import FetchMethod
64 class Perforce(FetchMethod):
H A Dnpm.py35 from bb.fetch2 import FetchMethod
132 class Npm(FetchMethod):
H A Dhg.py18 from bb.fetch2 import FetchMethod
24 class Hg(FetchMethod):
H A Dnpmsw.py25 from bb.fetch2 import FetchMethod
73 class NpmShrinkWrap(FetchMethod):
H A Dwget.py25 from bb.fetch2 import FetchMethod
53 class Wget(FetchMethod):
H A Dgit.py87 from bb.fetch2 import FetchMethod
136 class Git(FetchMethod):
H A D__init__.py1407 class FetchMethod(object): class
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py18 from bb.fetch2 import FetchMethod