summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2025-10-28 11:59:35 -0400
committerSteve Sakoman <steve@sakoman.com>2025-11-26 07:50:35 -0800
commitd6fd50a6165b51782cf23adece308cbe6dbd22c2 (patch)
tree0aa068bf48a6c6786d7a50fb0e0103520df3a8e1 /documentation
parent9e6d5e0849027d8d72c996e5cee24441caaab440 (diff)
downloadpoky-d6fd50a6165b51782cf23adece308cbe6dbd22c2.tar.gz
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 <rpjday@crashcourse.ca> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 092d688349b0b6bb10ae6fbbab7d82801964daf5) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/new-recipe.rst23
1 files 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::
83 OpenEmbedded recipe tool 83 OpenEmbedded recipe tool
84 84
85 options: 85 options:
86 -d, --debug Enable debug output 86 -d, --debug Enable debug output
87 -q, --quiet Print only errors 87 -q, --quiet Print only errors
88 --color COLOR Colorize output (where COLOR is auto, always, never) 88 --color COLOR Colorize output (where COLOR is auto, always, never)
89 -h, --help show this help message and exit 89 -h, --help show this help message and exit
90 90
91 subcommands: 91 subcommands:
92 create Create a new recipe 92 newappend Create a bbappend for the specified target in the specified layer
93 newappend Create a bbappend for the specified target in the specified 93 create Create a new recipe
94 layer 94 setvar Set a variable within a recipe
95 setvar Set a variable within a recipe 95 appendfile Create/update a bbappend to replace a target file
96 appendfile Create/update a bbappend to replace a target file 96 appendsrcfiles Create/update a bbappend to add or replace source files
97 appendsrcfiles Create/update a bbappend to add or replace source files 97 appendsrcfile Create/update a bbappend to add or replace a source file
98 appendsrcfile Create/update a bbappend to add or replace a source file 98 edit Edit the recipe and appends for the specified target. This obeys $VISUAL if set,
99 otherwise $EDITOR, otherwise vi.
99 Use recipetool <subcommand> --help to get help on a specific command 100 Use recipetool <subcommand> --help to get help on a specific command
100 101
101Running ``recipetool create -o OUTFILE`` creates the base recipe and 102Running ``recipetool create -o OUTFILE`` creates the base recipe and