Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py177 …def load_layerindex(self, indexURI, load=['layerDependencies', 'recipes', 'machines', 'distros'], … argument
207 logger.debug('Loading: %s' % indexURI)
219 indexEnt = plugin.load_index(indexURI, load)
226 logger.debug("No plugins support %s" % indexURI)
227 raise LayerIndexException("No plugins support %s" % indexURI)
238 def store_layerindex(self, indexURI, index=None): argument
261 plugin.store_index(indexURI, index)
269 logger.debug("No plugins support %s" % indexURI)
270 raise LayerIndexException("No plugins support %s" % indexURI)