From: Scott Rifenbark Date: Wed, 18 Sep 2013 19:35:34 +0000 (-0700) Subject: ref-manual: New BB_GENERATE_MIRROR_TARBALLS variable. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fa6a307c3ceeab297dfb2f2fff23eba62f2216e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: New BB_GENERATE_MIRROR_TARBALLS variable. Fixes [YOCTO #5035] Added a new glossary entry for BB_GENERATE_MIRROR_TARBALLS and updated the DL_DIR entry to note the ability to get these tarballs into DL_DIR. Cross-referenced the new variable from DL_DIR as well. (From yocto-docs rev: 361000877f2a13b13154e437a6c28839fa58cd5e) 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 559010b0f38..fe1c100794f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -493,6 +493,19 @@ + BB_GENERATE_MIRROR_TARBALLS + + + Causes tarballs of the Git repositories to be placed in the + DL_DIR + directory. + For performance reasons, creating and placing tarballs of + the Git repositories is not the default action by the + OpenEmbedded build system. + + + + BB_NUMBER_THREADS The maximum number of tasks BitBake should run in parallel at any one time. @@ -1283,8 +1296,20 @@ Core layer for images cannot be removed DL_DIR and the build system looks there first to find source tarballs. - When wiping and rebuilding, you can preserve this - directory to speed up this part of subsequent builds. + + When wiping and rebuilding, you can preserve this + directory to speed up this part of subsequent + builds. + + + + Also, by default, the DL_DIR + does not contain tarballs of Git directories. + However, you can instruct the build process to save + these tarballs to the directory by using the + BB_GENERATE_MIRROR_TARBALLS + variable. +