From 62907f76bcd0cb8b255dedb8182be7ada2779c24 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 31 Jan 2012 14:21:35 -0600 Subject: documentation: More information about DL_DIR added. The information surrounding the central download directory was pretty scant. Jim Abernathy pointed this out in an email sent to me. As a start, I have added quite a bit more information to the glossary description for DL_DIR. Part of that added information is a pointer to the FAQ entry that describes exactly how the build system gets source files. Then, in the YP Development Manual in the section that introduces the build process, I added several references to various variables that are set in the local.conf file prior to kicking off the build. Reported-by: Jim Abernathy (From yocto-docs rev: 4d7835a3bff5bd054301fa9ab6954c11c88dad58) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'documentation/dev-manual/dev-manual-start.xml') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 0ed69cf501..6d68a088d0 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -240,9 +240,16 @@ previous section. Initialize the build environment by sourcing a build environment script. - Optionally ensure the conf/local.conf configuration file is set - up how you want it. - This file defines the target machine architecture and other build options. + Optionally ensure the /conf/local.conf configuration file, + which is found in the Yocto Project build directory, is set up how you want it. + This file defines many aspects of the build environment including + the target machine architecture through the + MACHINE variable, + the development machine's processor use through the + BB_NUMBER_THREADS and + PARALLEL_MAKE variables, and + a centralized tarball download directory through the + DL_DIR variable. Build the image using the bitbake command. If you want information on BitBake, see the user manual at . -- cgit v1.2.3-54-g00ecf