Extended description of the ${D} variable to better explain its purpose.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dennis Meier
2014-04-09 14:13:17 +02:00
committed by Richard Purdie
parent 9659789223
commit 750210bfce

View File

@@ -1431,7 +1431,16 @@
<glossentry id='var-D'><glossterm>D</glossterm>
<glossdef>
<para>The destination directory.</para>
<para>
The destination directory.
The location in the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
, where components are installed by the do_install() task.
This defaults to:
<literallayout class='monospaced'>
${WORKDIR}/image
</literallayout>
</para>
</glossdef>
</glossentry>