diff options
| -rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst index 1bb55fc501..9d1828c3ba 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | |||
| @@ -1179,10 +1179,10 @@ overview of their function and contents. | |||
| 1179 | your configuration:: | 1179 | your configuration:: |
| 1180 | 1180 | ||
| 1181 | PREMIRRORS:prepend = "\ | 1181 | PREMIRRORS:prepend = "\ |
| 1182 | git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | 1182 | git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \ |
| 1183 | ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | 1183 | ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \ |
| 1184 | http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | 1184 | http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \ |
| 1185 | https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" | 1185 | https://.*/.* http://downloads.yoctoproject.org/mirror/sources/" |
| 1186 | 1186 | ||
| 1187 | These changes cause the build system to intercept Git, FTP, HTTP, and | 1187 | These changes cause the build system to intercept Git, FTP, HTTP, and |
| 1188 | HTTPS requests and direct them to the ``http://`` sources mirror. You can | 1188 | HTTPS requests and direct them to the ``http://`` sources mirror. You can |
