Searched refs:LayerBranch (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/ |
| H A D | __init__.py | 1047 class LayerBranch(LayerIndexItemObj): class 1191 if not isinstance(value, LayerBranch): 1217 if isinstance(layerbranch, LayerBranch): 1298 if isinstance(layerbranch, LayerBranch): 1334 if isinstance(layerbranch, LayerBranch): 1347 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)
|