summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/faq.rst')
-rw-r--r--documentation/ref-manual/faq.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst
index a3a15506c3..bab284bbfd 100644
--- a/documentation/ref-manual/faq.rst
+++ b/documentation/ref-manual/faq.rst
@@ -90,7 +90,7 @@ HTTPS requests and direct them to the ``http://`` sources mirror. You
90can use ``file://`` URLs to point to local directories or network shares 90can use ``file://`` URLs to point to local directories or network shares
91as well. 91as well.
92 92
93Here are other options:: 93Another option is to set::
94 94
95 BB_NO_NETWORK = "1" 95 BB_NO_NETWORK = "1"
96 96
@@ -106,7 +106,7 @@ This statement limits the build system to pulling source from the
106:term:`PREMIRRORS` only. Again, this technique is useful for reproducing 106:term:`PREMIRRORS` only. Again, this technique is useful for reproducing
107builds. 107builds.
108 108
109Here is another technique:: 109Here is yet another technique::
110 110
111 BB_GENERATE_MIRROR_TARBALLS = "1" 111 BB_GENERATE_MIRROR_TARBALLS = "1"
112 112
@@ -135,7 +135,7 @@ Most source fetching by the OpenEmbedded build system is done by
135single user or can be in ``/usr/local/etc/wgetrc`` as a global user 135single user or can be in ``/usr/local/etc/wgetrc`` as a global user
136file. 136file.
137 137
138Following is the applicable code for setting various proxy types in the 138Here is the applicable code for setting various proxy types in the
139``.wgetrc`` file. By default, these settings are disabled with comments. 139``.wgetrc`` file. By default, these settings are disabled with comments.
140To use them, remove the comments:: 140To use them, remove the comments::
141 141