Searched refs:recipe_path (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | newappend.py | 41 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 D | edit.py | 34 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)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
H A D | localhostbecontroller.py | 297 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/bitbake/lib/toaster/toastergui/ |
H A D | api.py | 243 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/meta/lib/oeqa/selftest/cases/ |
H A D | bblayers.py | 48 recipe_path = "recipes-graphics/xcursor-transparent-theme" 54 bb_file = os.path.join(testoutdir, recipe_path, recipe_file)
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 1180 def _get_patchset_revs(srctree, recipe_path, initial_rev=None, force_patch_refresh=False): argument 1195 with open(recipe_path, 'r') as f:
|