diff options
author | Jon Mason <jdmason@kudzu.us> | 2021-10-05 18:45:12 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-08 22:01:24 +0100 |
commit | 4ca20be7fe65b752b424cfaacbb107edb06e3362 (patch) | |
tree | f78b21fc2e68dbba6e32472ae685b3f688f1fc00 /documentation/ref-manual/variables.rst | |
parent | 60b02e9daa0bf545ddb54c3796fe4eda9fe56f92 (diff) | |
download | poky-4ca20be7fe65b752b424cfaacbb107edb06e3362.tar.gz |
documentation: update sources mirror URL
The URL for the sources mirror no longer works. Update to the new
location.
(From yocto-docs rev: 616c326437c03d7f4530168c4c9d6ef50743952e)
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.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 5cb036c304..8bd7b08c6e 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://.*/.* http://www.yoctoproject.org/sources/ \n \ | 5858 | git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
5859 | ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ | 5859 | ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
5860 | http://.*/.* http://www.yoctoproject.org/sources/ \n \ | 5860 | http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |
5861 | https://.*/.* http://www.yoctoproject.org/sources/ \n" | 5861 | https://.*/.* http://downloads.yoctoproject.org/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 |