Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcache_extra.py16 from bb.cache import RecipeInfoCommon
18 class HobRecipeInfo(RecipeInfoCommon):
H A Dcache.py41 class RecipeInfoCommon(object): class
79 class CoreRecipeInfo(RecipeInfoCommon):
468 if not isinstance(value, RecipeInfoCommon):
697 … if isinstance(info, RecipeInfoCommon) and info.__class__.__name__ == cache_class_name:
828 if not issubclass(cache_class, RecipeInfoCommon):
H A Dcooker.py832 …if type(cache_class) is type and issubclass(cache_class, bb.cache.RecipeInfoCommon) and hasattr(ca…
907 …if type(cache_class) is type and issubclass(cache_class, bb.cache.RecipeInfoCommon) and hasattr(ca…