From 0410f3686039b6089fc20174195f56adb18b985b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 Feb 2015 12:54:24 -0800 Subject: [PATCH] ref-manual: Updates to TARGET_PREFIX and STAGING_DIR_HOST variables. Small typo fix for STAGING_DIR_HOST. Some re-wordings for TARGET_PREFIX. (From yocto-docs rev: 919a13436de6ea150f685a50b6ecc8154b75da86) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 55bbc2bcd4..e377c26fb9 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -10147,7 +10147,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" the build host's own directories should be used. For nativesdk - recipes that Build for the SDK, the value is + recipes that build for the SDK, the value is "${STAGING_DIR}/${MULTIMACH_HOST_SYS}". @@ -10858,26 +10858,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - The toolchain binary prefix for the target tools. + Specifies the prefix used for the path of the toolchain + binary target tools. - Depending on what you are building your image for, the - OpenEmbedded build system sets - TARGET_PREFIX as follows: + Depending on the type of recipe and the build target, + TARGET_PREFIX is set as follows: - For targets, which is the default, the build - system sets the variable to + For recipes building for the target machine, + the value is "${TARGET_SYS}-". - For a native recipe, the build + For native recipes, the build system sets the variable to the value of BUILD_PREFIX. - For a nativesdk recipe, the + For nativesdk recipes, the build system sets the variable to the value of SDK_PREFIX.