From ce8ead36bbcd926c679a8e3cbb5ac759eb50beeb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 23 Jan 2015 07:40:15 -0800 Subject: adt-manual, ref-manual: Added missing variables and cross-links I added the ADKROOT, GDB, CROSS_COMPILE, and CONFIGURE_FLAGS variables to the glossary. Also added appropriate cross-reference links from the adt-manual to those new variables. (From yocto-docs rev: 812367e3b915b99d900b7934c4d5d409f393e814) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 50 +++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 305176bf2c..38a5a60a8a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -22,7 +22,7 @@ D E F - G + G H I @@ -1953,6 +1953,17 @@ + CONFIGURE_FLAGS + + CONFIGURE_FLAGS[doc] = "The minimal arguments for GNU configure." + + + + The minimal arguments for GNU configure. + + + + CONFLICT_DISTRO_FEATURES CONFLICT_DISTRO_FEATURES[doc] = "When a recipe inherits the distro_features_check class, this variable identifies distribution features that would be in conflict should the recipe be built." @@ -2099,6 +2110,21 @@ + CROSS_COMPILE + + CROSS_COMPILE[doc] = "The toolchain binary prefix for the target tools." + + + + The toolchain binary prefix for the target tools. + The CROSS_COMPILE variable is the + same as the + TARGET_PREFIX + variable. + + + + CVSDIR CVSDIR[doc] = "The directory where cvs checkouts will be stored in." @@ -3674,6 +3700,17 @@ G + GDB + + GDB[doc] = "The minimal command and arguments to run the GNU Debugger." + + + + The minimal command and arguments to run the GNU Debugger. + + + + GITDIR GITDIR[doc] = "The directory where Git clones will be stored." @@ -9239,6 +9276,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + SDKROOT + + SDKROOT[doc] = "The path to the installed SDK." + + + + Defines the path to the installed SDK. + + + + SDKTARGETSYSROOT SDKTARGETSYSROOT[doc] = "Path to the sysroot used for cross-compilation." -- cgit v1.2.3-54-g00ecf