diff options
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 40ef56d368..e60f2ae5ae 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -76,7 +76,7 @@ | |||
76 | <glossdef> | 76 | <glossdef> |
77 | <para>Identifies layer-specific <filename>.bbfiles</filename>, which contain recipes | 77 | <para>Identifies layer-specific <filename>.bbfiles</filename>, which contain recipes |
78 | used by BitBake to build software. | 78 | used by BitBake to build software. |
79 | The Variable is appended with a layer name.</para> | 79 | The variable is appended with a layer name.</para> |
80 | </glossdef> | 80 | </glossdef> |
81 | </glossentry> | 81 | </glossentry> |
82 | 82 | ||
@@ -322,7 +322,7 @@ | |||
322 | <filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename> | 322 | <filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename> |
323 | variable generally configured in image recipes. | 323 | variable generally configured in image recipes. |
324 | You can use this variable to add more features in addition to those. | 324 | You can use this variable to add more features in addition to those. |
325 | Here are some exmaples of features you can add:</para> | 325 | Here are some examples of features you can add:</para> |
326 | <literallayout class='monospaced'> | 326 | <literallayout class='monospaced'> |
327 | "dbg-pkgs" - Adds -dbg packages for all installed packages | 327 | "dbg-pkgs" - Adds -dbg packages for all installed packages |
328 | including symbol information for debugging and | 328 | including symbol information for debugging and |
@@ -647,7 +647,7 @@ | |||
647 | 647 | ||
648 | <glossentry id='var-PACKAGE_DESCRIPTION'><glossterm>PACKAGE_DESCRIPTION</glossterm> | 648 | <glossentry id='var-PACKAGE_DESCRIPTION'><glossterm>PACKAGE_DESCRIPTION</glossterm> |
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 systems 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 | By default, this variable inherits <filename>DESCRIPTION</filename>.</para> | 652 | By default, this variable inherits <filename>DESCRIPTION</filename>.</para> |
653 | </glossdef> | 653 | </glossdef> |
@@ -664,7 +664,7 @@ | |||
664 | <glossentry id='var-PACKAGE_SUMMARY'><glossterm>PACKAGE_SUMMARY</glossterm> | 664 | <glossentry id='var-PACKAGE_SUMMARY'><glossterm>PACKAGE_SUMMARY</glossterm> |
665 | <glossdef> | 665 | <glossdef> |
666 | <para>The short (72 character limit suggested) summary of the binary | 666 | <para>The short (72 character limit suggested) summary of the binary |
667 | package for packaging sytems such as <filename>ipkg</filename>, | 667 | package for packaging systems such as <filename>ipkg</filename>, |
668 | <filename>rpm</filename> or <filename>debian</filename>. | 668 | <filename>rpm</filename> or <filename>debian</filename>. |
669 | By default, this variable inherits <filename>DESCRIPTION</filename>.</para> | 669 | By default, this variable inherits <filename>DESCRIPTION</filename>.</para> |
670 | </glossdef> | 670 | </glossdef> |
@@ -1026,7 +1026,7 @@ | |||
1026 | <glossentry id='var-TERMCMD'><glossterm>TERMCMD</glossterm> | 1026 | <glossentry id='var-TERMCMD'><glossterm>TERMCMD</glossterm> |
1027 | <glossdef> | 1027 | <glossdef> |
1028 | <para> | 1028 | <para> |
1029 | This command is used by BitBake to lauch a terminal window with a | 1029 | This command is used by BitBake to launch 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 "gnome-terminal" but it can | 1032 | By default, the variable is set to "gnome-terminal" but it can |