summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2021-10-05 18:45:13 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-16 17:41:59 +0100
commite53c974aceec03eb61c78e29ee19b28a5ea58f0b (patch)
tree51eb285a489ad0f6c347aa02cd08f6b1f92532bc /bitbake/doc
parentd54d049edaa5c91ce506c5d7f01bef3720c0077f (diff)
downloadpoky-e53c974aceec03eb61c78e29ee19b28a5ea58f0b.tar.gz
bitbake: bitbake-user-manual: update sources mirror URL
The URL for the sources mirror no longer works. Update to the new location. (Bitbake rev: 160feefd4af07c0b057495f19c8dd94fe243853b) (Bitbake rev: 45ea7a937d81d68e3c1203a6e04a3f2f3cc607da) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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