1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

bitbake: bitbake-user-manual-metadata.xml: Alphabetized varflag list.

This list should have been in alphabetical order.  It is now.

(Bitbake rev: 9b7fae5c36c7b48237ce7903434602ebc1a07b20)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2015-05-11 08:36:50 -06:00
committed by Richard Purdie
parent 0e8f83fd92
commit cc63e1568b
@@ -1185,12 +1185,28 @@
Tasks support a number of these flags which control various Tasks support a number of these flags which control various
functionality of the task: functionality of the task:
<itemizedlist> <itemizedlist>
<listitem><para><emphasis>dirs:</emphasis>
Directories that should be created before the task runs.
</para></listitem>
<listitem><para><emphasis>cleandirs:</emphasis> <listitem><para><emphasis>cleandirs:</emphasis>
Empty directories that should created before the task runs. Empty directories that should created before the task runs.
</para></listitem> </para></listitem>
<listitem><para><emphasis>depends:</emphasis>
Controls inter-task dependencies.
See the
<link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>
variable and the
"<link linkend='inter-task-dependencies'>Inter-Task Dependencies</link>"
section for more information.
</para></listitem>
<listitem><para><emphasis>deptask:</emphasis>
Controls task build-time dependencies.
See the
<link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>
variable and the
"<link linkend='build-dependencies'>Build Dependencies</link>"
section for more information.
</para></listitem>
<listitem><para><emphasis>dirs:</emphasis>
Directories that should be created before the task runs.
</para></listitem>
<listitem><para><emphasis>lockfiles:</emphasis> <listitem><para><emphasis>lockfiles:</emphasis>
Specifies one or more lockfiles to lock while the task Specifies one or more lockfiles to lock while the task
executes. executes.
@@ -1210,20 +1226,20 @@
Tells BitBake to not generate a stamp file for a task, Tells BitBake to not generate a stamp file for a task,
which implies the task should always be executed. which implies the task should always be executed.
</para></listitem> </para></listitem>
<listitem><para><emphasis>recideptask:</emphasis> <listitem><para><emphasis>postfuncs:</emphasis>
When set in conjunction with List of functions to call after the completion of the task.
<filename>recrdeptask</filename>, specifies a task that
should be inspected for additional dependencies.
</para></listitem> </para></listitem>
<listitem><para><emphasis>umask:</emphasis> <listitem><para><emphasis>prefuncs:</emphasis>
The umask to run the task under. List of functions to call before the task executes.
</para></listitem> </para></listitem>
<listitem><para><emphasis>deptask:</emphasis> <listitem><para><emphasis>rdepends:</emphasis>
Controls task build-time dependencies. Controls inter-task runtime dependencies.
See the See the
<link linkend='var-DEPENDS'><filename>DEPENDS</filename></link> <link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>
variable and the variable, the
"<link linkend='build-dependencies'>Build Dependencies</link>" <link linkend='var-RRECOMMENDS'><filename>RRECOMMENDS</filename></link>
variable, and the
"<link linkend='inter-task-dependencies'>Inter-Task Dependencies</link>"
section for more information. section for more information.
</para></listitem> </para></listitem>
<listitem><para><emphasis>rdeptask:</emphasis> <listitem><para><emphasis>rdeptask:</emphasis>
@@ -1236,6 +1252,11 @@
"<link linkend='runtime-dependencies'>Runtime Dependencies</link>" "<link linkend='runtime-dependencies'>Runtime Dependencies</link>"
section for more information. section for more information.
</para></listitem> </para></listitem>
<listitem><para><emphasis>recideptask:</emphasis>
When set in conjunction with
<filename>recrdeptask</filename>, specifies a task that
should be inspected for additional dependencies.
</para></listitem>
<listitem><para><emphasis>recrdeptask:</emphasis> <listitem><para><emphasis>recrdeptask:</emphasis>
Controls task recursive runtime dependencies. Controls task recursive runtime dependencies.
See the See the
@@ -1246,35 +1267,14 @@
"<link linkend='recursive-dependencies'>Recursive Dependencies</link>" "<link linkend='recursive-dependencies'>Recursive Dependencies</link>"
section for more information. section for more information.
</para></listitem> </para></listitem>
<listitem><para><emphasis>depends:</emphasis>
Controls inter-task dependencies.
See the
<link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>
variable and the
"<link linkend='inter-task-dependencies'>Inter-Task Dependencies</link>"
section for more information.
</para></listitem>
<listitem><para><emphasis>rdepends:</emphasis>
Controls inter-task runtime dependencies.
See the
<link linkend='var-RDEPENDS'><filename>RDEPENDS</filename></link>
variable, the
<link linkend='var-RRECOMMENDS'><filename>RRECOMMENDS</filename></link>
variable, and the
"<link linkend='inter-task-dependencies'>Inter-Task Dependencies</link>"
section for more information.
</para></listitem>
<listitem><para><emphasis>postfuncs:</emphasis>
List of functions to call after the completion of the task.
</para></listitem>
<listitem><para><emphasis>prefuncs:</emphasis>
List of functions to call before the task executes.
</para></listitem>
<listitem><para><emphasis>stamp-extra-info:</emphasis> <listitem><para><emphasis>stamp-extra-info:</emphasis>
Extra stamp information to append to the task's stamp. Extra stamp information to append to the task's stamp.
As an example, OpenEmbedded uses this flag to allow As an example, OpenEmbedded uses this flag to allow
machine-specific tasks. machine-specific tasks.
</para></listitem> </para></listitem>
<listitem><para><emphasis>umask:</emphasis>
The umask to run the task under.
</para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>
@@ -1294,16 +1294,16 @@
does not allow BitBake to automatically determine does not allow BitBake to automatically determine
that the variable is referred to. that the variable is referred to.
</para></listitem> </para></listitem>
<listitem><para><emphasis>vardepvalue:</emphasis>
If set, instructs BitBake to ignore the actual
value of the variable and instead use the specified
value when calculating the variable's signature.
</para></listitem>
<listitem><para><emphasis>vardepsexclude:</emphasis> <listitem><para><emphasis>vardepsexclude:</emphasis>
Specifies a space-separated list of variables Specifies a space-separated list of variables
that should be excluded from a variable's dependencies that should be excluded from a variable's dependencies
for the purposes of calculating its signature. for the purposes of calculating its signature.
</para></listitem> </para></listitem>
<listitem><para><emphasis>vardepvalue:</emphasis>
If set, instructs BitBake to ignore the actual
value of the variable and instead use the specified
value when calculating the variable's signature.
</para></listitem>
<listitem><para><emphasis>vardepvalueexclude:</emphasis> <listitem><para><emphasis>vardepvalueexclude:</emphasis>
Specifies a pipe-separated list of strings to exclude Specifies a pipe-separated list of strings to exclude
from the variable's value when calculating the from the variable's value when calculating the