ref-manual: Review edits applied to UBOOT_LOCALVERSION variable.

(From yocto-docs rev: 58384e305a7e35624da44457929d3487fabf5915)

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-11-20 07:17:36 -08:00 committed by Richard Purdie
parent 8267b847dd
commit 6fbfd3494f
1 changed files with 7 additions and 3 deletions

View File

@ -5816,7 +5816,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
In this example, "sd" is selected as the configuration
of the possible four for the
<filename>UBOOT_MACHINE</filename>.
The "sd" configuration defines "mx6qsabreauto_congig"
The "sd" configuration defines "mx6qsabreauto_config"
as the value for <filename>UBOOT_MACHINE</filename>, while
the "sdcard" specifies the
<filename>IMAGE_FSTYPES</filename> to use for the U-boot
@ -5859,8 +5859,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-UBOOT_LOCALVERSION'><glossterm>UBOOT_LOCALVERSION</glossterm>
<glossdef>
<para>
Specifies a local version to be appended to U-Boot one.
For example:
Appends a string to the name of the local version of the
U-Boot image.
For example, assuming the version of the U-Boot image
built was "2013.10, the full version string reported by
U-Boot would be "2013.10-yocto" given the following
statement:
<literallayout class='monospaced'>
UBOOT_LOCALVERSION = "-yocto"
</literallayout>