diff options
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index f212437f07..e33e4a6e4c 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -911,6 +911,17 @@ | |||
911 | </para> | 911 | </para> |
912 | 912 | ||
913 | <para> | 913 | <para> |
914 | In the previous example, the | ||
915 | <ulink url='&YOCTO_DOCS_REF_URL;#var-BB_GENERATE_MIRROR_TARBALLS'><filename>BB_GENERATE_MIRROR_TARBALLS</filename></ulink> | ||
916 | variable causes the OpenEmbedded build system to generate tarballs | ||
917 | of the Git repositories and store them in the | ||
918 | <ulink url='&YOCTO_DOCS_REF_URL;#var-DL_DIR'><filename>DL_DIR</filename></ulink> | ||
919 | directory. | ||
920 | Due to performance reasons, generating and storing these tarballs | ||
921 | is not the build system's default behavior. | ||
922 | </para> | ||
923 | |||
924 | <para> | ||
914 | You can also use the | 925 | You can also use the |
915 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PREMIRRORS'><filename>PREMIRRORS</filename></ulink> | 926 | <ulink url='&YOCTO_DOCS_REF_URL;#var-PREMIRRORS'><filename>PREMIRRORS</filename></ulink> |
916 | variable. | 927 | variable. |