Home
last modified time | relevance | path

Searched refs:LayerIndexFetchError (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A D__init__.py37 class LayerIndexFetchError(LayerIndexException): class
146 raise LayerIndexFetchError(url, e)
149 raise LayerIndexFetchError(url, e)
164 raise LayerIndexFetchError(url, "%s: %s" % (e, reason))
167 … raise LayerIndexFetchError(url, "Unexpected exception: [Error %s] %s" % (error, reason))
169 raise LayerIndexFetchError(url, "Unable to fetch OSError exception: %s" % e)
H A Drestapi.py170 …raise layerindexlib.LayerIndexFetchError('%s: Connection reset by peer. Is there a firewall block…
199 raise layerindexlib.LayerIndexFetchError(url, e)
H A Dcooker.py77 raise layerindexlib.LayerIndexFetchError("No branches specified for _load_bblayers!")