summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-09 07:20:51 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:24 +0000
commit9881936f9c384e35832aee38bd7fc116ae2611ae (patch)
tree346418c4c0fffb61efbb63c84a72ac7a5c362eed /documentation/ref-manual/ref-variables.xml
parent936b8180e3615251b2bd2c99cb23e969222dd3bb (diff)
downloadpoky-9881936f9c384e35832aee38bd7fc116ae2611ae.tar.gz
ref-manual: Added new DEPLOYDIR variable.
(From yocto-docs rev: 7edc293539ffc630f05e4a63f6efff4e4e9930b7) 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.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2f3aafacc6..210b29da17 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1321,6 +1321,27 @@
1321 </glossdef> 1321 </glossdef>
1322 </glossentry> 1322 </glossentry>
1323 1323
1324 <glossentry id='var-DEPLOYDIR'><glossterm>DEPLOYDIR</glossterm>
1325 <glossdef>
1326 <para>
1327 For recipes that inherit the
1328 <link linkend='ref-classes-deploy'><filename>deploy</filename></link>
1329 class, the <filename>DEPLOYDIR</filename> points to a
1330 temporary work area for deployed files that is set in the
1331 <filename>deploy</filename> class as follows:
1332 <literallayout class='monospaced'>
1333 DEPLOYDIR = "${WORKDIR}/deploy-${<link linkend='var-PN'><filename>PN</filename></link>}"
1334 </literallayout>
1335 Recipes inheriting the <filename>deploy</filename> class
1336 should copy files to be deployed into
1337 <filename>DEPLOYDIR</filename>, and the class will take
1338 care of copying them into
1339 <link linkend='var-DEPLOY_DIR_IMAGE'><filename>DEPLOY_DIR_IMAGE</filename></link>
1340 afterwards.
1341 </para>
1342 </glossdef>
1343 </glossentry>
1344
1324 <glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION</glossterm> 1345 <glossentry id='var-DESCRIPTION'><glossterm>DESCRIPTION</glossterm>
1325 <glossdef> 1346 <glossdef>
1326 <para>The package description used by package managers. 1347 <para>The package description used by package managers.