From d6fd50a6165b51782cf23adece308cbe6dbd22c2 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 28 Oct 2025 11:59:35 -0400 Subject: [PATCH] dev-manual/new-recipe.rst: update "recipetool -h" output Update the output of "recipetool -h" to include the missing "edit" subcommand. (From yocto-docs rev: 09039d05e485a842690f9f54930400e02eef1c2c) Signed-off-by: Robert P. J. Day Signed-off-by: Antonin Godard (cherry picked from commit 092d688349b0b6bb10ae6fbbab7d82801964daf5) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/dev-manual/new-recipe.rst | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst index af88db937b..b97e807ead 100644 --- a/documentation/dev-manual/new-recipe.rst +++ b/documentation/dev-manual/new-recipe.rst @@ -83,19 +83,20 @@ command:: OpenEmbedded recipe tool options: - -d, --debug Enable debug output - -q, --quiet Print only errors - --color COLOR Colorize output (where COLOR is auto, always, never) - -h, --help show this help message and exit + -d, --debug Enable debug output + -q, --quiet Print only errors + --color COLOR Colorize output (where COLOR is auto, always, never) + -h, --help show this help message and exit subcommands: - create Create a new recipe - newappend Create a bbappend for the specified target in the specified - layer - setvar Set a variable within a recipe - appendfile Create/update a bbappend to replace a target file - appendsrcfiles Create/update a bbappend to add or replace source files - appendsrcfile Create/update a bbappend to add or replace a source file + newappend Create a bbappend for the specified target in the specified layer + create Create a new recipe + setvar Set a variable within a recipe + appendfile Create/update a bbappend to replace a target file + appendsrcfiles Create/update a bbappend to add or replace source files + appendsrcfile Create/update a bbappend to add or replace a source file + edit Edit the recipe and appends for the specified target. This obeys $VISUAL if set, + otherwise $EDITOR, otherwise vi. Use recipetool --help to get help on a specific command Running ``recipetool create -o OUTFILE`` creates the base recipe and