Home
last modified time | relevance | path

Searched refs:BBFetchException (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py39 class BBFetchException(Exception): class
48 class UntrustedUrl(BBFetchException):
56 BBFetchException.__init__(self, msg)
59 class MalformedUrl(BBFetchException):
67 BBFetchException.__init__(self, msg)
70 class FetchError(BBFetchException):
78 BBFetchException.__init__(self, msg)
90 class UnpackError(BBFetchException):
95 BBFetchException.__init__(self, msg)
98 class NoMethodError(BBFetchException):
[all …]
H A Dwget.py460 except bb.fetch2.BBFetchException:
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dutility-tasks.bbclass50 except bb.fetch2.BBFetchException as e:
H A Dbase.bbclass160 except bb.fetch2.BBFetchException as e:
177 except bb.fetch2.BBFetchException as e:
779 except bb.fetch2.BBFetchException as e:
H A Duninative.bbclass113 except bb.fetch2.BBFetchException as exc:
H A Dsstate.bbclass787 except bb.fetch2.BBFetchException: