Searched refs:patch_recipe (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | recipeutils.py | 32 …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 D | recipeutils-test_1.2.bb | 1 SUMMARY = "Test recipe for recipeutils.patch_recipe()"
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | setvar.py | 47 patches = oe.recipeutils.patch_recipe(rd, args.recipefile, varvalues, patch=args.patch)
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | upgrade.py | 469 oe.recipeutils.patch_recipe(rd, fullpath, newvalues)
|
H A D | standard.py | 1107 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 D | recipeutils.py | 337 def patch_recipe(d, fn, varvalues, patch=False, relpath='', redirect_output=None): function
|