From 53c70dee67eb1644d34fe325c4cfe8353b57a19b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 2 Aug 2013 14:07:04 +0300 Subject: [PATCH] ref-manual: New glossary entry for DEPLOY_DIR. (From yocto-docs rev: f1594bfbc795dd9c22545b4d01601fbc88c91610) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3a4da44b79..732fd9aa4f 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 + DEPLOY_DIR + + + 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 + Build Directory + as tmp/deploy. + + + + For more information on the structure of the Build + Directory, see + "The Build Directory - build/" + section. + For more detail on the contents of the + deploy directory, see the + "Images and Application Development SDK" + section. + + + + DESCRIPTION The package description used by package managers.