summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-26 17:05:04 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-30 18:14:12 +0100
commit2abfe0cc3d222f5e84642063f8645ceaf9d66fb2 (patch)
treebbcb94d3fc4f93814b666cf6a59dab5893fd7a5f /documentation
parentefff0d55048d674047039668397d24797c1dba72 (diff)
downloadpoky-2abfe0cc3d222f5e84642063f8645ceaf9d66fb2.tar.gz
ref-manual: New variables descriptions for PKGDATA_DIR and PKGDESTWORK
(From yocto-docs rev: a5c3663f6fa6e8f98a7626b99b5ad9ca2058670b) 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.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index afcf7a72ba..040c386945 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3490,6 +3490,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3490 </glossdef> 3490 </glossdef>
3491 </glossentry> 3491 </glossentry>
3492 3492
3493 <glossentry id='var-PKGDATA_DIR'><glossterm>PKGDATA_DIR</glossterm>
3494 <glossdef>
3495 <para>
3496 Points to a shared, global-state directory that holds data
3497 generated during the packaging process.
3498 During the packaging process, the
3499 <filename>do_packagedata</filename> task packages
3500 data for each recipe and installs it into this temporary,
3501 shared area.
3502 </para>
3503 </glossdef>
3504 </glossentry>
3505
3493 <glossentry id='var-PKGDEST'><glossterm>PKGDEST</glossterm> 3506 <glossentry id='var-PKGDEST'><glossterm>PKGDEST</glossterm>
3494 <glossdef> 3507 <glossdef>
3495 <para> 3508 <para>
@@ -3507,6 +3520,29 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3507 </glossdef> 3520 </glossdef>
3508 </glossentry> 3521 </glossentry>
3509 3522
3523 <glossentry id='var-PKGDESTWORK'><glossterm>PKGDESTWORK</glossterm>
3524 <glossdef>
3525 <para>
3526 Points to a temporary work area used by the
3527 <filename>do_package</filename> task to write output
3528 from the <filename>do_packagedata</filename> task.
3529 The <filename>PKGDESTWORK</filename> location defaults to
3530 the following:
3531 <literallayout class='monospaced'>
3532 ${WORKDIR}/pkgdata
3533 </literallayout>
3534 The <filename>do_packagedata</filename> task then packages
3535 the data in the temporary work area and installs it into a
3536 shared directory pointed to by
3537 <link linkend='var-PKGDATA_DIR'><filename>PKGDATA_DIR</filename></link>.
3538 </para>
3539
3540 <para>
3541 Do not change this default.
3542 </para>
3543 </glossdef>
3544 </glossentry>
3545
3510 <glossentry id='var-PN'><glossterm>PN</glossterm> 3546 <glossentry id='var-PN'><glossterm>PN</glossterm>
3511 <glossdef> 3547 <glossdef>
3512 <para>This variable can have two separate functions depending on the context: a recipe 3548 <para>This variable can have two separate functions depending on the context: a recipe