diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-19 11:31:13 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:54:02 +0000 |
commit | 8507753bb866c57368584a23d29a1b4abdf326eb (patch) | |
tree | 9d99fbe9a346ea807888ee1fbbff4a7aaa290708 /documentation/ref-manual | |
parent | e24d021506428335291724aa6aae02d59b4cbeb5 (diff) | |
download | poky-8507753bb866c57368584a23d29a1b4abdf326eb.tar.gz |
ref-manual: Added new variable UBOOT_LOCALDEFINITION
Very rough draft for this new variable. It will likely
change.
(From yocto-docs rev: 0ac34164b60908455b198d46475b7e88b0e25f6c)
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')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index e8a68c456b..e2d971e7fc 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -5856,6 +5856,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5856 | </glossdef> | 5856 | </glossdef> |
5857 | </glossentry> | 5857 | </glossentry> |
5858 | 5858 | ||
5859 | <glossentry id='var-UBOOT_LOCALVERSION'><glossterm>UBOOT_LOCALVERSION</glossterm> | ||
5860 | <glossdef> | ||
5861 | <para> | ||
5862 | Specifies the kernel version for the U-Boot image. | ||
5863 | For example: | ||
5864 | <literallayout class='monospaced'> | ||
5865 | UBOOT_LOCALVERSION = "yocto-standard" | ||
5866 | </literallayout> | ||
5867 | </para> | ||
5868 | </glossdef> | ||
5869 | </glossentry> | ||
5870 | |||
5859 | <glossentry id='var-UBOOT_MACHINE'><glossterm>UBOOT_MACHINE</glossterm> | 5871 | <glossentry id='var-UBOOT_MACHINE'><glossterm>UBOOT_MACHINE</glossterm> |
5860 | <glossdef> | 5872 | <glossdef> |
5861 | <para> | 5873 | <para> |