]> code.ossystems Code Review - openembedded-core.git/commit
devtool: edit-recipe: add new subcommand
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 22 Dec 2015 04:03:04 +0000 (17:03 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Dec 2015 16:44:03 +0000 (16:44 +0000)
commitdbfe8fa2e86c2bb50bef47c389017cdf93543321
tree91ab47b4825a2aea451f9ef1f85d0bdcf79dc1ea
parent944eacfb849ee69b41e12c9de4f264406281ac6a
devtool: edit-recipe: add new subcommand

Add an "edit-recipe" subcommand that runs your default editor (as
specified by the EDITOR environment variable) on the specified recipe in
the workspace. Note that by default the recipe file itself must be in
the workspace - i.e. as a result of "devtool add" or "devtool upgrade";
however there is a -a/--any-recipe option to override this.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py