Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A D__init__.py1047 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 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)