summaryrefslogtreecommitdiffstats
path: root/poky/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/ref-manual/ref-variables.xml')
-rw-r--r--poky/documentation/ref-manual/ref-variables.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/poky/documentation/ref-manual/ref-variables.xml b/poky/documentation/ref-manual/ref-variables.xml
index 6470c739c..536bd15ea 100644
--- a/poky/documentation/ref-manual/ref-variables.xml
+++ b/poky/documentation/ref-manual/ref-variables.xml
@@ -931,20 +931,21 @@
<glossentry id='var-BB_GENERATE_MIRROR_TARBALLS'><glossterm>BB_GENERATE_MIRROR_TARBALLS</glossterm>
<info>
- BB_GENERATE_MIRROR_TARBALLS[doc] = "Causes tarballs of the Git repositories to be placed in the DL_DIR directory."
+ BB_GENERATE_MIRROR_TARBALLS[doc] = "Causes tarballs of the source control repositories to be placed in the DL_DIR directory."
</info>
<glossdef>
<para role="glossdeffirst">
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
- Causes tarballs of the Git repositories, including the
- Git metadata, to be placed in the
+ Causes tarballs of the source control repositories
+ (e.g. Git repositories), including metadata, to be placed
+ in the
<link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>
directory.
</para>
<para>
For performance reasons, creating and placing tarballs of
- the Git repositories is not the default action by the
+ these repositories is not the default action by the
OpenEmbedded build system.
<literallayout class='monospaced'>
BB_GENERATE_MIRROR_TARBALLS = "1"
@@ -953,6 +954,13 @@
file in the
<link linkend='build-directory'>Build Directory</link>.
</para>
+
+ <para>
+ Once you have the tarballs containing your source files,
+ you can clean up your <filename>DL_DIR</filename>
+ directory by deleting any Git or other source control
+ work directories.
+ </para>
</glossdef>
</glossentry>
OpenPOWER on IntegriCloud