diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index 7dd37c7a5c..1b9ba2dfdd 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst @@ -105,7 +105,8 @@ attempt before any others by adding something like the following to the git://.*/.* &YOCTO_DL_URL;/mirror/sources/ \ ftp://.*/.* &YOCTO_DL_URL;/mirror/sources/ \ http://.*/.* &YOCTO_DL_URL;/mirror/sources/ \ - https://.*/.* &YOCTO_DL_URL;/mirror/sources/" + https://.*/.* &YOCTO_DL_URL;/mirror/sources/ \ + " These changes cause the build system to intercept Git, FTP, HTTP, and HTTPS requests and direct them to the ``http://`` sources mirror. You @@ -144,7 +145,8 @@ file as long as the :term:`PREMIRRORS` server is current:: git://.*/.* &YOCTO_DL_URL;/mirror/sources/ \ ftp://.*/.* &YOCTO_DL_URL;/mirror/sources/ \ http://.*/.* &YOCTO_DL_URL;/mirror/sources/ \ - https://.*/.* &YOCTO_DL_URL;/mirror/sources/" + https://.*/.* &YOCTO_DL_URL;/mirror/sources/ \ + " BB_FETCH_PREMIRRORONLY = "1" These changes would cause the build system to successfully fetch source diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 94f2eeca2a..25a7ffae30 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -7179,7 +7179,8 @@ system and gives an overview of their function and contents. git://.*/.* &YOCTO_DL_URL;/mirror/sources/ \ ftp://.*/.* &YOCTO_DL_URL;/mirror/sources/ \ http://.*/.* &YOCTO_DL_URL;/mirror/sources/ \ - https://.*/.* &YOCTO_DL_URL;/mirror/sources/" + https://.*/.* &YOCTO_DL_URL;/mirror/sources/ \ + " These changes cause the build system to intercept Git, FTP, HTTP, and HTTPS requests and