summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2021-09-06 15:12:09 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-18 13:03:44 +0100
commitb16279603f804a33ea18e285b9860876ebb935ad (patch)
tree9330e0221bd5bc1482af898971a5d0cd07a5b913 /documentation
parentedaaa63664328dca7463b4913786f149cc3a7d09 (diff)
downloadpoky-b16279603f804a33ea18e285b9860876ebb935ad.tar.gz
ref-manual: remove mention of obsolete devtool "--any-recipe" option
Running "devtool edit-recipe -h" produces, in part, the output: --any-recipe, -a Does nothing (exists for backwards-compatibility) so it seems of little value to continue referring to it. (From yocto-docs rev: fdac1da045e60d37025f754c9b6be5bb36f31c86) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/devtool-reference.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst
index a5746ed7d0..5fd51569a3 100644
--- a/documentation/ref-manual/devtool-reference.rst
+++ b/documentation/ref-manual/devtool-reference.rst
@@ -284,10 +284,7 @@ is identified using the ``EDITOR`` variable, on the specified recipe.
284When you use the ``devtool edit-recipe`` command, you must supply the 284When you use the ``devtool edit-recipe`` command, you must supply the
285root name of the recipe (i.e. no version, paths, or extensions). Also, 285root name of the recipe (i.e. no version, paths, or extensions). Also,
286the recipe file itself must reside in the workspace as a result of the 286the recipe file itself must reside in the workspace as a result of the
287``devtool add`` or ``devtool upgrade`` commands. However, you can 287``devtool add`` or ``devtool upgrade`` commands.
288override that requirement by using the "-a" or "--any-recipe" option.
289Using either of these options allows you to edit any recipe regardless
290of its location.
291 288
292.. _devtool-updating-a-recipe: 289.. _devtool-updating-a-recipe:
293 290