diff options
Diffstat (limited to 'documentation/ref-manual/closer-look.xml')
-rw-r--r-- | documentation/ref-manual/closer-look.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml index eccf97698a..c8f2fae94e 100644 --- a/documentation/ref-manual/closer-look.xml +++ b/documentation/ref-manual/closer-look.xml | |||
@@ -491,6 +491,14 @@ | |||
491 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link> | 491 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link> |
492 | variable. | 492 | variable. |
493 | This area is a cache that can hold previously downloaded source. | 493 | This area is a cache that can hold previously downloaded source. |
494 | You can also instruct the OpenEmbedded build system to create | ||
495 | tarballs from Git repositories, which is not the default behavior, | ||
496 | and store them in the <filename>DL_DIR</filename> by using the | ||
497 | <link linkend='var-BB_GENERATE_MIRROR_TARBALLS'><filename>BB_GENERATE_MIRROR_TARBALLS</filename></link> | ||
498 | variable. | ||
499 | </para> | ||
500 | |||
501 | <para> | ||
494 | Judicious use of a <filename>DL_DIR</filename> directory can | 502 | Judicious use of a <filename>DL_DIR</filename> directory can |
495 | save the build system a trip across the Internet when looking | 503 | save the build system a trip across the Internet when looking |
496 | for files. | 504 | for files. |
@@ -566,6 +574,15 @@ | |||
566 | fetcher module. | 574 | fetcher module. |
567 | </para> | 575 | </para> |
568 | 576 | ||
577 | <note> | ||
578 | For information on how to have the OpenEmbedded build system | ||
579 | generate tarballs for Git repositories and place them in the | ||
580 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link> | ||
581 | directory, see the | ||
582 | <link linkend='var-BB_GENERATE_MIRROR_TARBALLS'><filename>BB_GENERATE_MIRROR_TARBALLS</filename></link> | ||
583 | variable. | ||
584 | </note> | ||
585 | |||
569 | <para> | 586 | <para> |
570 | When fetching a repository, BitBake uses the | 587 | When fetching a repository, BitBake uses the |
571 | <link linkend='var-SRCREV'><filename>SRCREV</filename></link> | 588 | <link linkend='var-SRCREV'><filename>SRCREV</filename></link> |