summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-23 13:33:30 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 13:16:14 +0000
commit4bd0d3156270b83205fa31c8351d6b022aa4431f (patch)
treec531991dc68576bf92f6351a3b5e238ec54fd537 /documentation
parenteb77bc6ec322fdd9a2430952fc42e2af37283d6c (diff)
downloadpoky-4bd0d3156270b83205fa31c8351d6b022aa4431f.tar.gz
ref-manual: Added more detail to BB_GENERATE_MIRROR_TARBALLS variable.
Fixes [YOCTO #5684] Added a clause to note that the tarballs saved to the DL_DIR area include the Git metadata. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 76cbb8a149b9fda6879f9dfc6a17dab992325e94) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b5c95481a7..da6ad82901 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -525,9 +525,13 @@
525 <glossentry id='var-BB_GENERATE_MIRROR_TARBALLS'><glossterm>BB_GENERATE_MIRROR_TARBALLS</glossterm> 525 <glossentry id='var-BB_GENERATE_MIRROR_TARBALLS'><glossterm>BB_GENERATE_MIRROR_TARBALLS</glossterm>
526 <glossdef> 526 <glossdef>
527 <para> 527 <para>
528 Causes tarballs of the Git repositories to be placed in the 528 Causes tarballs of the Git repositories, including the
529 Git metadata, to be placed in the
529 <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link> 530 <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>
530 directory. 531 directory.
532 </para>
533
534 <para>
531 For performance reasons, creating and placing tarballs of 535 For performance reasons, creating and placing tarballs of
532 the Git repositories is not the default action by the 536 the Git repositories is not the default action by the
533 OpenEmbedded build system. 537 OpenEmbedded build system.