mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1929766ed5
commit
f0cbff052e
@@ -1432,14 +1432,13 @@
|
|||||||
<glossentry id='var-D'><glossterm>D</glossterm>
|
<glossentry id='var-D'><glossterm>D</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
The destination directory.
|
The destination directory.
|
||||||
The location in the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
|
The location in the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
|
||||||
, where components are installed by the do_install() task.
|
where components are installed by the <filename>do_install</filename> task.
|
||||||
This defaults to:
|
This location defaults to:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
${WORKDIR}/image
|
${WORKDIR}/image
|
||||||
</literallayout>
|
</literallayout>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user