mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
ref-manual: devtool-reference: refresh example outputs
Previous outputs were missing some commands and options, some others were obsolete. (From yocto-docs rev: 82e374974424f91d2bd59d86414e19b0297de82f) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 1c83037707b4c981a70c968ba04ded502f9bffbf) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
6eb6b5bd58
commit
d30cf8a367
@@ -24,7 +24,7 @@ The ``devtool`` command line is organized similarly to Git in that it
|
|||||||
has a number of sub-commands for each function. You can run
|
has a number of sub-commands for each function. You can run
|
||||||
``devtool --help`` to see all the commands::
|
``devtool --help`` to see all the commands::
|
||||||
|
|
||||||
$ devtool -h
|
$ devtool --help
|
||||||
NOTE: Starting bitbake server...
|
NOTE: Starting bitbake server...
|
||||||
usage: devtool [--basepath BASEPATH] [--bbpath BBPATH] [-d] [-q] [--color COLOR] [-h] <subcommand> ...
|
usage: devtool [--basepath BASEPATH] [--bbpath BBPATH] [-d] [-q] [--color COLOR] [-h] <subcommand> ...
|
||||||
|
|
||||||
@@ -50,6 +50,7 @@ has a number of sub-commands for each function. You can run
|
|||||||
search Search available recipes
|
search Search available recipes
|
||||||
Working on a recipe in the workspace:
|
Working on a recipe in the workspace:
|
||||||
build Build a recipe
|
build Build a recipe
|
||||||
|
ide-sdk Setup the SDK and configure the IDE
|
||||||
rename Rename a recipe file in the workspace
|
rename Rename a recipe file in the workspace
|
||||||
edit-recipe Edit a recipe file
|
edit-recipe Edit a recipe file
|
||||||
find-recipe Find a recipe file
|
find-recipe Find a recipe file
|
||||||
@@ -63,17 +64,11 @@ has a number of sub-commands for each function. You can run
|
|||||||
build-image Build image including workspace recipe packages
|
build-image Build image including workspace recipe packages
|
||||||
Advanced:
|
Advanced:
|
||||||
create-workspace Set up workspace in an alternative location
|
create-workspace Set up workspace in an alternative location
|
||||||
|
import Import exported tar archive into workspace
|
||||||
|
export Export workspace into a tar archive
|
||||||
extract Extract the source for an existing recipe
|
extract Extract the source for an existing recipe
|
||||||
sync Synchronize the source tree for an existing recipe
|
sync Synchronize the source tree for an existing recipe
|
||||||
menuconfig Alter build-time configuration for a recipe
|
menuconfig Alter build-time configuration for a recipe
|
||||||
import Import exported tar archive into workspace
|
|
||||||
export Export workspace into a tar archive
|
|
||||||
other:
|
|
||||||
selftest-reverse Reverse value (for selftest)
|
|
||||||
pluginfile Print the filename of this plugin
|
|
||||||
bbdir Print the BBPATH directory of this plugin
|
|
||||||
count How many times have this plugin been registered.
|
|
||||||
multiloaded How many times have this plugin been initialized
|
|
||||||
Use devtool <subcommand> --help to get help on a specific command
|
Use devtool <subcommand> --help to get help on a specific command
|
||||||
|
|
||||||
As directed in the general help output, you can
|
As directed in the general help output, you can
|
||||||
@@ -82,8 +77,8 @@ using ``--help``::
|
|||||||
|
|
||||||
$ devtool add --help
|
$ devtool add --help
|
||||||
NOTE: Starting bitbake server...
|
NOTE: Starting bitbake server...
|
||||||
usage: devtool add [-h] [--same-dir | --no-same-dir] [--fetch URI] [--npm-dev] [--version VERSION] [--no-git] [--srcrev SRCREV | --autorev] [--srcbranch SRCBRANCH] [--binary] [--also-native] [--src-subdir SUBDIR] [--mirrors]
|
usage: devtool add [-h] [--same-dir | --no-same-dir] [--fetch URI] [--npm-dev] [--no-pypi] [--version VERSION] [--no-git] [--srcrev SRCREV | --autorev]
|
||||||
[--provides PROVIDES]
|
[--srcbranch SRCBRANCH] [--binary] [--also-native] [--src-subdir SUBDIR] [--mirrors] [--provides PROVIDES]
|
||||||
[recipename] [srctree] [fetchuri]
|
[recipename] [srctree] [fetchuri]
|
||||||
|
|
||||||
Adds a new recipe to the workspace to build a specified source tree. Can optionally fetch a remote URI and unpack it to create the source tree.
|
Adds a new recipe to the workspace to build a specified source tree. Can optionally fetch a remote URI and unpack it to create the source tree.
|
||||||
@@ -99,6 +94,7 @@ using ``--help``::
|
|||||||
--no-same-dir Force build in a separate build directory
|
--no-same-dir Force build in a separate build directory
|
||||||
--fetch URI, -f URI Fetch the specified URI and extract it to create the source tree (deprecated - pass as positional argument instead)
|
--fetch URI, -f URI Fetch the specified URI and extract it to create the source tree (deprecated - pass as positional argument instead)
|
||||||
--npm-dev For npm, also fetch devDependencies
|
--npm-dev For npm, also fetch devDependencies
|
||||||
|
--no-pypi Do not inherit pypi class
|
||||||
--version VERSION, -V VERSION
|
--version VERSION, -V VERSION
|
||||||
Version to use within recipe (PV)
|
Version to use within recipe (PV)
|
||||||
--no-git, -g If fetching source, do not set up source tree as a git repository
|
--no-git, -g If fetching source, do not set up source tree as a git repository
|
||||||
|
|||||||
Reference in New Issue
Block a user