mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
documentation: typo, spelling & minor grammar fixes
(From yocto-docs rev: a5b069b04979a566b08415cf27af2ad6abf90f2f) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
82fd0556c2
commit
e4e0d026c1
@@ -76,7 +76,7 @@
|
||||
<glossdef>
|
||||
<para>Identifies layer-specific <filename>.bbfiles</filename>, which contain recipes
|
||||
used by BitBake to build software.
|
||||
The Variable is appended with a layer name.</para>
|
||||
The variable is appended with a layer name.</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
@@ -322,7 +322,7 @@
|
||||
<filename><link linkend='var-IMAGE_FEATURES'>IMAGE_FEATURES</link></filename>
|
||||
variable generally configured in image recipes.
|
||||
You can use this variable to add more features in addition to those.
|
||||
Here are some exmaples of features you can add:</para>
|
||||
Here are some examples of features you can add:</para>
|
||||
<literallayout class='monospaced'>
|
||||
"dbg-pkgs" - Adds -dbg packages for all installed packages
|
||||
including symbol information for debugging and
|
||||
@@ -647,7 +647,7 @@
|
||||
|
||||
<glossentry id='var-PACKAGE_DESCRIPTION'><glossterm>PACKAGE_DESCRIPTION</glossterm>
|
||||
<glossdef>
|
||||
<para>The long form description of the binary package for packaging sytems such as
|
||||
<para>The long form description of the binary package for packaging systems such as
|
||||
<filename>ipkg</filename>, <filename>rpm</filename> or <filename>debian</filename>.
|
||||
By default, this variable inherits <filename>DESCRIPTION</filename>.</para>
|
||||
</glossdef>
|
||||
@@ -664,7 +664,7 @@
|
||||
<glossentry id='var-PACKAGE_SUMMARY'><glossterm>PACKAGE_SUMMARY</glossterm>
|
||||
<glossdef>
|
||||
<para>The short (72 character limit suggested) summary of the binary
|
||||
package for packaging sytems such as <filename>ipkg</filename>,
|
||||
package for packaging systems such as <filename>ipkg</filename>,
|
||||
<filename>rpm</filename> or <filename>debian</filename>.
|
||||
By default, this variable inherits <filename>DESCRIPTION</filename>.</para>
|
||||
</glossdef>
|
||||
@@ -1026,7 +1026,7 @@
|
||||
<glossentry id='var-TERMCMD'><glossterm>TERMCMD</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
This command is used by BitBake to lauch a terminal window with a
|
||||
This command is used by BitBake to launch 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
|
||||
|
||||
Reference in New Issue
Block a user