diff options
author | cos <cos> | 2015-10-01 11:15:13 +0200 |
---|---|---|
committer | cos <cos> | 2015-10-02 16:12:34 +0200 |
commit | d541450e7caf92997c578182a35c9f8c3acc4abc (patch) | |
tree | 32f99818fd840d2a6d009c97a7b4467a29e0548f | |
parent | 3e63abc6977bd5ef52ccb4d3757536bd564dfd34 (diff) | |
download | bitbake-d541450e7caf92997c578182a35c9f8c3acc4abc.zip |
user-manual-metadata: Clarify functionality of task flag 'dirs'.cr/document_dirs_workdir
-rw-r--r-- | doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 1b9d8001..1d8bb925 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -1233,7 +1233,9 @@ section for more information. </para></listitem> <listitem><para><emphasis>dirs:</emphasis> - Directories that should be created before the task runs. + Directories that should be created before the task runs. The + last directory listed will be used as the work directory for the + task. </para></listitem> <listitem><para><emphasis>lockfiles:</emphasis> Specifies one or more lockfiles to lock while the task |