Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py11 …from layerindexlib import LayerIndexObj, Branch, LayerItem, LayerBranch, LayerDependency, Recipe, …
46 self.index.layerBranches[layerBranchId] = LayerBranch(self.index)
75 self.index.layerBranches[layerBranchId] = LayerBranch(self.index)
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py1054 class LayerBranch(LayerIndexItemObj): class
1198 if not isinstance(value, LayerBranch):
1224 if isinstance(layerbranch, LayerBranch):
1305 if isinstance(layerbranch, LayerBranch):
1341 if isinstance(layerbranch, LayerBranch):
1354 if isinstance(layerbranch, LayerBranch):
H A Drestapi.py110 ("layerBranches", layerindexlib.LayerBranch),
246 … index.add_raw_element("layerBranches", layerindexlib.LayerBranch, pindex['layerBranches'])
H A Dcooker.py143 index.layerBranches[layerBranchId] = layerindexlib.LayerBranch(index, None)