summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-19 16:02:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:14 +0000
commit341a685c9a4d9e805396900bad00159c4cb40ed4 (patch)
treef0672969b6891ef7f752b0eaa0aa01e8b021fab8 /documentation
parenta880e6bb538316f1586cf5c66da833c29f32807c (diff)
downloadpoky-341a685c9a4d9e805396900bad00159c4cb40ed4.tar.gz
ref-manual: Edits to the UBOOT_LOCALVERSION variable.
(From yocto-docs rev: 856cc1ff0fa70ca28536374b0a3a426438f701e3) 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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 35ae8b2c08..fd64addd9d 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5859,10 +5859,10 @@ 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 the kernel version for the U-Boot image. 5862 Specifies a local version to be appended to U-Boot one.
5863 For example: 5863 For example:
5864 <literallayout class='monospaced'> 5864 <literallayout class='monospaced'>
5865 UBOOT_LOCALVERSION = "-yocto-standard" 5865 UBOOT_LOCALVERSION = "-yocto"
5866 </literallayout> 5866 </literallayout>
5867 </para> 5867 </para>
5868 </glossdef> 5868 </glossdef>