mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d54d049eda
commit
e53c974ace
@@ -1123,10 +1123,10 @@ overview of their function and contents.
|
|||||||
your configuration::
|
your configuration::
|
||||||
|
|
||||||
PREMIRRORS:prepend = "\
|
PREMIRRORS:prepend = "\
|
||||||
git://.*/.* http://www.yoctoproject.org/sources/ \n \
|
git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
|
||||||
ftp://.*/.* http://www.yoctoproject.org/sources/ \n \
|
ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
|
||||||
http://.*/.* http://www.yoctoproject.org/sources/ \n \
|
http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
|
||||||
https://.*/.* http://www.yoctoproject.org/sources/ \n"
|
https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
|
||||||
|
|
||||||
These changes cause the build system to intercept Git, FTP, HTTP, and
|
These changes cause the build system to intercept Git, FTP, HTTP, and
|
||||||
HTTPS requests and direct them to the ``http://`` sources mirror. You can
|
HTTPS requests and direct them to the ``http://`` sources mirror. You can
|
||||||
|
|||||||
Reference in New Issue
Block a user