diff options
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 10 |
1 files changed, 7 insertions, 3 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 7ef848f006..6fa814866a 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |||
@@ -1394,7 +1394,10 @@ | |||
1394 | functionality of the task: | 1394 | functionality of the task: |
1395 | <itemizedlist> | 1395 | <itemizedlist> |
1396 | <listitem><para><emphasis>cleandirs:</emphasis> | 1396 | <listitem><para><emphasis>cleandirs:</emphasis> |
1397 | Empty directories that should created before the task runs. | 1397 | Empty directories that should be created before the |
1398 | task runs. | ||
1399 | Directories that already exist are removed and recreated | ||
1400 | to empty them. | ||
1398 | </para></listitem> | 1401 | </para></listitem> |
1399 | <listitem><para><emphasis>depends:</emphasis> | 1402 | <listitem><para><emphasis>depends:</emphasis> |
1400 | Controls inter-task dependencies. | 1403 | Controls inter-task dependencies. |
@@ -1414,8 +1417,9 @@ | |||
1414 | </para></listitem> | 1417 | </para></listitem> |
1415 | <listitem><para><emphasis>dirs:</emphasis> | 1418 | <listitem><para><emphasis>dirs:</emphasis> |
1416 | Directories that should be created before the task runs. | 1419 | Directories that should be created before the task runs. |
1417 | The last directory listed will be used as the work directory | 1420 | Directories that already exist are left as is. |
1418 | for the task. | 1421 | The last directory listed is used as the |
1422 | current working directory for the task. | ||
1419 | </para></listitem> | 1423 | </para></listitem> |
1420 | <listitem><para><emphasis>lockfiles:</emphasis> | 1424 | <listitem><para><emphasis>lockfiles:</emphasis> |
1421 | Specifies one or more lockfiles to lock while the task | 1425 | Specifies one or more lockfiles to lock while the task |