summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-20 07:17:36 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:15 +0000
commitb2d0ff180d161579c5a2a6edb7f6eb0da6cb9559 (patch)
tree9d5b9df564025516cdf9884e19c5879b38343847 /documentation
parent341a685c9a4d9e805396900bad00159c4cb40ed4 (diff)
downloadpoky-b2d0ff180d161579c5a2a6edb7f6eb0da6cb9559.tar.gz
ref-manual: Review edits applied to UBOOT_LOCALVERSION variable.
(From yocto-docs rev: 2cff8d929461ce2de60aa083f8a4a8640df642ce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index fd64addd9d..43898e158c 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5816,7 +5816,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5816 In this example, "sd" is selected as the configuration 5816 In this example, "sd" is selected as the configuration
5817 of the possible four for the 5817 of the possible four for the
5818 <filename>UBOOT_MACHINE</filename>. 5818 <filename>UBOOT_MACHINE</filename>.
5819 The "sd" configuration defines "mx6qsabreauto_congig" 5819 The "sd" configuration defines "mx6qsabreauto_config"
5820 as the value for <filename>UBOOT_MACHINE</filename>, while 5820 as the value for <filename>UBOOT_MACHINE</filename>, while
5821 the "sdcard" specifies the 5821 the "sdcard" specifies the
5822 <filename>IMAGE_FSTYPES</filename> to use for the U-boot 5822 <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"
5859 <glossentry id='var-UBOOT_LOCALVERSION'><glossterm>UBOOT_LOCALVERSION</glossterm> 5859 <glossentry id='var-UBOOT_LOCALVERSION'><glossterm>UBOOT_LOCALVERSION</glossterm>
5860 <glossdef> 5860 <glossdef>
5861 <para> 5861 <para>
5862 Specifies a local version to be appended to U-Boot one. 5862 Appends a string to the name of the local version of the
5863 For example: 5863 U-Boot image.
5864 For example, assuming the version of the U-Boot image
5865 built was "2013.10, the full version string reported by
5866 U-Boot would be "2013.10-yocto" given the following
5867 statement:
5864 <literallayout class='monospaced'> 5868 <literallayout class='monospaced'>
5865 UBOOT_LOCALVERSION = "-yocto" 5869 UBOOT_LOCALVERSION = "-yocto"
5866 </literallayout> 5870 </literallayout>