From 50d78130fd13bcf09288f37e07c4baf6490587eb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 3 Aug 2016 17:22:58 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../bitbake-user-manual-metadata.xml | 10 +++++++--- 1 file 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 @@ functionality of the task: cleandirs: - 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. depends: Controls inter-task dependencies. @@ -1414,8 +1417,9 @@ dirs: 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. lockfiles: Specifies one or more lockfiles to lock while the task