]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Added new UBOOT_TARGET variable to glossary.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 7 Oct 2013 20:34:44 +0000 (13:34 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Oct 2013 15:30:16 +0000 (16:30 +0100)
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>
documentation/ref-manual/ref-variables.xml

index 0dcef357041a5dfb901cfd9c87357beb09740e27..2c01d78e779c53c839cce5dd6ff3b0a606b4d835 100644 (file)
@@ -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>