Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/recipetool/
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)
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)
/openbmc/openbmc/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
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbblayers.py48 recipe_path = "recipes-graphics/xcursor-transparent-theme"
54 bb_file = os.path.join(testoutdir, recipe_path, recipe_file)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py243 recipe_path = recipe[recipe.rfind('recipes-'):]
254 ro.file_path = recipe_path
667 recipe_path = os.path.join(layerpath, "recipes", "%s.bb" %
669 with open(recipe_path, "w") as recipef:
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py1225 def _get_patchset_revs(srctree, recipe_path, initial_rev=None, force_patch_refresh=False): argument
1240 with open(recipe_path, 'r') as f: