mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
ref-manual, mega-manual: Updates to "Image Generation"
Fixes [YOCTO #2808] Updated the figure and placed it in the folders area for both the ref-manual and mega-manual. I had to add the DEPLOY_DIR_IMAGE variable and create a new machine-specific directory below deploy. The text had to be adjusted to reflect this change as well. Also, created a new variable entry for DEPLOY_DIR_IMAGE for the glossary of the ref-manual. (From yocto-docs rev: 50a68810f854b32fa5dba477eafa8fd1eebbd7a4) 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
33ed042d4f
commit
26354c2715
@@ -1059,8 +1059,8 @@ Core layer for images cannot be removed
|
||||
<glossentry id='var-DEPLOY_DIR'><glossterm>DEPLOY_DIR</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Points to the area that the OpenEmbedded build system uses
|
||||
to place images, packages, SDKs and other output
|
||||
Points to the general area that the OpenEmbedded build
|
||||
system uses to place images, packages, SDKs and other output
|
||||
files that are ready to be used outside of the build system.
|
||||
By default, this directory resides within the
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
|
||||
@@ -1081,6 +1081,33 @@ Core layer for images cannot be removed
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-DEPLOY_DIR_IMAGE'><glossterm>DEPLOY_DIR_IMAGE</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Points to the area that the OpenEmbedded build system uses
|
||||
to place images and other associated output files that are
|
||||
ready to be deployed onto the target machine.
|
||||
The directory is machine-specific as it contains the
|
||||
<filename>${MACHINE}</filename> name.
|
||||
By default, this directory resides within the
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
|
||||
as <filename>tmp/deploy/images/${MACHINE}/</filename>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
For more information on the structure of the Build
|
||||
Directory, see
|
||||
"<link linkend='structure-build'>The Build Directory - <filename>build/</filename></link>"
|
||||
section.
|
||||
For more detail on the contents of the
|
||||
<filename>deploy</filename> directory, see the
|
||||
"<link linkend='images-dev-environment'>Images</link>" and
|
||||
"<link linkend='sdk-dev-environment'>Application Development SDK</link>"
|
||||
sections.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION</glossterm>
|
||||
<glossdef>
|
||||
<para>The package description used by package managers.
|
||||
|
||||
Reference in New Issue
Block a user