diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-23 12:53:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:47:07 -0700 |
commit | 638ffa90db5128984e511109e1e8ed9e56046c50 (patch) | |
tree | f564316d3f0bb0aab9a9ef1777500c8c75320b91 /documentation/poky-ref-manual | |
parent | 70bd76e65878e1c5fb72473523807d79ce5d1ddc (diff) | |
download | poky-638ffa90db5128984e511109e1e8ed9e56046c50.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index cca03a1b03..71e0fb588f 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -105,7 +105,7 @@ | |||
105 | <para>A larger value for the <filename>BBFILE_PRIORITY</filename> variable results in a higher | 105 | <para>A larger value for the <filename>BBFILE_PRIORITY</filename> variable results in a higher |
106 | precedence. | 106 | precedence. |
107 | For example, the value 6 has a higher precedence than the value 5. | 107 | For example, the value 6 has a higher precedence than the value 5. |
108 | By default, the <filename>BBFILE_PRIORITY</filename> variable is set to the value 5.</para> | 108 | By default, the <filename>BBFILE_PRIORITY</filename> variable is set to "5".</para> |
109 | </glossdef> | 109 | </glossdef> |
110 | </glossentry> | 110 | </glossentry> |
111 | 111 | ||
@@ -380,7 +380,7 @@ | |||
380 | 380 | ||
381 | <glossentry id='var-FILES'><glossterm>FILES</glossterm> | 381 | <glossentry id='var-FILES'><glossterm>FILES</glossterm> |
382 | <glossdef> | 382 | <glossdef> |
383 | <para>list of directories or files that are placed in packages.</para> | 383 | <para>The list of directories or files that are placed in packages.</para> |
384 | </glossdef> | 384 | </glossdef> |
385 | </glossentry> | 385 | </glossentry> |
386 | 386 | ||
@@ -392,7 +392,7 @@ | |||
392 | and <filename><link linkend='var-CFLAGS'>CFLAGS</link></filename> | 392 | and <filename><link linkend='var-CFLAGS'>CFLAGS</link></filename> |
393 | when compiling an optimised system. | 393 | when compiling an optimised system. |
394 | This variable defaults to | 394 | This variable defaults to |
395 | <filename>-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2</filename>. | 395 | "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2". |
396 | </para> | 396 | </para> |
397 | </glossdef> | 397 | </glossdef> |
398 | </glossentry> | 398 | </glossentry> |
@@ -486,7 +486,7 @@ | |||
486 | to the other <filename>INITSCRIPT_*</filename> as an override.</para> | 486 | to the other <filename>INITSCRIPT_*</filename> as an override.</para> |
487 | <para> | 487 | <para> |
488 | This variable is used in recipes when using <filename>update-rc.d.bbclass</filename>. | 488 | This variable is used in recipes when using <filename>update-rc.d.bbclass</filename>. |
489 | The variable is optional and defaults to <filename>PN</filename>. | 489 | The variable is optional and defaults to the <filename>PN</filename> variable. |
490 | </para> | 490 | </para> |
491 | </glossdef> | 491 | </glossdef> |
492 | </glossentry> | 492 | </glossentry> |
@@ -603,7 +603,7 @@ | |||
603 | </glossdef> | 603 | </glossdef> |
604 | </glossentry> | 604 | </glossentry> |
605 | 605 | ||
606 | <glossentry id='var-MACHINE_EXTRA_RRECOMMENDS'><glossterm>MACHINE_EXTRA_RRECOMMNEDS</glossterm> | 606 | <glossentry id='var-MACHINE_EXTRA_RRECOMMENDS'><glossterm>MACHINE_EXTRA_RRECOMMENDS</glossterm> |
607 | <glossdef> | 607 | <glossdef> |
608 | <para>Specifies the list of packages useful to use the device (e.g. | 608 | <para>Specifies the list of packages useful to use the device (e.g. |
609 | additional kernel modules)</para> | 609 | additional kernel modules)</para> |
@@ -649,7 +649,7 @@ | |||
649 | <glossdef> | 649 | <glossdef> |
650 | <para>The long form description of the binary package for packaging sytems such as | 650 | <para>The long form description of the binary package for packaging sytems such as |
651 | <filename>ipkg</filename>, <filename>rpm</filename> or <filename>debian</filename>. | 651 | <filename>ipkg</filename>, <filename>rpm</filename> or <filename>debian</filename>. |
652 | This variable inherits <filename>DESCRIPTION</filename> by default.</para> | 652 | By default, this variable inherits <filename>DESCRIPTION</filename>.</para> |
653 | </glossdef> | 653 | </glossdef> |
654 | </glossentry> | 654 | </glossentry> |
655 | 655 | ||
@@ -674,7 +674,7 @@ | |||
674 | <glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm> | 674 | <glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm> |
675 | <glossdef> | 675 | <glossdef> |
676 | <para>The list of packages to be created from the recipe. | 676 | <para>The list of packages to be created from the recipe. |
677 | The default value is <filename>${PN}-dbg ${PN} ${PN}-doc ${PN}-dev</filename>.</para> | 677 | The default value is "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev".</para> |
678 | </glossdef> | 678 | </glossdef> |
679 | </glossentry> | 679 | </glossentry> |
680 | 680 | ||
@@ -1029,7 +1029,7 @@ | |||
1029 | This command is used by BitBake to lauch a terminal window with a | 1029 | This command is used by BitBake to lauch a terminal window with a |
1030 | shell. | 1030 | shell. |
1031 | The shell is unspecified so the user's default shell is used. | 1031 | The shell is unspecified so the user's default shell is used. |
1032 | By default, the variable is set to <filename>gnome-terminal</filename> but it can | 1032 | By default, the variable is set to "gnome-terminal" but it can |
1033 | be any X11 terminal application or terminal multiplexers-like screen. | 1033 | be any X11 terminal application or terminal multiplexers-like screen. |
1034 | </para> | 1034 | </para> |
1035 | </glossdef> | 1035 | </glossdef> |