diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index d97c301f9c..d7d6c92ee8 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -1185,12 +1185,28 @@
Tasks support a number of these flags which control various
functionality of the task:
- dirs:
- Directories that should be created before the task runs.
- cleandirs:
Empty directories that should created before the task runs.
+ depends:
+ Controls inter-task dependencies.
+ See the
+ DEPENDS
+ variable and the
+ "Inter-Task Dependencies"
+ section for more information.
+
+ deptask:
+ Controls task build-time dependencies.
+ See the
+ DEPENDS
+ variable and the
+ "Build Dependencies"
+ section for more information.
+
+ dirs:
+ Directories that should be created before the task runs.
+ lockfiles:
Specifies one or more lockfiles to lock while the task
executes.
@@ -1210,20 +1226,20 @@
Tells BitBake to not generate a stamp file for a task,
which implies the task should always be executed.
- recideptask:
- When set in conjunction with
- recrdeptask, specifies a task that
- should be inspected for additional dependencies.
+ postfuncs:
+ List of functions to call after the completion of the task.
- umask:
- The umask to run the task under.
+ prefuncs:
+ List of functions to call before the task executes.
- deptask:
- Controls task build-time dependencies.
+ rdepends:
+ Controls inter-task runtime dependencies.
See the
- DEPENDS
- variable and the
- "Build Dependencies"
+ RDEPENDS
+ variable, the
+ RRECOMMENDS
+ variable, and the
+ "Inter-Task Dependencies"
section for more information.
rdeptask:
@@ -1236,6 +1252,11 @@
"Runtime Dependencies"
section for more information.
+ recideptask:
+ When set in conjunction with
+ recrdeptask, specifies a task that
+ should be inspected for additional dependencies.
+ recrdeptask:
Controls task recursive runtime dependencies.
See the
@@ -1246,35 +1267,14 @@
"Recursive Dependencies"
section for more information.
- depends:
- Controls inter-task dependencies.
- See the
- DEPENDS
- variable and the
- "Inter-Task Dependencies"
- section for more information.
-
- rdepends:
- Controls inter-task runtime dependencies.
- See the
- RDEPENDS
- variable, the
- RRECOMMENDS
- variable, and the
- "Inter-Task Dependencies"
- section for more information.
-
- postfuncs:
- List of functions to call after the completion of the task.
-
- prefuncs:
- List of functions to call before the task executes.
- stamp-extra-info:
Extra stamp information to append to the task's stamp.
As an example, OpenEmbedded uses this flag to allow
machine-specific tasks.
+ umask:
+ The umask to run the task under.
+
@@ -1294,16 +1294,16 @@
does not allow BitBake to automatically determine
that the variable is referred to.
- vardepvalue:
- If set, instructs BitBake to ignore the actual
- value of the variable and instead use the specified
- value when calculating the variable's signature.
- vardepsexclude:
Specifies a space-separated list of variables
that should be excluded from a variable's dependencies
for the purposes of calculating its signature.
+ vardepvalue:
+ If set, instructs BitBake to ignore the actual
+ value of the variable and instead use the specified
+ value when calculating the variable's signature.
+ vardepvalueexclude:
Specifies a pipe-separated list of strings to exclude
from the variable's value when calculating the