1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

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>
This commit is contained in:
Scott Rifenbark
2013-10-07 13:34:44 -07:00
committed by Richard Purdie
parent ac7522bd17
commit c042b16d2b
+10 -21
View File
@@ -5715,14 +5715,6 @@ PARALLEL_MAKEINST with the description ".
as a command-line parameter to the as a command-line parameter to the
<filename>uboot-mkimage</filename> utility. <filename>uboot-mkimage</filename> utility.
</para> </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> </glossdef>
</glossentry> </glossentry>
@@ -5735,14 +5727,6 @@ PARALLEL_MAKEINST with the description ".
as a command-line parameter to the as a command-line parameter to the
<filename>uboot-mkimage</filename> utility. <filename>uboot-mkimage</filename> utility.
</para> </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> </glossdef>
</glossentry> </glossentry>
@@ -5757,13 +5741,18 @@ PARALLEL_MAKEINST with the description ".
configuration file (i.e. configuration file (i.e.
<filename>conf/machine/&lt;machine_name&gt;.conf</filename>). <filename>conf/machine/&lt;machine_name&gt;.conf</filename>).
</para> </para>
</glossdef>
</glossentry>
<glossentry id='var-UBOOT_TARGET'><glossterm>UBOOT_TARGET</glossterm>
<glossdef>
<para> <para>
For additional information, see the Specifies the target used for building U-Boot.
<link linkend='var-UBOOT_LOADADDRESS'><filename>UBOOT_LOADADDRESS</filename></link> The target is passed directly as part of the "make" command
and (e.g. SPL and AIS).
<link linkend='var-UBOOT_ENTRYPOINT'><filename>UBOOT_ENTRYPOINT</filename></link> If you do not specifically set this variable, the
variables. OpenEmbedded build process passes and uses "all" for the
target during the U-Boot building process.
</para> </para>
</glossdef> </glossdef>
</glossentry> </glossentry>