Home
last modified time | relevance | path

Searched refs:get_recipe_patches (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dimage-manifest398 patches = oe.recipeutils.get_recipe_patches(rd)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Ddevtool-source.bbclass96 oe.recipeutils.get_recipe_patches(d)]
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dupgrade.py261 patches = oe.recipeutils.get_recipe_patches(crd)
H A Dstandard.py840 … recipe_patches = [os.path.basename(patch) for patch in oe.recipeutils.get_recipe_patches(rd)]
1309 oe.recipeutils.get_recipe_patches(rd))
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py500 def get_recipe_patches(d): function