diff mbox series

[2/5] common-tasks.rst: drop the output of 'bitbake-layers --help'

Message ID 20220911172608.2542076-2-alex@linutronix.de
State New
Headers show
Series [1/5] ref-manual: correct the location of default configuration template | expand

Commit Message

Alexander Kanavin Sept. 11, 2022, 5:26 p.m. UTC
This is really not needed as the sub-commands are described in
greater detail just below, and is prone to become outdated.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 documentation/dev-manual/common-tasks.rst | 33 -----------------------
 1 file changed, 33 deletions(-)

Comments

Michael Opdenacker Sept. 20, 2022, 1:42 p.m. UTC | #1
On 9/11/22 18:26, Alexander Kanavin wrote:
> This is really not needed as the sub-commands are described in
> greater detail just below, and is prone to become outdated.
>
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> ---
>   documentation/dev-manual/common-tasks.rst | 33 -----------------------
>   1 file changed, 33 deletions(-)
>
> diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
> index bdc528b72..c2afec946 100644
> --- a/documentation/dev-manual/common-tasks.rst
> +++ b/documentation/dev-manual/common-tasks.rst
> @@ -653,39 +653,6 @@ For help on the BitBake layer management tool, use the following
>   command::
>   
>      $ bitbake-layers --help
> -   NOTE: Starting bitbake server...
> -   usage: bitbake-layers [-d] [-q] [-F] [--color COLOR] [-h] <subcommand> ...
> -
> -   BitBake layers utility
> -
> -   optional arguments:
> -     -d, --debug           Enable debug output
> -     -q, --quiet           Print only errors
> -     -F, --force           Force add without recipe parse verification
> -     --color COLOR         Colorize output (where COLOR is auto, always, never)
> -     -h, --help            show this help message and exit
> -
> -   subcommands:
> -     <subcommand>
> -       layerindex-fetch    Fetches a layer from a layer index along with its
> -                           dependent layers, and adds them to conf/bblayers.conf.
> -       layerindex-show-depends
> -                           Find layer dependencies from layer index.
> -       add-layer           Add one or more layers to bblayers.conf.
> -       remove-layer        Remove one or more layers from bblayers.conf.
> -       flatten             flatten layer configuration into a separate output
> -                           directory.
> -       show-layers         show current configured layers.
> -       show-overlayed      list overlayed recipes (where the same recipe exists
> -                           in another layer)
> -       show-recipes        list available recipes, showing the layer they are
> -                           provided by
> -       show-appends        list bbappend files and recipe files they apply to
> -       show-cross-depends  Show dependencies between recipes that cross layer
> -                           boundaries.
> -       create-layer        Create a basic layer
> -
> -   Use bitbake-layers <subcommand> --help to get help on a specific command
>   
>   The following list describes the available commands:


Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into "master-next".

Thanks!
Michael.
diff mbox series

Patch

diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index bdc528b72..c2afec946 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -653,39 +653,6 @@  For help on the BitBake layer management tool, use the following
 command::
 
    $ bitbake-layers --help
-   NOTE: Starting bitbake server...
-   usage: bitbake-layers [-d] [-q] [-F] [--color COLOR] [-h] <subcommand> ...
-
-   BitBake layers utility
-
-   optional arguments:
-     -d, --debug           Enable debug output
-     -q, --quiet           Print only errors
-     -F, --force           Force add without recipe parse verification
-     --color COLOR         Colorize output (where COLOR is auto, always, never)
-     -h, --help            show this help message and exit
-
-   subcommands:
-     <subcommand>
-       layerindex-fetch    Fetches a layer from a layer index along with its
-                           dependent layers, and adds them to conf/bblayers.conf.
-       layerindex-show-depends
-                           Find layer dependencies from layer index.
-       add-layer           Add one or more layers to bblayers.conf.
-       remove-layer        Remove one or more layers from bblayers.conf.
-       flatten             flatten layer configuration into a separate output
-                           directory.
-       show-layers         show current configured layers.
-       show-overlayed      list overlayed recipes (where the same recipe exists
-                           in another layer)
-       show-recipes        list available recipes, showing the layer they are
-                           provided by
-       show-appends        list bbappend files and recipe files they apply to
-       show-cross-depends  Show dependencies between recipes that cross layer
-                           boundaries.
-       create-layer        Create a basic layer
-
-   Use bitbake-layers <subcommand> --help to get help on a specific command
 
 The following list describes the available commands: