diff options
author | Dennis Meier <meier.dennis@siemens.com> | 2014-04-09 06:41:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-11 18:22:50 +0100 |
commit | 91a0cf7577cb5c6eb9eaa99694e1d17ee80361dd (patch) | |
tree | 7fd2fa6b8ed76920ad7db0190ab64cf169c1919d /documentation/ref-manual/ref-variables.xml | |
parent | 750210bfce7b29c4d478bb934899df1fa843fd98 (diff) | |
download | poky-91a0cf7577cb5c6eb9eaa99694e1d17ee80361dd.tar.gz |
ref-manual: Extended the D variable description.
Applied this patch from Dennis and then removed some whitespace,
used the 5-space indentation convention for the literal, formatted
the task name and did some other minor fixes.
(From yocto-docs rev: 477a9ecb2f91681ee401478189a424793381bfcb)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 2bbee9b300..f39d91c0dc 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1432,14 +1432,13 @@ | |||
1432 | <glossentry id='var-D'><glossterm>D</glossterm> | 1432 | <glossentry id='var-D'><glossterm>D</glossterm> |
1433 | <glossdef> | 1433 | <glossdef> |
1434 | <para> | 1434 | <para> |
1435 | The destination directory. | 1435 | The destination directory. |
1436 | The location in the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | 1436 | The location in the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> |
1437 | , where components are installed by the do_install() task. | 1437 | where components are installed by the <filename>do_install</filename> task. |
1438 | This defaults to: | 1438 | This location defaults to: |
1439 | <literallayout class='monospaced'> | 1439 | <literallayout class='monospaced'> |
1440 | ${WORKDIR}/image | 1440 | ${WORKDIR}/image |
1441 | </literallayout> | 1441 | </literallayout> |
1442 | |||
1443 | </para> | 1442 | </para> |
1444 | </glossdef> | 1443 | </glossdef> |
1445 | </glossentry> | 1444 | </glossentry> |