From c81c4cb0c7c5905d2b8bf231205879d8a5bf87b5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 17 Jan 2012 10:44:55 -0600 Subject: documentation/poky-ref-manual/ref-variables.xml: PDF formatting fixed. In the PDF version of the reference guide there were several glossary variables that did not format correctly. The issue is that the two- column list had instances where the variable name overruns the variable description. I added an extra line return for these cases. (From yocto-docs rev: f3ff26568b371807986e4ba77fe41cba6875efcc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 6843094fca..ba74798856 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -285,6 +285,7 @@ DISTRO_EXTRA_RRECOMMENDS + The list of packages which extend usability of the image. Those packages will automatically be installed but can be removed by user. @@ -328,6 +329,7 @@ ENABLE_BINARY_LOCALE_GENERATION + Variable that controls which locales for eglibc are to be generated during the build (useful if the target device has 64Mbytes of RAM or less). @@ -693,6 +695,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS + A list of required packages to install as part of the package being built. @@ -722,6 +725,7 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS + A list of recommended packages to install as part of the package being built. @@ -805,6 +809,7 @@ MACHINE_EXTRA_RRECOMMENDS + A list of optional but non-machine essential packages to install as part of the package being built. @@ -1230,6 +1235,7 @@ SRC_URI_OVERRIDES_PACKAGE_ARCH + By default, the Yocto Project automatically detects whether SRC_URI -- cgit v1.2.3-54-g00ecf