1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

ref-manual: Applied review edits to several variable descriptions.

Minor changes to a whole lotta variables.

(From yocto-docs rev: a2a175a5138683a9e9deac71b6080cc05cbb801e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2013-08-09 10:42:12 +03:00
committed by Richard Purdie
parent 6f77a176f7
commit 505619965e
+13 -13
View File
@@ -1193,9 +1193,6 @@ Core layer for images cannot be removed
<para> <para>
To exclude a recipe from a world build using this variable, To exclude a recipe from a world build using this variable,
set the variable to "1" in the recipe. set the variable to "1" in the recipe.
Alternatively, if a recipe inherits a class where
<filename>EXCLUDE_FROM_WORLD</filename> is set to "1", that
recipe will also be excluded from world builds.
</para> </para>
</glossdef> </glossdef>
</glossentry> </glossentry>
@@ -2058,6 +2055,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</glossdef> </glossdef>
</glossentry> </glossentry>
<!--
<glossentry id='var-INTERCEPT_DIR'><glossterm>INTERCEPT_DIR</glossterm> <glossentry id='var-INTERCEPT_DIR'><glossterm>INTERCEPT_DIR</glossterm>
<glossdef> <glossdef>
<para> <para>
@@ -2090,6 +2088,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</para> </para>
</glossdef> </glossdef>
</glossentry> </glossentry>
-->
</glossdiv> </glossdiv>
@@ -3868,7 +3867,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-SERIAL_CONSOLE'><glossterm>SERIAL_CONSOLE</glossterm> <glossentry id='var-SERIAL_CONSOLE'><glossterm>SERIAL_CONSOLE</glossterm>
<glossdef> <glossdef>
<para> <para>
Define a serial console (TTY) to enable using getty. Defines a serial console (TTY) to enable using getty.
Provide a value that specifies the baud rate followed by Provide a value that specifies the baud rate followed by
the TTY device name separated by a space. the TTY device name separated by a space.
You cannot specify more than one TTY device: You cannot specify more than one TTY device:
@@ -4001,8 +4000,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para> <para>
Defines the suffix for shared libraries used on the Defines the suffix for shared libraries used on the
target platform. target platform.
By default, this suffix is ".so.*" for all Linux By default, this suffix is ".so.*" for all Linux-based
distributions and is defined in the systems and is defined in the
<filename>meta/conf/bitbake.conf</filename> configuration <filename>meta/conf/bitbake.conf</filename> configuration
file. file.
</para> </para>
@@ -4019,15 +4018,15 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para> <para>
Defines the suffix for the development symbolic link Defines the suffix for the development symbolic link
(symlink) for shared libraries on the target platform. (symlink) for shared libraries on the target platform.
By default, this suffix is ".so" for all Linux By default, this suffix is ".so" for Linux-based
distributions and is defined in the systems and is defined in the
<filename>meta/conf/bitbake.conf</filename> configuration <filename>meta/conf/bitbake.conf</filename> configuration
file. file.
</para> </para>
<para> <para>
You will see this variable referenced in the default values You will see this variable referenced in the default values
of <filename>FILES_${PN}</filename>. of <filename>FILES_${PN}-dev</filename>.
</para> </para>
</glossdef> </glossdef>
</glossentry> </glossentry>
@@ -4589,10 +4588,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para> <para>
A sanitized version of A sanitized version of
<link linkend='var-TARGET_ARCH'><filename>TARGET_ARCH</filename></link>. <link linkend='var-TARGET_ARCH'><filename>TARGET_ARCH</filename></link>.
This variable is used when package filenames contain This variable is used where the architecture is needed in
underscore characters that would otherwise not be allowed. a value where underscores are not allowed, for example
In this case, dash characters replace the underscore within package filenames.
characters used in the package names. In this case, dash characters replace any underscore
characters used in TARGET_ARCH.
</para> </para>
<para> <para>