From c042b16d2b39165b2e749a9bea663e5dc75b63af Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 7 Oct 2013 13:34:44 -0700 Subject: 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 --- documentation/ref-manual/ref-variables.xml | 31 ++++++++++-------------------- 1 file 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 ". 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. -- cgit v1.2.3-54-g00ecf