mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
58645b0586
commit
0638b77576
@@ -5855,10 +5855,10 @@ system and gives an overview of their function and contents.
|
||||
:term:`Build Directory`::
|
||||
|
||||
PREMIRRORS:prepend = "\
|
||||
git://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
|
||||
ftp://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
|
||||
http://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
|
||||
https://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n"
|
||||
git://.*/.* &YOCTO_DL_URL;/mirror/sources/ \n \
|
||||
ftp://.*/.* &YOCTO_DL_URL;/mirror/sources/ \n \
|
||||
http://.*/.* &YOCTO_DL_URL;/mirror/sources/ \n \
|
||||
https://.*/.* &YOCTO_DL_URL;/mirror/sources/ \n"
|
||||
|
||||
These changes cause the
|
||||
build system to intercept Git, FTP, HTTP, and HTTPS requests and
|
||||
|
||||
Reference in New Issue
Block a user