mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 09:49:41 +01:00
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:
committed by
Richard Purdie
parent
9659789223
commit
750210bfce
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user