From f63a3b65fb413a5c0cae5fc99ff7be02481ddaa6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 12 Feb 2015 07:30:01 -0800 Subject: [PATCH] ref-manual: Updates to some variables per review comments. Updates to the following: BUILD_ARCH SOURCE_MIRROR_FETCH TARGET_PREFIX SDK_PREFIX SDK_SYS (I added this one new). (From yocto-docs rev: ad5f9b56dc912783b415b30604456bd5071f9721) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 34 +++++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 9caebf49f5..6ecfaf8f63 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1220,7 +1220,7 @@ meta/conf/machine/include//arch-.inc - Specifies the architecture of the build system + Specifies the architecture of the build host (e.g. i686). The OpenEmbedded build system sets the value of BUILD_ARCH from the machine name @@ -1344,6 +1344,31 @@ meta/conf/machine/include//arch-.inc + BUILD_SYS + + BUILD_SYS[doc] = "The toolchain binary prefix used for native recipes." + + + + Specifies the system, including the architecture and + the operating system, to use when building for the build + host (i.e. when building native + recipes). + + + + The OpenEmbedded build system automatically sets this + variable based on + BUILD_ARCH, + BUILD_VENDOR, + and + BUILD_OS. + You do not need to set the BUILD_SYS + variable yourself. + + + + BUILD_VENDOR BUILD_VENDOR[doc] = "The vendor name to use when building for the build host." @@ -9334,6 +9359,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SDK_PREFIX value to set the TARGET_PREFIX when building nativesdk recipes. + The default value is "${SDK_SYS}-". @@ -10946,12 +10972,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_PREFIX - TARGET_PREFIX[doc] = "Toolchain binary prefix for the target tools." + TARGET_PREFIX[doc] = "The prefix used for the toolchain binary target tools." - Specifies the prefix used for the path of the toolchain - binary target tools. + Specifies the prefix used for the toolchain binary target + tools.