Home
last modified time | relevance | path

Searched refs:ParameterError (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dlocal.py20 from bb.fetch2 import FetchMethod, FetchError, ParameterError
37 …raise bb.fetch2.ParameterError("file:// urls using globbing are no longer supported. Please place …
H A Dssh.py34 from bb.fetch2 import check_network_access, FetchMethod, ParameterError, runfetchcmd
68 raise ParameterError(
H A Dnpmsw.py26 from bb.fetch2 import ParameterError
180 raise ParameterError("Invalid git url: %s" % version, ud.url)
192 raise ParameterError("Unsupported dependency: %s" % name, ud.url)
208 raise ParameterError("Invalid shrinkwrap file: %s" % str(e), ud.url)
H A Dnpm.py37 from bb.fetch2 import ParameterError
160 raise ParameterError("Invalid 'version' parameter", ud.url)
210 raise ParameterError("Invalid 'version' parameter", ud.url)
H A Dsftp.py70 raise bb.fetch2.ParameterError(
H A Dclearcase.py57 from bb.fetch2 import ParameterError
83 raise ParameterError("Invalid protocol type", ud.url)
H A Dcrate.py57 raise bb.fetch2.ParameterError("Invalid URL: Must be crate://HOST/NAME/VERSION", ud.url)
H A Dgit.py174 raise bb.fetch2.ParameterError("Invalid protocol type", ud.url)
186 …raise bb.fetch2.ParameterError("The usehead option is only for use with local ('protocol=file') gi…
200 … raise bb.fetch2.ParameterError("The number of name and branch parameters is not balanced", ud.url)
H A Dwget.py79 …raise bb.fetch2.ParameterError("Invalid protocol - if you wish to fetch from a git repository usin…
H A D__init__.py115 class ParameterError(BBFetchException): class
1663 … raise ParameterError("The fetcher for this URL does not support _latest_revision", ud.url)
/openbmc/openbmc/poky/meta/classes/
H A Drecipe_sanity.bbclass91 except bb.fetch.ParameterError:
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py759 with self.assertRaises(bb.fetch2.ParameterError):
1071 self.assertRaises(bb.fetch.ParameterError, self.gitfetcher, url, url)
1080 self.assertRaises(bb.fetch.ParameterError, self.gitfetcher, url, url)
2783 with self.assertRaises(bb.fetch2.ParameterError):
3239 with self.assertRaises(bb.fetch2.ParameterError):