Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcache_extra.py16 from bb.cache import RecipeInfoCommon
18 class HobRecipeInfo(RecipeInfoCommon):
H A Dcache.py42 class RecipeInfoCommon(object): class
80 class CoreRecipeInfo(RecipeInfoCommon):
242 class SiggenRecipeInfo(RecipeInfoCommon):
499 if not isinstance(value, RecipeInfoCommon):
692 … if isinstance(info, RecipeInfoCommon) and info.__class__.__name__ == cache_class_name:
791 if not issubclass(cache_class, RecipeInfoCommon):
H A Dcooker.py759 …if type(cache_class) is type and issubclass(cache_class, bb.cache.RecipeInfoCommon) and hasattr(ca…
834 …if type(cache_class) is type and issubclass(cache_class, bb.cache.RecipeInfoCommon) and hasattr(ca…