diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-03 17:22:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-17 10:22:59 +0100 |
commit | 50d78130fd13bcf09288f37e07c4baf6490587eb (patch) | |
tree | 4a97fe6f0481a0fc5c9bcd76ae947de666ddbada /bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |
parent | 500ebdda6be978fe4edc3a37b685e999c7436be0 (diff) | |
download | poky-50d78130fd13bcf09288f37e07c4baf6490587eb.tar.gz |
bitbake: bitbake-user-manual: Added detail to [dirs] and [cleardirs] flags
Fixes [YOCTO #10071]
Provided more clear descriptions for these two flags.
(Bitbake rev: c85c9a468dc3ce606a5f8797e6be8b411a9f3bdb)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml')
-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 |