From 2abfe0cc3d222f5e84642063f8645ceaf9d66fb2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Aug 2013 17:05:04 +0300 Subject: [PATCH] ref-manual: New variables descriptions for PKGDATA_DIR and PKGDESTWORK (From yocto-docs rev: a5c3663f6fa6e8f98a7626b99b5ad9ca2058670b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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" + PKGDATA_DIR + + + Points to a shared, global-state directory that holds data + generated during the packaging process. + During the packaging process, the + do_packagedata task packages + data for each recipe and installs it into this temporary, + shared area. + + + + PKGDEST @@ -3507,6 +3520,29 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + PKGDESTWORK + + + Points to a temporary work area used by the + do_package task to write output + from the do_packagedata task. + The PKGDESTWORK location defaults to + the following: + + ${WORKDIR}/pkgdata + + The do_packagedata task then packages + the data in the temporary work area and installs it into a + shared directory pointed to by + PKGDATA_DIR. + + + + Do not change this default. + + + + PN This variable can have two separate functions depending on the context: a recipe