Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dnewappend.py41 recipe_path = tinfoil.get_recipe_file(args.target)
44 rd.setVar('FILE', recipe_path)
47 logger.error('Unable to determine layer directory containing %s', recipe_path)
67 return scriptutils.run_editor([append_path, recipe_path], logger)
H A Dedit.py34 recipe_path = tinfoil.get_recipe_file(args.target)
35 appends = tinfoil.get_file_appends(recipe_path)
37 return scriptutils.run_editor([recipe_path] + list(appends), logger)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbblayers.py40 recipe_path = "recipes-graphics/xcursor-transparent-theme"
46 bb_file = os.path.join(testoutdir, recipe_path, recipe_file)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py297 recipe_path = os.path.join(layerpath, "recipes", "%s.bb" %
299 with open(recipe_path, "w") as recipef:
308 customrecipe.file_path = recipe_path
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py245 recipe_path = recipe[recipe.rfind('recipes-'):]
256 ro.file_path = recipe_path
663 recipe_path = os.path.join(layerpath, "recipes", "%s.bb" %
665 with open(recipe_path, "w") as recipef:
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py1189 def _get_patchset_revs(srctree, recipe_path, initial_rev=None, force_patch_refresh=False): argument
1203 with open(recipe_path, 'r') as f: