summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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-19 08:21:24 -0800
commit6f01aae51d1b08fc54e15f98e6b72811ae6b5f23 (patch)
tree4d0bf418602d4efe7c0aa57d6a47d2b91a715c03 /documentation/dev-manual
parent33d61e50c1d572997e58fb99d6a807e08a5dbcf0 (diff)
downloadpoky-6f01aae51d1b08fc54e15f98e6b72811ae6b5f23.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: 2a85eab0c51a78ab00168e23274d479cf3aedb24) 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/dev-manual')
-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 b7385c2ec3..4b19e77ea8 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