summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-02 14:07:04 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:47 +0100
commit53c70dee67eb1644d34fe325c4cfe8353b57a19b (patch)
treea7ac1b5ee07bd0cb0541299b5571c9fdea33b3f0 /documentation
parent40b9e61f699caccf87d74b38a272b83670a9b90a (diff)
downloadast2050-yocto-poky-53c70dee67eb1644d34fe325c4cfe8353b57a19b.zip
ast2050-yocto-poky-53c70dee67eb1644d34fe325c4cfe8353b57a19b.tar.gz
ref-manual: New glossary entry for DEPLOY_DIR.
(From yocto-docs rev: f1594bfbc795dd9c22545b4d01601fbc88c91610) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 3a4da44..732fd9a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -776,6 +776,30 @@ Core layer for images cannot be removed
</glossdef>
</glossentry>
+ <glossentry id='var-DEPLOY_DIR'><glossterm>DEPLOY_DIR</glossterm>
+ <glossdef>
+ <para>
+ Points to the area that the OpenEmbedded build system uses
+ to place images and their related files created with
+ BitBake.
+ By default, this directory resides within the
+ <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
+ as <filename>tmp/deploy</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-and-application-development-sdk'>Images and Application Development SDK</link>"
+ section.
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION</glossterm>
<glossdef>
<para>The package description used by package managers.
OpenPOWER on IntegriCloud