diff options
Diffstat (limited to 'documentation/ref-manual/faq.rst')
-rw-r--r-- | documentation/ref-manual/faq.rst | 6 |
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 | |||
90 | can use ``file://`` URLs to point to local directories or network shares | 90 | can use ``file://`` URLs to point to local directories or network shares |
91 | as well. | 91 | as well. |
92 | 92 | ||
93 | Here are other options:: | 93 | Another 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 |
107 | builds. | 107 | builds. |
108 | 108 | ||
109 | Here is another technique:: | 109 | Here 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 | |||
135 | single user or can be in ``/usr/local/etc/wgetrc`` as a global user | 135 | single user or can be in ``/usr/local/etc/wgetrc`` as a global user |
136 | file. | 136 | file. |
137 | 137 | ||
138 | Following is the applicable code for setting various proxy types in the | 138 | Here 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. |
140 | To use them, remove the comments:: | 140 | To use them, remove the comments:: |
141 | 141 | ||