Home
last modified time | relevance | path

Searched refs:patch_recipe_file (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dsetvar.py42 patches = [oe.recipeutils.patch_recipe_file(args.recipefile, varvalues, patch=args.patch)]
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py271 def patch_recipe_file(fn, values, patch=False, relpath='', redirect_output=None): function
382 patchdata = patch_recipe_file(f, vals, patch, relpath, redirect_output)