[oe-commits] [bitbake] 05/09: bitbake-user-manual: Added detail to [dirs] and [cleardirs] flags

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 09:24:41 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit c85c9a468dc3ce606a5f8797e6be8b411a9f3bdb
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Wed Aug 3 17:22:58 2016 -0700

    bitbake-user-manual: Added detail to [dirs] and [cleardirs] flags
    
    Fixes [YOCTO #10071]
    
    Provided more clear descriptions for these two flags.
    
    Signed-off-by: Scott Rifenbark <srifenbark at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 7ef848f..6fa8148 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -1394,7 +1394,10 @@
             functionality of the task:
             <itemizedlist>
                 <listitem><para><emphasis>cleandirs:</emphasis>
-                    Empty directories that should created before the task runs.
+                    Empty directories that should be created before the
+                    task runs.
+                    Directories that already exist are removed and recreated
+                    to empty them.
                     </para></listitem>
                 <listitem><para><emphasis>depends:</emphasis>
                     Controls inter-task dependencies.
@@ -1414,8 +1417,9 @@
                     </para></listitem>
                 <listitem><para><emphasis>dirs:</emphasis>
                     Directories that should be created before the task runs.
-                    The last directory listed will be used as the work directory
-                    for the task.
+                    Directories that already exist are left as is.
+                    The last directory listed is used as the
+                    current working directory for the task.
                     </para></listitem>
                 <listitem><para><emphasis>lockfiles:</emphasis>
                      Specifies one or more lockfiles to lock while the task

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list