From 3450742644b4bb70849d28b14759ca99be9a0570 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 29 Mar 2013 09:34:47 -0700 Subject: ref-manual: Edits to the getting source from behind firewall question. (From yocto-docs rev: 11f95cb2cafef69cd2160afb62ec7444bf8cc0a9) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/faq.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'documentation') 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 @@ BB_FETCH_PREMIRRORONLY = "1" - This statement limits Poky to pulling source from the - PREMIRRORS only. + This statement limits the build system to pulling source + from the PREMIRRORS only. Again, this technique is useful for reproducing builds. @@ -633,7 +633,8 @@ BB_GENERATE_MIRROR_TARBALLS = "1" - This statement tells Poky to generate mirror tarballs. + This statement tells the build system to generate mirror + tarballs. This technique is useful if you want to create a mirror server. If not, however, the technique can simply waste time during the build. @@ -643,7 +644,7 @@ HTTP-only firewall. You could make the following changes to the local.conf configuration file as long as - the PREMIRRORS server is up to date: + the PREMIRRORS server is current: PREMIRRORS_prepend = "\ ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ -- cgit v1.2.3-54-g00ecf