summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2021-10-07 11:06:29 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-08 22:01:24 +0100
commit0638b77576c2454e325a6fded69fd93c3429eeab (patch)
treee5fc2b328adf5e7e7b47001f1d4f46e594e10c00 /documentation/ref-manual/variables.rst
parent58645b0586d56651d2fdcd154600f333ba63beaf (diff)
downloadpoky-0638b77576c2454e325a6fded69fd93c3429eeab.tar.gz
documentation: use YOCTO_DL_URL
(From yocto-docs rev: e3ad609d9fce8d6729bf6cb553993bddba1785ae) Signed-off-by: Jon Mason <jdmason@kudzu.us> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 52561f07ce..85f65cae35 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5855,10 +5855,10 @@ system and gives an overview of their function and contents.
5855 :term:`Build Directory`:: 5855 :term:`Build Directory`::
5856 5856
5857 PREMIRRORS:prepend = "\ 5857 PREMIRRORS:prepend = "\
5858 git://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \ 5858 git://.*/.* &YOCTO_DL_URL;/mirror/sources/ \n \
5859 ftp://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \ 5859 ftp://.*/.* &YOCTO_DL_URL;/mirror/sources/ \n \
5860 http://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \ 5860 http://.*/.* &YOCTO_DL_URL;/mirror/sources/ \n \
5861 https://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n" 5861 https://.*/.* &YOCTO_DL_URL;/mirror/sources/ \n"
5862 5862
5863 These changes cause the 5863 These changes cause the
5864 build system to intercept Git, FTP, HTTP, and HTTPS requests and 5864 build system to intercept Git, FTP, HTTP, and HTTPS requests and