diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-09 07:20:51 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:28 +0000 |
| commit | 3224ec9b9854fce428a8b9cfe71b400393c1cf96 (patch) | |
| tree | 68e6ab4a67c9cbb3c44bf2406297bb4ad47888f5 /documentation/ref-manual | |
| parent | 644fdc41557f487c671e438f3d8574087b47ec29 (diff) | |
| download | poky-3224ec9b9854fce428a8b9cfe71b400393c1cf96.tar.gz | |
ref-manual: Added new DEPLOYDIR variable.
(From yocto-docs rev: 756e6a29345a4dd3292e8f70216b663f23104f43)
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')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 21 |
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. |
