From 088da288438eaabe2a31a73e626bfc56323330dc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Jun 2014 15:46:05 +0300 Subject: ref-manual: Edits to some STAGING* variables. Changed a view wordings to more accurately describe what was going on. This was feedback from Paul Eggleton's review. (From yocto-docs rev: 6152a849c0e26178ce13a29b1f353d1b2912427c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fff28ffed6..a534ae3060 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -7721,8 +7721,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Specifies the path to the /lib - subdirectory of the sysroot directory for which the target - is being built + subdirectory of the sysroot directory for the target + for which the current recipe is being built (STAGING_DIR_HOST). @@ -7733,7 +7733,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Specifies the path to the /usr/bin subdirectory of the - sysroot directory for which the target is being built + sysroot directory for the target for which the current + recipe is being built (STAGING_DIR_HOST). @@ -7775,8 +7776,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Specifies the path to the /usr/share - subdirectory of the sysroot directory for which the - target is being built + subdirectory of the sysroot directory for the target + for which the current recipe is being built (STAGING_DIR_HOST). @@ -7791,7 +7792,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Recipes should never write files directly under this directory because the OpenEmbedded build system - the directory automatically. + manages the directory automatically. Instead, files should be installed to ${D} within your recipe's @@ -7850,8 +7851,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_DIR_TARGET - Specifies the path to the sysroot directory for which - the target is being built. + Specifies the path to the sysroot directory for the + target for which the current recipe is being built. In most cases, this path is the STAGING_DIR_HOST. @@ -7885,8 +7886,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Specifies the path to the /usr - subdirectory of the sysroot directory for which the - target is being built + subdirectory of the sysroot directory for the target + for which the current recipe is being built (STAGING_DIR_HOST). @@ -7897,7 +7898,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Specifies the path to the /usr/include subdirectory of the - sysroot directory for which the target is being built + sysroot directory for the target for which the current + recipe being built (STAGING_DIR_HOST). @@ -7916,8 +7918,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Specifies the path to the /usr/lib - subdirectory of the sysroot directory for which the target - is being built + subdirectory of the sysroot directory for the target for + which the current recipe is being built (STAGING_DIR_HOST). -- cgit v1.2.3-54-g00ecf