From 638ffa90db5128984e511109e1e8ed9e56046c50 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 23 Aug 2011 12:53:38 -0700 Subject: documentation/poky-ref-manual/ref-variables.xml: Fixed default format In the document, several variables state their default values. I set the formatting to surround a default value with double quotes in all cases. I also fixed a typo for "RECOMMEDNS" (From yocto-docs rev: 3da85f54df6fd4ad64d5be2cc9ae0e6dd50a68f5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index cca03a1..71e0fb5 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -105,7 +105,7 @@ A larger value for the BBFILE_PRIORITY variable results in a higher precedence. For example, the value 6 has a higher precedence than the value 5. - By default, the BBFILE_PRIORITY variable is set to the value 5. + By default, the BBFILE_PRIORITY variable is set to "5". @@ -380,7 +380,7 @@ FILES - list of directories or files that are placed in packages. + The list of directories or files that are placed in packages. @@ -392,7 +392,7 @@ and CFLAGS when compiling an optimised system. This variable defaults to - -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2. + "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2". @@ -486,7 +486,7 @@ to the other INITSCRIPT_* as an override. This variable is used in recipes when using update-rc.d.bbclass. - The variable is optional and defaults to PN. + The variable is optional and defaults to the PN variable. @@ -603,7 +603,7 @@ - MACHINE_EXTRA_RRECOMMNEDS + MACHINE_EXTRA_RRECOMMENDS Specifies the list of packages useful to use the device (e.g. additional kernel modules) @@ -649,7 +649,7 @@ The long form description of the binary package for packaging sytems such as ipkg, rpm or debian. - This variable inherits DESCRIPTION by default. + By default, this variable inherits DESCRIPTION. @@ -674,7 +674,7 @@ PACKAGES The list of packages to be created from the recipe. - The default value is ${PN}-dbg ${PN} ${PN}-doc ${PN}-dev. + The default value is "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev". @@ -1029,7 +1029,7 @@ This command is used by BitBake to lauch a terminal window with a shell. The shell is unspecified so the user's default shell is used. - By default, the variable is set to gnome-terminal but it can + By default, the variable is set to "gnome-terminal" but it can be any X11 terminal application or terminal multiplexers-like screen. -- cgit v1.1