summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-19 11:36:06 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:54:02 +0000
commitcd8c865688b0ea8a7310a4637269adaedc470817 (patch)
treeabc6e31e1ca6e3e1d95a515e2577bb1000521915
parent8507753bb866c57368584a23d29a1b4abdf326eb (diff)
downloadpoky-cd8c865688b0ea8a7310a4637269adaedc470817.tar.gz
ref-manual: Added new UBOOT_SUFFIX variable description.
(From yocto-docs rev: 87272ea28fca85ff9cf22ce4c81738a73f7f3410) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-variables.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e2d971e7fc..a073746b66 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5862,7 +5862,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5862 Specifies the kernel version for the U-Boot image. 5862 Specifies the kernel version for the U-Boot image.
5863 For example: 5863 For example:
5864 <literallayout class='monospaced'> 5864 <literallayout class='monospaced'>
5865 UBOOT_LOCALVERSION = "yocto-standard" 5865 UBOOT_LOCALVERSION = "-yocto-standard"
5866 </literallayout> 5866 </literallayout>
5867 </para> 5867 </para>
5868 </glossdef> 5868 </glossdef>
@@ -5882,6 +5882,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
5882 </glossdef> 5882 </glossdef>
5883 </glossentry> 5883 </glossentry>
5884 5884
5885 <glossentry id='var-UBOOT_SUFFIX'><glossterm>UBOOT_SUFFIX</glossterm>
5886 <glossdef>
5887 <para>
5888 Points to the generated U-Boot extension.
5889 For example, <filename>u-boot.sb</filename> has a
5890 <filename>.sb</filename> extension.
5891 </para>
5892
5893 <para>
5894 The default U-Boot extension is
5895 <filename>.bin</filename>
5896 </para>
5897 </glossdef>
5898 </glossentry>
5899
5885 <glossentry id='var-UBOOT_TARGET'><glossterm>UBOOT_TARGET</glossterm> 5900 <glossentry id='var-UBOOT_TARGET'><glossterm>UBOOT_TARGET</glossterm>
5886 <glossdef> 5901 <glossdef>
5887 <para> 5902 <para>