mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
dev-manual: common-tasks.rst: drop the output of 'bitbake-layers --help'
This is really not needed as the sub-commands are described in greater detail just below, and is prone to become outdated. (From yocto-docs rev: 70735edb17c3c855a77318d3ae44d24d8aa8eb75) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
93e27bdb15
commit
4be1b24621
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user