Home
last modified time | relevance | path

Searched refs:patch_recipe (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drecipeutils.py32 …patches = oe.recipeutils.patch_recipe(rd, rd.getVar('FILE'), vals, patch=True, relpath=metaselftes…
70 …patches = oe.recipeutils.patch_recipe(rd, rd.getVar('FILE'), vals, patch=True, relpath=metaselftes…
95 …patches = oe.recipeutils.patch_recipe(rd, rd.getVar('FILE'), vals, patch=True, relpath=metaselftes…
/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/
H A Drecipeutils-test_1.2.bb1 SUMMARY = "Test recipe for recipeutils.patch_recipe()"
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dsetvar.py47 patches = oe.recipeutils.patch_recipe(rd, args.recipefile, varvalues, patch=args.patch)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py469 oe.recipeutils.patch_recipe(rd, fullpath, newvalues)
H A Dstandard.py1107 oe.recipeutils.patch_recipe(rd, recipefile, patchfields)
1663 … ret = oe.recipeutils.patch_recipe(rd, recipefile, patchfields, redirect_output=dry_run_outdir)
1839 ret = oe.recipeutils.patch_recipe(rd, recipefile,
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py337 def patch_recipe(d, fn, varvalues, patch=False, relpath='', redirect_output=None): function