Searched refs:ParameterError (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | npmsw.py | 26 from bb.fetch2 import ParameterError 150 raise ParameterError("Invalid git url: %s" % version, ud.url) 168 raise ParameterError("Unsupported dependency: %s" % name, ud.url) 182 raise ParameterError("Invalid shrinkwrap file: %s" % str(e), ud.url)
|
| H A D | local.py | 20 from bb.fetch2 import FetchMethod, FetchError, ParameterError 37 …raise bb.fetch2.ParameterError("file:// urls using globbing are no longer supported. Please place …
|
| H A D | ssh.py | 34 from bb.fetch2 import check_network_access, FetchMethod, ParameterError, runfetchcmd 68 raise ParameterError(
|
| H A D | npm.py | 37 from bb.fetch2 import ParameterError 156 raise ParameterError("Invalid 'version' parameter", ud.url) 206 raise ParameterError("Invalid 'version' parameter", ud.url)
|
| H A D | clearcase.py | 57 from bb.fetch2 import ParameterError 83 raise ParameterError("Invalid protocol type", ud.url)
|
| H A D | sftp.py | 70 raise bb.fetch2.ParameterError(
|
| H A D | crate.py | 57 raise bb.fetch2.ParameterError("Invalid URL: Must be crate://HOST/NAME/VERSION", ud.url)
|
| H A D | git.py | 153 raise bb.fetch2.ParameterError("Invalid protocol type", ud.url) 165 …raise bb.fetch2.ParameterError("The usehead option is only for use with local ('protocol=file') gi… 179 … raise bb.fetch2.ParameterError("The number of name and branch parameters is not balanced", ud.url)
|
| H A D | wget.py | 80 …raise bb.fetch2.ParameterError("Invalid protocol - if you wish to fetch from a git repository usin…
|
| H A D | __init__.py | 115 class ParameterError(BBFetchException): class 1619 … raise ParameterError("The fetcher for this URL does not support _latest_revision", ud.url)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | recipe_sanity.bbclass | 85 except bb.fetch.ParameterError:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | fetch.py | 705 with self.assertRaises(bb.fetch2.ParameterError): 1016 self.assertRaises(bb.fetch.ParameterError, self.gitfetcher, url, url) 1025 self.assertRaises(bb.fetch.ParameterError, self.gitfetcher, url, url) 2504 with self.assertRaises(bb.fetch2.ParameterError):
|