summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/faq.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-08-04 20:20:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-14 12:04:23 +0100
commit956056e647e21a644908d761f072a00ea42a94f9 (patch)
tree338dfa8d0fb92bc6acac3724d423be1f1611b161 /documentation/ref-manual/faq.rst
parent80859f21b5ceea8efdc09d0f0de24cc70a749d48 (diff)
downloadpoky-956056e647e21a644908d761f072a00ea42a94f9.tar.gz
ref-manual: overrides syntax updates
Updated with openembedded-core/scripts/contrib/convert-overrides.py (From yocto-docs rev: 23ee6fbdf429d4cf1de4129e92dc7de4e6e9d184) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/faq.rst')
-rw-r--r--documentation/ref-manual/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst
index c7322e7623..d3a603d4a4 100644
--- a/documentation/ref-manual/faq.rst
+++ b/documentation/ref-manual/faq.rst
@@ -301,7 +301,7 @@ As an example, you could add a specific server for the build system to
301attempt before any others by adding something like the following to the 301attempt before any others by adding something like the following to the
302``local.conf`` configuration file:: 302``local.conf`` configuration file::
303 303
304 PREMIRRORS_prepend = "\ 304 PREMIRRORS:prepend = "\
305 git://.*/.* http://www.yoctoproject.org/sources/ \n \ 305 git://.*/.* http://www.yoctoproject.org/sources/ \n \
306 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ 306 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \
307 http://.*/.* http://www.yoctoproject.org/sources/ \n \ 307 http://.*/.* http://www.yoctoproject.org/sources/ \n \
@@ -341,7 +341,7 @@ Finally, consider an example where you are behind an HTTP-only firewall.
341You could make the following changes to the ``local.conf`` configuration 341You could make the following changes to the ``local.conf`` configuration
342file as long as the :term:`PREMIRRORS` server is current:: 342file as long as the :term:`PREMIRRORS` server is current::
343 343
344 PREMIRRORS_prepend = "\ 344 PREMIRRORS:prepend = "\
345 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ 345 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \
346 http://.*/.* http://www.yoctoproject.org/sources/ \n \ 346 http://.*/.* http://www.yoctoproject.org/sources/ \n \
347 https://.*/.* http://www.yoctoproject.org/sources/ \n" 347 https://.*/.* http://www.yoctoproject.org/sources/ \n"