From 461dba44faf57fd9de63b04cf0e3bb99a78bf0db Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 8 May 2018 12:20:37 -0700 Subject: ref-manual: Updated STAGING_DIR_HOST variable description. Fixed some grammar issues. (From yocto-docs rev: 5d19e2102d1251dd4fa561995c29191c1489f7fc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 33 ++++++++++++++++-------------- 1 file changed, 18 insertions(+), 15 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7fbc508f53..9783f71952 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -13618,11 +13618,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Specifies the path to the sysroot directory for the system - that the component is built to run on (the system that hosts - the component). - For most recipes, this sysroot is the one that the recipe's + on which the component is built to run (the system that + hosts the component). + For most recipes, this sysroot is the one in which that + recipe's do_populate_sysroot - task copies files into. + task copies files. Exceptions include -native recipes, where the do_populate_sysroot task instead uses @@ -13631,17 +13632,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" STAGING_DIR_HOST can have the following values: - For recipes building for the target - machine, the value is + + For recipes building for the target machine, the + value is "${STAGING_DIR}/${MACHINE}". - For native recipes building - for the build host, the value is empty given the - assumption that when building for the build host, - the build host's own directories should be used. - - -native recipes are not - installed into host paths like such as + + For native recipes building for the build host, the + value is empty given the assumption that when + building for the build host, the build host's own + directories should be used. + + -native recipes are + not installed into host paths like such as /usr. Rather, these recipes are installed into STAGING_DIR_NATIVE. @@ -13657,7 +13660,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" example, GCC's -isystem option. - This emphasizes that the + Thus, the emphasis is that the STAGING_DIR* variables should be viewed as input variables by tasks such as @@ -13671,7 +13674,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" -native recipes, as they make use of host headers and libraries. - + -- cgit v1.2.3-54-g00ecf