summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-07 13:34:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-08 16:30:16 +0100
commitc042b16d2b39165b2e749a9bea663e5dc75b63af (patch)
tree9d8917c5a20f3e4f1647f0240573833516a59d05
parentac7522bd177575eb98f93fb0a5b40551d6ab57af (diff)
downloadpoky-c042b16d2b39165b2e749a9bea663e5dc75b63af.tar.gz
ref-manual: Added new UBOOT_TARGET variable to glossary.
Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 228887f330f05037524e8982394a07cfd03d660b) 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.xml31
1 files changed, 10 insertions, 21 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 0dcef35704..2c01d78e77 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5715,14 +5715,6 @@ PARALLEL_MAKEINST with the description ".
5715 as a command-line parameter to the 5715 as a command-line parameter to the
5716 <filename>uboot-mkimage</filename> utility. 5716 <filename>uboot-mkimage</filename> utility.
5717 </para> 5717 </para>
5718
5719 <para>
5720 For additional information, see the
5721 <link linkend='var-UBOOT_MACHINE'><filename>UBOOT_MACHINE</filename></link>
5722 and
5723 <link linkend='var-UBOOT_LOADADDRESS'><filename>UBOOT_LOADADDRESS</filename></link>
5724 variables.
5725 </para>
5726 </glossdef> 5718 </glossdef>
5727 </glossentry> 5719 </glossentry>
5728 5720
@@ -5735,14 +5727,6 @@ PARALLEL_MAKEINST with the description ".
5735 as a command-line parameter to the 5727 as a command-line parameter to the
5736 <filename>uboot-mkimage</filename> utility. 5728 <filename>uboot-mkimage</filename> utility.
5737 </para> 5729 </para>
5738
5739 <para>
5740 For additional information, see the
5741 <link linkend='var-UBOOT_MACHINE'><filename>UBOOT_MACHINE</filename></link>
5742 and
5743 <link linkend='var-UBOOT_ENTRYPOINT'><filename>UBOOT_ENTRYPOINT</filename></link>
5744 variables.
5745 </para>
5746 </glossdef> 5730 </glossdef>
5747 </glossentry> 5731 </glossentry>
5748 5732
@@ -5757,13 +5741,18 @@ PARALLEL_MAKEINST with the description ".
5757 configuration file (i.e. 5741 configuration file (i.e.
5758 <filename>conf/machine/&lt;machine_name&gt;.conf</filename>). 5742 <filename>conf/machine/&lt;machine_name&gt;.conf</filename>).
5759 </para> 5743 </para>
5744 </glossdef>
5745 </glossentry>
5760 5746
5747 <glossentry id='var-UBOOT_TARGET'><glossterm>UBOOT_TARGET</glossterm>
5748 <glossdef>
5761 <para> 5749 <para>
5762 For additional information, see the 5750 Specifies the target used for building U-Boot.
5763 <link linkend='var-UBOOT_LOADADDRESS'><filename>UBOOT_LOADADDRESS</filename></link> 5751 The target is passed directly as part of the "make" command
5764 and 5752 (e.g. SPL and AIS).
5765 <link linkend='var-UBOOT_ENTRYPOINT'><filename>UBOOT_ENTRYPOINT</filename></link> 5753 If you do not specifically set this variable, the
5766 variables. 5754 OpenEmbedded build process passes and uses "all" for the
5755 target during the U-Boot building process.
5767 </para> 5756 </para>
5768 </glossdef> 5757 </glossdef>
5769 </glossentry> 5758 </glossentry>