From: Scott Rifenbark Date: Mon, 7 Oct 2013 20:34:44 +0000 (-0700) Subject: ref-manual: Added new UBOOT_TARGET variable to glossary. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c042b16d2b39165b2e749a9bea663e5dc75b63af;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added new UBOOT_TARGET variable to glossary. Reported-by: Laszlo Papp (From yocto-docs rev: 228887f330f05037524e8982394a07cfd03d660b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0dcef357041..2c01d78e779 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 uboot-mkimage utility. - - - For additional information, see the - UBOOT_MACHINE - and - UBOOT_LOADADDRESS - variables. - @@ -5735,14 +5727,6 @@ PARALLEL_MAKEINST with the description ". as a command-line parameter to the uboot-mkimage utility. - - - For additional information, see the - UBOOT_MACHINE - and - UBOOT_ENTRYPOINT - variables. - @@ -5757,13 +5741,18 @@ PARALLEL_MAKEINST with the description ". configuration file (i.e. conf/machine/<machine_name>.conf). + + + UBOOT_TARGET + - For additional information, see the - UBOOT_LOADADDRESS - and - UBOOT_ENTRYPOINT - 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.