From 0e8f83fd92b1caa6bcbc1badf69968994416dbc3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 11 May 2015 08:31:29 -0600 Subject: bitbake: bitbake-user-manual-metadata.xml: Added two new varflag descriptions Added brief descriptions for recideptask and lockfiles. Reported-by: Robert P. J. Day (Bitbake rev: ee52aa304680a27529264cb186df6936b0375118) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../bitbake-user-manual/bitbake-user-manual-metadata.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'bitbake') 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 484b907518..d97c301f9c 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -1191,6 +1191,15 @@ cleandirs: Empty directories that should created before the task runs. + lockfiles: + Specifies one or more lockfiles to lock while the task + executes. + Only one task may hold a lockfile, and any task that + attempts to lock an already locked file will block until + the lock is released. + You can use this variable flag to accomplish mutual + exclusion. + noexec: Marks the tasks as being empty and no execution required. The noexec flag can be used to set up @@ -1201,6 +1210,11 @@ 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. + umask: The umask to run the task under. -- cgit v1.2.3-54-g00ecf