summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst8
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 139161c8d8..cbd1e795da 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
@@ -1123,10 +1123,10 @@ overview of their function and contents.
1123 your configuration:: 1123 your configuration::
1124 1124
1125 PREMIRRORS:prepend = "\ 1125 PREMIRRORS:prepend = "\
1126 git://.*/.* http://www.yoctoproject.org/sources/ \n \ 1126 git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
1127 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ 1127 ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
1128 http://.*/.* http://www.yoctoproject.org/sources/ \n \ 1128 http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
1129 https://.*/.* http://www.yoctoproject.org/sources/ \n" 1129 https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
1130 1130
1131 These changes cause the build system to intercept Git, FTP, HTTP, and 1131 These changes cause the build system to intercept Git, FTP, HTTP, and
1132 HTTPS requests and direct them to the ``http://`` sources mirror. You can 1132 HTTPS requests and direct them to the ``http://`` sources mirror. You can