summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
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.