diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-18 12:35:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:20:48 +0100 |
commit | 3fa6a307c3ceeab297dfb2f2fff23eba62f2216e (patch) | |
tree | 58e39f7a507be26d7da44dd6af09bd8454acbda0 /documentation/ref-manual/ref-variables.xml | |
parent | d7f340a0e93043bedd79eaabd772c00c6e5e04d4 (diff) | |
download | poky-3fa6a307c3ceeab297dfb2f2fff23eba62f2216e.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 559010b0f3..fe1c100794 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -493,6 +493,19 @@ | |||
493 | </glossdef> | 493 | </glossdef> |
494 | </glossentry> | 494 | </glossentry> |
495 | 495 | ||
496 | <glossentry id='var-BB_GENERATE_MIRROR_TARBALLS'><glossterm>BB_GENERATE_MIRROR_TARBALLS</glossterm> | ||
497 | <glossdef> | ||
498 | <para> | ||
499 | Causes tarballs of the Git repositories to be placed in the | ||
500 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link> | ||
501 | directory. | ||
502 | For performance reasons, creating and placing tarballs of | ||
503 | the Git repositories is not the default action by the | ||
504 | OpenEmbedded build system. | ||
505 | </para> | ||
506 | </glossdef> | ||
507 | </glossentry> | ||
508 | |||
496 | <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm> | 509 | <glossentry id='var-BB_NUMBER_THREADS'><glossterm>BB_NUMBER_THREADS</glossterm> |
497 | <glossdef> | 510 | <glossdef> |
498 | <para>The maximum number of tasks BitBake should run in parallel at any one time. | 511 | <para>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 | |||
1283 | <filename>DL_DIR</filename> and the build system looks there | 1296 | <filename>DL_DIR</filename> and the build system looks there |
1284 | first to find source tarballs. | 1297 | first to find source tarballs. |
1285 | <note> | 1298 | <note> |
1286 | When wiping and rebuilding, you can preserve this | 1299 | <para> |
1287 | directory to speed up this part of subsequent builds. | 1300 | When wiping and rebuilding, you can preserve this |
1301 | directory to speed up this part of subsequent | ||
1302 | builds. | ||
1303 | </para> | ||
1304 | |||
1305 | <para> | ||
1306 | Also, by default, the <filename>DL_DIR</filename> | ||
1307 | does not contain tarballs of Git directories. | ||
1308 | However, you can instruct the build process to save | ||
1309 | these tarballs to the directory by using the | ||
1310 | <link linkend='var-BB_GENERATE_MIRROR_TARBALLS'><filename>BB_GENERATE_MIRROR_TARBALLS</filename></link> | ||
1311 | variable. | ||
1312 | </para> | ||
1288 | </note> | 1313 | </note> |
1289 | </para> | 1314 | </para> |
1290 | 1315 | ||