Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py40 class BBFetchException(Exception): class
49 class UntrustedUrl(BBFetchException):
57 BBFetchException.__init__(self, msg)
60 class MalformedUrl(BBFetchException):
68 BBFetchException.__init__(self, msg)
71 class FetchError(BBFetchException):
79 BBFetchException.__init__(self, msg)
91 class UnpackError(BBFetchException):
96 BBFetchException.__init__(self, msg)
99 class NoMethodError(BBFetchException):
[all …]
H A Dwget.py497 except bb.fetch2.BBFetchException:
/openbmc/openbmc/poky/meta/classes-global/
H A Dutility-tasks.bbclass55 except bb.fetch2.BBFetchException as e:
H A Dbase.bbclass151 except bb.fetch2.BBFetchException as e:
181 except bb.fetch2.BBFetchException as e:
714 except bb.fetch2.BBFetchException as e:
H A Duninative.bbclass121 except bb.fetch2.BBFetchException as exc:
H A Dsstate.bbclass757 except bb.fetch2.BBFetchException: