Searched refs:redirect_output (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | recipeutils.py | 271 def patch_recipe_file(fn, values, patch=False, relpath='', redirect_output=None): argument 283 if redirect_output: 284 with open(os.path.join(redirect_output, os.path.basename(fn)), 'w') as f: 337 def patch_recipe(d, fn, varvalues, patch=False, relpath='', redirect_output=None): argument 382 patchdata = patch_recipe_file(f, vals, patch, relpath, redirect_output) 669 …wildcardver=False, machine=None, extralines=None, removevalues=None, redirect_output=None, params=… argument 716 if not redirect_output: 796 if redirect_output: 798 outfile = os.path.join(redirect_output, os.path.basename(appendpath)) 902 if redirect_output: [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | standard.py | 1579 redirect_output=dry_run_outdir) 1602 … ret = oe.recipeutils.patch_recipe(rd, recipefile, patchfields, redirect_output=dry_run_outdir) 1694 redirect_output=dry_run_outdir, 1751 redirect_output=dry_run_outdir)
|