summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/faq.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-29 09:34:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:43 +0100
commit3450742644b4bb70849d28b14759ca99be9a0570 (patch)
tree695019c1f9be272e032ae63a235d91ca056f7f28 /documentation/ref-manual/faq.xml
parentb866355f61edff7097b1bd1d402b21c3dbc6c9b1 (diff)
downloadpoky-3450742644b4bb70849d28b14759ca99be9a0570.tar.gz
ref-manual: Edits to the getting source from behind firewall question.
(From yocto-docs rev: 11f95cb2cafef69cd2160afb62ec7444bf8cc0a9) 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/faq.xml')
-rw-r--r--documentation/ref-manual/faq.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml
index d07f1e4012..1cf4468bac 100644
--- a/documentation/ref-manual/faq.xml
+++ b/documentation/ref-manual/faq.xml
@@ -624,8 +624,8 @@
624 <literallayout class='monospaced'> 624 <literallayout class='monospaced'>
625 BB_FETCH_PREMIRRORONLY = "1" 625 BB_FETCH_PREMIRRORONLY = "1"
626 </literallayout> 626 </literallayout>
627 This statement limits Poky to pulling source from the 627 This statement limits the build system to pulling source
628 <filename>PREMIRRORS</filename> only. 628 from the <filename>PREMIRRORS</filename> only.
629 Again, this technique is useful for reproducing builds. 629 Again, this technique is useful for reproducing builds.
630 </para> 630 </para>
631 <para> 631 <para>
@@ -633,7 +633,8 @@
633 <literallayout class='monospaced'> 633 <literallayout class='monospaced'>
634 BB_GENERATE_MIRROR_TARBALLS = "1" 634 BB_GENERATE_MIRROR_TARBALLS = "1"
635 </literallayout> 635 </literallayout>
636 This statement tells Poky to generate mirror tarballs. 636 This statement tells the build system to generate mirror
637 tarballs.
637 This technique is useful if you want to create a mirror server. 638 This technique is useful if you want to create a mirror server.
638 If not, however, the technique can simply waste time during 639 If not, however, the technique can simply waste time during
639 the build. 640 the build.
@@ -643,7 +644,7 @@
643 HTTP-only firewall. 644 HTTP-only firewall.
644 You could make the following changes to the 645 You could make the following changes to the
645 <filename>local.conf</filename> configuration file as long as 646 <filename>local.conf</filename> configuration file as long as
646 the <filename>PREMIRRORS</filename> server is up to date: 647 the <filename>PREMIRRORS</filename> server is current:
647 <literallayout class='monospaced'> 648 <literallayout class='monospaced'>
648 PREMIRRORS_prepend = "\ 649 PREMIRRORS_prepend = "\
649 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ 650 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \