summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>