diff options
author | Martin Samuelsson <martin.samuelsson@axis.com> | 2016-01-17 17:54:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-29 17:03:53 +0000 |
commit | e82101a4ed98b83943ed5c4813f474db3213af81 (patch) | |
tree | 26a3b06f6c182bc04496766a61b88daf56a7f25a | |
parent | 100d6c278299c942f263c432498d29b0b62688ec (diff) | |
download | poky-e82101a4ed98b83943ed5c4813f474db3213af81.tar.gz |
bitbake: bitbake-user-manual-metadata: Updated 'dir' flag
Added more detail to the 'dir' flag to state the last
directory listed will be used as the work directory for the
task.
(Bitbake rev: 2fbd9e4e44f6b491cccca81fd34586fcfdeea3d3)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 2 |
1 files changed, 2 insertions, 0 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 1b9d800108..61daadea92 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |||
@@ -1234,6 +1234,8 @@ | |||
1234 | </para></listitem> | 1234 | </para></listitem> |
1235 | <listitem><para><emphasis>dirs:</emphasis> | 1235 | <listitem><para><emphasis>dirs:</emphasis> |
1236 | Directories that should be created before the task runs. | 1236 | Directories that should be created before the task runs. |
1237 | The last directory listed will be used as the work directory | ||
1238 | for the task. | ||
1237 | </para></listitem> | 1239 | </para></listitem> |
1238 | <listitem><para><emphasis>lockfiles:</emphasis> | 1240 | <listitem><para><emphasis>lockfiles:</emphasis> |
1239 | Specifies one or more lockfiles to lock while the task | 1241 | Specifies one or more lockfiles to lock while the task |