]> code.ossystems Code Review - openembedded-core.git/commitdiff
handbook/faq.xml: Add a QA about proxy server setup
authorRichard Purdie <richard@openedhand.com>
Thu, 11 Sep 2008 23:11:45 +0000 (23:11 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 11 Sep 2008 23:11:45 +0000 (23:11 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5191 311d38ba-8fff-0310-9ca6-ca027cbcb966

handbook/faq.xml

index 061ed563cebad2390fbf69f19c62fd73430ee42a..4bd1b7a493bec6685f400572c46db6a5abd1d2b1 100644 (file)
             </para>
         </answer>
     </qandaentry>
+    <qandaentry>
+        <question>
+            <para>
+                I'm behind a firewall and need to use a proxy server. How do I do that?
+            </para>
+        </question>
+        <answer>
+            <para>
+                Most source fetching by Poky is done by wget and you therefore need to specify the proxy 
+                settings in a .wgetrc file in your home directory. Example settings in that file would be
+                'http_proxy = http://proxy.yoyodyne.com:18023/' and 'ftp_proxy = http://proxy.yoyodyne.com:18023/'.
+                Poky also includes a site.conf.sample file which shows how to configure cvs and git proxy servers
+                if needed.
+            </para>
+        </answer>
+    </qandaentry>
+
+
 </qandaset>
 </appendix>
 <!--