Home
last modified time | relevance | path

Searched refs:run_editor (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dedit.py37 return scriptutils.run_editor([recipe_path] + list(appends), logger)
H A Dnewappend.py67 return scriptutils.run_editor([append_path, recipe_path], logger)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dutilcmds.py51 return scriptutils.run_editor(_find_recipe_path(args, config, basepath, workspace), logger)
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptutils.py247 def run_editor(fn, logger=None): function