diff options
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
1191 | <listitem><para><emphasis>cleandirs:</emphasis> | 1191 | <listitem><para><emphasis>cleandirs:</emphasis> |
1192 | Empty directories that should created before the task runs. | 1192 | Empty directories that should created before the task runs. |
1193 | </para></listitem> | 1193 | </para></listitem> |
1194 | <listitem><para><emphasis>lockfiles:</emphasis> | ||
1195 | Specifies one or more lockfiles to lock while the task | ||
1196 | executes. | ||
1197 | Only one task may hold a lockfile, and any task that | ||
1198 | attempts to lock an already locked file will block until | ||
1199 | the lock is released. | ||
1200 | You can use this variable flag to accomplish mutual | ||
1201 | exclusion. | ||
1202 | </para></listitem> | ||
1194 | <listitem><para><emphasis>noexec:</emphasis> | 1203 | <listitem><para><emphasis>noexec:</emphasis> |
1195 | Marks the tasks as being empty and no execution required. | 1204 | Marks the tasks as being empty and no execution required. |
1196 | The <filename>noexec</filename> flag can be used to set up | 1205 | The <filename>noexec</filename> flag can be used to set up |
@@ -1201,6 +1210,11 @@ | |||
1201 | Tells BitBake to not generate a stamp file for a task, | 1210 | Tells BitBake to not generate a stamp file for a task, |
1202 | which implies the task should always be executed. | 1211 | which implies the task should always be executed. |
1203 | </para></listitem> | 1212 | </para></listitem> |
1213 | <listitem><para><emphasis>recideptask:</emphasis> | ||
1214 | When set in conjunction with | ||
1215 | <filename>recrdeptask</filename>, specifies a task that | ||
1216 | should be inspected for additional dependencies. | ||
1217 | </para></listitem> | ||
1204 | <listitem><para><emphasis>umask:</emphasis> | 1218 | <listitem><para><emphasis>umask:</emphasis> |
1205 | The umask to run the task under. | 1219 | The umask to run the task under. |
1206 | </para></listitem> | 1220 | </para></listitem> |