diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-19 11:36:06 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:13 +0000 |
commit | a729e89ce7eedf14c04e8e921552a378e6ad5ef9 (patch) | |
tree | 17adbd4baa0c0bf8c3595913d1624e6ef0f760d2 | |
parent | 412abaeadf8a555a6809526155c8b593735ad656 (diff) | |
download | poky-a729e89ce7eedf14c04e8e921552a378e6ad5ef9.tar.gz |
ref-manual: Added new UBOOT_SUFFIX variable description.
(From yocto-docs rev: e7a4899dc49a125195a5675693443a352eb82dca)
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.xml | 17 |
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> |