diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index ff44a3f68b..dcff37e981 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -649,13 +649,13 @@
@@ -1297,7 +1285,7 @@
OpenEmbedded development tool
- optional arguments:
+ options:
--basepath BASEPATH Base directory of SDK / build directory
--bbpath BBPATH Explicitly specify the BBPATH, rather than getting it
from the metadata
@@ -1315,11 +1303,12 @@
status Show workspace status
search Search available recipes
Working on a recipe in the workspace:
- build Build a recipe
edit-recipe Edit a recipe file in your workspace
configure-help Get help on configure script options
+ build Build a recipe
update-recipe Apply changes from external source tree to recipe
reset Remove a recipe from your workspace
+ finish Finish working on a recipe in your workspace
Testing changes on target:
deploy-target Deploy recipe output files to live target machine
undeploy-target Undeploy recipe output files in live target machine
@@ -1339,14 +1328,14 @@
$ devtool add --help
usage: devtool add [-h] [--same-dir | --no-same-dir] [--fetch URI]
- [--version VERSION] [--no-git] [--binary] [--also-native]
- [--src-subdir SUBDIR]
+ [--version VERSION] [--no-git] [--autorev] [--binary]
+ [--also-native] [--src-subdir SUBDIR]
[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.
- positional arguments:
+ arguments:
recipename Name for new recipe to add (just name - no version,
path or extension). If not specified, will attempt to
auto-detect it.
@@ -1357,7 +1346,7 @@
fetchuri Fetch the specified URI and extract it to create the
source tree
- optional arguments:
+ options:
-h, --help show this help message and exit
--same-dir, -s Build in same directory as source
--no-same-dir Force build in a separate build directory
@@ -1368,6 +1357,8 @@
Version to use within recipe (PV)
--no-git, -g If fetching source, do not set up source tree as a git
repository
+ --autorev, -a When fetching from a git repository, set SRCREV in the
+ recipe to a floating revision instead of fixed
--binary, -b Treat the source tree as something that should be
installed verbatim (no compilation, same directory
structure). Useful with binary packages e.g. RPMs.
diff --git a/documentation/dev-manual/figures/devtool-add-flow.png b/documentation/dev-manual/figures/devtool-add-flow.png
index c09e60e355..985ac331f1 100644
Binary files a/documentation/dev-manual/figures/devtool-add-flow.png and b/documentation/dev-manual/figures/devtool-add-flow.png differ
diff --git a/documentation/dev-manual/figures/devtool-modify-flow.png b/documentation/dev-manual/figures/devtool-modify-flow.png
index cd7f4d05b1..fd684ffbe9 100644
Binary files a/documentation/dev-manual/figures/devtool-modify-flow.png and b/documentation/dev-manual/figures/devtool-modify-flow.png differ