From 83e8921c06de16f0a7be162d00f4a4705ac7ebbe 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: bef1a8dfdc0529b270102d0336a7bd6d1500b68c) 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/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 305ffd1480..0f6b60358b 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). @@ -830,6 +832,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS + A list of required packages to install as part of the package being built. @@ -859,6 +862,7 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS + A list of recommended packages to install as part of the package being built. @@ -942,6 +946,7 @@ MACHINE_EXTRA_RRECOMMENDS + A list of optional but non-machine essential packages to install as part of the package being built. @@ -1367,6 +1372,7 @@ SRC_URI_OVERRIDES_PACKAGE_ARCH + By default, the Yocto Project automatically detects whether SRC_URI -- cgit v1.2.3-54-g00ecf