Searched refs:LayerBranch (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
H A D | layerindexobj.py | 11 …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__.py | 1054 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 D | restapi.py | 110 ("layerBranches", layerindexlib.LayerBranch), 246 … index.add_raw_element("layerBranches", layerindexlib.LayerBranch, pindex['layerBranches'])
|
H A D | cooker.py | 143 index.layerBranches[layerBranchId] = layerindexlib.LayerBranch(index, None)
|