Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/contrib/
H A Dimage-manifest398 patches = oe.recipeutils.get_recipe_patches(rd)
/openbmc/openbmc/poky/meta/classes/
H A Ddevtool-source.bbclass102 oe.recipeutils.get_recipe_patches(d)]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py267 patches = oe.recipeutils.get_recipe_patches(crd)
H A Dstandard.py847 … recipe_patches = [os.path.basename(patch) for patch in oe.recipeutils.get_recipe_patches(rd)]
1360 oe.recipeutils.get_recipe_patches(rd))
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py498 def get_recipe_patches(d): function