summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-18 10:36:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-22 12:20:48 +0100
commit26354c27151a1053a69a669f7ebf6a5ed46735f9 (patch)
treeabb5dad8e649dec82621949932bc9b9ecebf75d6 /documentation/ref-manual/ref-variables.xml
parent33ed042d4f6de99efca7c6724b8966b9da79e330 (diff)
downloadpoky-26354c27151a1053a69a669f7ebf6a5ed46735f9.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml31
1 files changed, 29 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 51f4966349..9e2be223e7 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1059,8 +1059,8 @@ Core layer for images cannot be removed
1059 <glossentry id='var-DEPLOY_DIR'><glossterm>DEPLOY_DIR</glossterm> 1059 <glossentry id='var-DEPLOY_DIR'><glossterm>DEPLOY_DIR</glossterm>
1060 <glossdef> 1060 <glossdef>
1061 <para> 1061 <para>
1062 Points to the area that the OpenEmbedded build system uses 1062 Points to the general area that the OpenEmbedded build
1063 to place images, packages, SDKs and other output 1063 system uses to place images, packages, SDKs and other output
1064 files that are ready to be used outside of the build system. 1064 files that are ready to be used outside of the build system.
1065 By default, this directory resides within the 1065 By default, this directory resides within the
1066 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> 1066 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
@@ -1081,6 +1081,33 @@ Core layer for images cannot be removed
1081 </glossdef> 1081 </glossdef>
1082 </glossentry> 1082 </glossentry>
1083 1083
1084 <glossentry id='var-DEPLOY_DIR_IMAGE'><glossterm>DEPLOY_DIR_IMAGE</glossterm>
1085 <glossdef>
1086 <para>
1087 Points to the area that the OpenEmbedded build system uses
1088 to place images and other associated output files that are
1089 ready to be deployed onto the target machine.
1090 The directory is machine-specific as it contains the
1091 <filename>${MACHINE}</filename> name.
1092 By default, this directory resides within the
1093 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
1094 as <filename>tmp/deploy/images/${MACHINE}/</filename>.
1095 </para>
1096
1097 <para>
1098 For more information on the structure of the Build
1099 Directory, see
1100 "<link linkend='structure-build'>The Build Directory - <filename>build/</filename></link>"
1101 section.
1102 For more detail on the contents of the
1103 <filename>deploy</filename> directory, see the
1104 "<link linkend='images-dev-environment'>Images</link>" and
1105 "<link linkend='sdk-dev-environment'>Application Development SDK</link>"
1106 sections.
1107 </para>
1108 </glossdef>
1109 </glossentry>
1110
1084 <glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION</glossterm> 1111 <glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION</glossterm>
1085 <glossdef> 1112 <glossdef>
1086 <para>The package description used by package managers. 1113 <para>The package description used by package managers.