summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
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:54:04 +0000
commit8267b847dde78ffe5cc8f3598699dc22a5d92b5d (patch)
tree3b69eca1638f01b53f6512c23b3b1a4d192dd473 /documentation/ref-manual/ref-variables.xml
parent03fe1aff16b901f5b151836b7eed19f110551af3 (diff)
downloadpoky-8267b847dde78ffe5cc8f3598699dc22a5d92b5d.tar.gz
ref-manual: Edits to the UBOOT_LOCALVERSION variable.
(From yocto-docs rev: c47fbc2a0e6b9a7cd21a99dc227ee6b82e85f394) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-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>