From 58645b0586d56651d2fdcd154600f333ba63beaf Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 7 Oct 2021 11:06:28 -0400 Subject: documentation: replace http with https for URLs https has been the preferred way to access websites for many years now. Change all of the URLs with a _working_ https server/certificate to use that URL. (From yocto-docs rev: c77868c780df94356d5f21453f80ace073fade9b) Signed-off-by: Jon Mason Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/faq.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation/ref-manual/faq.rst') diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index e4d3d3e963..7b337dbf60 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst @@ -302,10 +302,10 @@ attempt before any others by adding something like the following to the ``local.conf`` configuration file:: PREMIRRORS:prepend = "\ - git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ - ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ - http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ - https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" + 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" These changes cause the build system to intercept Git, FTP, HTTP, and HTTPS requests and direct them to the ``http://`` sources mirror. You @@ -342,10 +342,10 @@ You could make the following changes to the ``local.conf`` configuration file as long as the :term:`PREMIRRORS` server is current:: PREMIRRORS:prepend = "\ - git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ - ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ - http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ - https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" + 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" BB_FETCH_PREMIRRORONLY = "1" These changes would cause the build system to successfully fetch source -- cgit v1.2.3-54-g00ecf