summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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 /documentation/ref-manual
parentac7522bd177575eb98f93fb0a5b40551d6ab57af (diff)
downloadast2050-yocto-poky-c042b16d2b39165b2e749a9bea663e5dc75b63af.zip
ast2050-yocto-poky-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>
Diffstat (limited to 'documentation/ref-manual')
-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 0dcef35..2c01d78 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5715,14 +5715,6 @@ PARALLEL_MAKEINST with the description ".
as a command-line parameter to the
<filename>uboot-mkimage</filename> utility.
</para>
-
- <para>
- For additional information, see the
- <link linkend='var-UBOOT_MACHINE'><filename>UBOOT_MACHINE</filename></link>
- and
- <link linkend='var-UBOOT_LOADADDRESS'><filename>UBOOT_LOADADDRESS</filename></link>
- variables.
- </para>
</glossdef>
</glossentry>
@@ -5735,14 +5727,6 @@ PARALLEL_MAKEINST with the description ".
as a command-line parameter to the
<filename>uboot-mkimage</filename> utility.
</para>
-
- <para>
- For additional information, see the
- <link linkend='var-UBOOT_MACHINE'><filename>UBOOT_MACHINE</filename></link>
- and
- <link linkend='var-UBOOT_ENTRYPOINT'><filename>UBOOT_ENTRYPOINT</filename></link>
- variables.
- </para>
</glossdef>
</glossentry>
@@ -5757,13 +5741,18 @@ PARALLEL_MAKEINST with the description ".
configuration file (i.e.
<filename>conf/machine/&lt;machine_name&gt;.conf</filename>).
</para>
+ </glossdef>
+ </glossentry>
+ <glossentry id='var-UBOOT_TARGET'><glossterm>UBOOT_TARGET</glossterm>
+ <glossdef>
<para>
- For additional information, see the
- <link linkend='var-UBOOT_LOADADDRESS'><filename>UBOOT_LOADADDRESS</filename></link>
- and
- <link linkend='var-UBOOT_ENTRYPOINT'><filename>UBOOT_ENTRYPOINT</filename></link>
- variables.
+ Specifies the target used for building U-Boot.
+ The target is passed directly as part of the "make" command
+ (e.g. SPL and AIS).
+ If you do not specifically set this variable, the
+ OpenEmbedded build process passes and uses "all" for the
+ target during the U-Boot building process.
</para>
</glossdef>
</glossentry>
OpenPOWER on IntegriCloud