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.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.