Searched refs:patch_recipe (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipeutils.py | 30 …patches = oe.recipeutils.patch_recipe(rd, rd.getVar('FILE'), vals, patch=True, relpath=metaselftes… 68 …patches = oe.recipeutils.patch_recipe(rd, rd.getVar('FILE'), vals, patch=True, relpath=metaselftes… 93 …patches = oe.recipeutils.patch_recipe(rd, rd.getVar('FILE'), vals, patch=True, relpath=metaselftes…
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/recipeutils/ |
| H A D | recipeutils-test_1.2.bb | 1 SUMMARY = "Test recipe for recipeutils.patch_recipe()"
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | setvar.py | 47 patches = oe.recipeutils.patch_recipe(rd, args.recipefile, varvalues, patch=args.patch)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | upgrade.py | 434 oe.recipeutils.patch_recipe(rd, fullpath, newvalues)
|
| H A D | standard.py | 1071 oe.recipeutils.patch_recipe(rd, recipefile, patchfields) 1602 … ret = oe.recipeutils.patch_recipe(rd, recipefile, patchfields, redirect_output=dry_run_outdir) 1749 ret = oe.recipeutils.patch_recipe(rd, recipefile,
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | recipeutils.py | 337 def patch_recipe(d, fn, varvalues, patch=False, relpath='', redirect_output=None): function
|