diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 5c5bf396c2..995d589219 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -423,7 +423,7 @@ When you run the setup script, many environment variables are defined: - SDKROOT - The path to the installed SDK + SDKROOT - The path to the installed SDK SDKTARGETSYSROOT - The path to the sysroot used for cross-compilation PKG_CONFIG_PATH - The path to the target pkg-config files CONFIG_SITE - A GNU autoconf site file preconfigured for the target @@ -432,7 +432,7 @@ CPP - The minimal command and arguments to run the C preprocessor AS - The minimal command and arguments to run the assembler LD - The minimal command and arguments to run the linker - GDB - The minimal command and arguments to run the GNU Debugger + GDB - The minimal command and arguments to run the GNU Debugger STRIP - The minimal command and arguments to run 'strip', which strips symbols RANLIB - The minimal command and arguments to run 'ranlib' OBJCOPY - The minimal command and arguments to run 'objcopy' @@ -440,8 +440,8 @@ AR - The minimal command and arguments to run 'ar' NM - The minimal command and arguments to run 'nm' TARGET_PREFIX - The toolchain binary prefix for the target tools - CROSS_COMPILE - The toolchain binary prefix for the target tools - CONFIGURE_FLAGS - The minimal arguments for GNU configure + CROSS_COMPILE - The toolchain binary prefix for the target tools + CONFIGURE_FLAGS - The minimal arguments for GNU configure CFLAGS - Suggested C flags CXXFLAGS - Suggested C++ flags LDFLAGS - Suggested linker flags when you use CC to link 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."