mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02: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
bd1e9a6a3a
commit
1929766ed5
@@ -1431,7 +1431,16 @@
|
|||||||
|
|
||||||
<glossentry id='var-D'><glossterm>D</glossterm>
|
<glossentry id='var-D'><glossterm>D</glossterm>
|
||||||
<glossdef>
|
<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>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user