From cc63e1568bd890fc26fa42012ef5f3ccce63f74d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 11 May 2015 08:36:50 -0600 Subject: 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 Signed-off-by: Richard Purdie --- .../bitbake-user-manual-metadata.xml | 86 +++++++++++----------- 1 file changed, 43 insertions(+), 43 deletions(-) (limited to 'bitbake/doc') 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 -- cgit v1.2.3-54-g00ecf