From 70a2007b6768a6c535f101e5fdde28210929455f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 20 Jan 2015 13:41:01 -0800 Subject: [PATCH] ref-manual: New variables added to the variable glossary Fixes [YOCTO #7133] This goes toward fixing the bug but not completing it. I have added the following variables to the variable glossary: SDKTARGETSYSROOT PKG_CONFIG_PATH CC CXX CPP AS LD TARGET_PREFIX AR STRIP OBJCOPY OBJDUMP RANLIB NM (From yocto-docs rev: c9d9e422684dad7cdc81db309235d0d1751ac88a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 173 ++++++++++++++++++++- 1 file changed, 170 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 85803ef89d..3511f38855 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -18,7 +18,7 @@ A B - C + C D E F @@ -30,10 +30,10 @@ L M - O + O P Q - R + R S T U @@ -260,6 +260,30 @@ + AR + + AR[doc] = "Minimal command and arguments to run 'ar'." + + + + The minimal command and arguments used to run + ar. + + + + + AS + + AS[doc] = "Minimal command and arguments to run the assembler." + + + + The minimal command and arguments used to run the + assembler. + + + + ASSUME_PROVIDED ASSUME_PROVIDED[doc] = "Lists recipe names (PN values) BitBake does not attempt to build." @@ -1545,6 +1569,18 @@ C + CC + + CC[doc] = "Minimum command and arguments to run the C compiler." + + + + The minimal command and arguments used to run the C + compiler. + + + + CFLAGS CFLAGS[doc] = "Flags passed to the C compiler for the target system. This variable evaluates to the same as TARGET_CFLAGS." @@ -1938,6 +1974,18 @@ + CPP + + CPP[doc] = "Minimum command and arguments to run the C preprocessor." + + + + The minimal command and arguments used to run the C + preprocessor. + + + + CPPFLAGS CPPFLAGS[doc] = "Specifies the flags to pass to the C pre-processor (i.e. to both the C and the C++ compilers)." @@ -1974,6 +2022,18 @@ + CXX + + CXX[doc] = "Minimum command and arguments to run the C++ compiler." + + + + The minimal command and arguments used to run the C++ + compiler. + + + + CXXFLAGS CXXFLAGS[doc] = "Specifies the flags to pass to the C++ compiler." @@ -5730,6 +5790,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + LD + + LD[doc] = "Minimal command and arguments to run the linker." + + + + The minimal command and arguments used to run the + linker. + + + + LDFLAGS LDFLAGS[doc] = "Specifies the flags to pass to the linker." @@ -6595,6 +6667,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + NM + + NM[doc] = "Minimal command and arguments to run 'nm'." + + + + The minimal command and arguments to run + nm. + + + + NO_RECOMMENDATIONS NO_RECOMMENDATIONS[doc] = "When set to '1', no recommended packages will be installed. Realize that some recommended packages might be required for certain system functionality, such as kernel-modules. It is up to the user to add packages to IMAGE_INSTALL as needed." @@ -6691,6 +6775,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" O + OBJCOPY + + OBJCOPY[doc] = "Minimal command and arguments to run 'objcopy'." + + + + The minimal command and arguments to run + objcopy. + + + + + OBJDUMP + + OBJDUMP[doc] = "Minimal command and arguments to run 'objdump'." + + + + The minimal command and arguments to run + objdump. + + + + OE_BINCONFIG_EXTRA_MANGLE OE_BINCONFIG_EXTRA_MANGLE[doc] = "When a recipe inherits the binconfig.bbclass class, this variable specifies additional arguments passed to the "sed" command." @@ -7538,6 +7646,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + PKG_CONFIG_PATH + + PKG_CONFIG_PATH[doc] = "Path to pkg-config files for the target." + + + + The path to pkg-config files for the + target. + + + + PKGD PKGD[doc] = "Points to the destination directory for files to be packaged before they are split into individual packages." @@ -8109,6 +8229,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" R + RANLIB + + RANLIB[doc] = "Minimal command and arguments to run 'ranlib'." + + + + The minimal command and arguments to run + ranlib. + + + + RCONFLICTS RCONFLICTS[doc] = "The list of packages that conflict with another package. Note that the package will not be installed if the conflicting packages are not first removed." @@ -8891,6 +9023,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + SDKTARGETSYSROOT + + SDKTARGETSYSROOT[doc] = "Path to the sysroot used for cross-compilation." + + + + The path to the sysroot used for cross-compilation. + + + + SECTION SECTION[doc] = "The section in which packages should be categorized. Package management utilities can make use of this variable." @@ -9827,6 +9970,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + STRIP + + STRIP[doc] = "Minimal command and arguments to run 'strip' (strip symbols)." + + + + The minimal command and arguments to run + strip, which is used to strip + symbols. + + + + SUMMARY SUMMARY[doc] = "The short (80 characters or less) summary of the binary package for packaging systems such as opkg, rpm or dpkg. By default, SUMMARY is used to define the DESCRIPTION variable if DESCRIPTION is not set in the recipe." @@ -10327,6 +10483,17 @@ 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." + + + + The toolchain binary prefix for the target tools. + + + + TCLIBCAPPEND TCLIBCAPPEND[doc] = "Specifies a suffix appended to TMPDIR that identifies the libc variant for the build."