From 9dc84b77ecfbb69b1dce93ccce7140cfa54eee66 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 6 Feb 2012 15:29:08 -0600 Subject: documentation: Cross-referencing section fixed for consistency. (From yocto-docs rev: 8e861c6fc07aefa81ff65e3542de855116e14969) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 30 +++++++++++++------------ 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'documentation/poky-ref-manual/ref-variables.xml') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 529c5ec597..2540a9df01 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -375,9 +375,9 @@ DISTRO_PN_ALIAS Alias names used for the recipe in various Linux distributions. - See the section - "Handling a Package Name Alias" in the Yocto Project Development Manual - for more information. + See the + "Handling a Package Name Alias" + section in the Yocto Project Development Manual for more information. @@ -421,9 +421,9 @@ You can safely share this directory between multiple builds on the same development machine. - For additional information on how the build process gets source files, see - this entry in - The FAQ appendix of this manual. + For additional information on how the build process gets source files, see the + "FAQ" + appendix. @@ -635,7 +635,7 @@ Typically, you configure this variable in image recipes. Note that you can add extra features to the image by using the EXTRA_IMAGE_FEATURES variable. - See the Reference: Images section for the + See the "Reference: Images" section for the list of features present in images built by the Yocto Project. @@ -1022,7 +1022,7 @@ This variable is similar to the - MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS + MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS variable with the exception that the package being built has a build dependency on the variable's list of packages. In other words, the image will not build if a file in this list is not found. @@ -1052,7 +1052,7 @@ This variable is similar to the - MACHINE_ESSENTIAL_EXTRA_RDEPENDS + MACHINE_ESSENTIAL_EXTRA_RDEPENDS variable with the exception that the package being built does not have a build dependency on the variable's list of packages. In other words, the image will build if a file in this list is not found. @@ -1100,7 +1100,7 @@ This variable is similar to the - MACHINE_EXTRA_RRECOMMENDS + MACHINE_EXTRA_RRECOMMENDS variable with the exception that the package being built has a build dependency on the variable's list of packages. In other words, the image will not build if a file in this list is not found. @@ -1137,7 +1137,7 @@ This variable is similar to the - MACHINE_EXTRA_RDEPENDS + MACHINE_EXTRA_RDEPENDS variable with the exception that the package being built does not have a build dependency on the variable's list of packages. In other words, the image will build if a file in this list is not found. @@ -1426,7 +1426,7 @@ The package being built does not depend on this list of packages in order to successfully build, but needs them for the extended usability. To specify runtime dependencies for packages, see the - RDEPENDS variable. + RDEPENDS variable. The Yocto Project build process automatically installs the list of packages @@ -1468,8 +1468,10 @@ The path to unpacked sources. - By default, this path is - "${WORKDIR}/${PN}-${PV}". + By default, this path is as follows: + + ${WORKDIR}/${PN}-${PV} + -- cgit v1.2.3-54-g00ecf