summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Barker <pbarker.renesas@gmail.com>2023-11-08 16:28:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-20 10:59:40 +0000
commit9723982ecfcaedfee801953406c5dfd967af8b40 (patch)
treeb02170600b51e7ae2d0318e3ccf6d498435c4fbd /documentation/ref-manual
parentdc2f087dc9410c393585f44c7ab2008cb3bf1337 (diff)
downloadpoky-9723982ecfcaedfee801953406c5dfd967af8b40.tar.gz
ref-manual: Fix reference to MIRRORS/PREMIRRORS defaults
After the following meta-yocto commits, MIRRORS & PREMIRRORS are no longer set in the poky distro config file: 67b79df4fbff ("poky.conf: remove redundant MIRRORS") 1b71a3b9418f ("poky: Drop PREMIRRORS entries for scms") (From yocto-docs rev: bc84dd0b6cdb1b2432ae60c036df9ee15cd53f34) Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 12889a5085..b394d31099 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5347,9 +5347,8 @@ system and gives an overview of their function and contents.
5347 :term:`PREMIRRORS`, the upstream source, and then 5347 :term:`PREMIRRORS`, the upstream source, and then
5348 locations specified by :term:`MIRRORS` in that order. 5348 locations specified by :term:`MIRRORS` in that order.
5349 5349
5350 Assuming your distribution (:term:`DISTRO`) is "poky", 5350 The default value for :term:`MIRRORS` is defined in the
5351 the default value for :term:`MIRRORS` is defined in the 5351 ``meta/classes-global/mirrors.bbclass`` file in the core metadata layer.
5352 ``conf/distro/poky.conf`` file in the ``meta-poky`` Git repository.
5353 5352
5354 :term:`MLPREFIX` 5353 :term:`MLPREFIX`
5355 Specifies a prefix has been added to :term:`PN` to create a 5354 Specifies a prefix has been added to :term:`PN` to create a
@@ -6647,9 +6646,8 @@ system and gives an overview of their function and contents.
6647 source, and then locations specified by 6646 source, and then locations specified by
6648 :term:`MIRRORS` in that order. 6647 :term:`MIRRORS` in that order.
6649 6648
6650 Assuming your distribution (:term:`DISTRO`) is "poky", 6649 The default value for :term:`PREMIRRORS` is defined in the
6651 the default value for :term:`PREMIRRORS` is defined in the 6650 ``meta/classes-global/mirrors.bbclass`` file in the core metadata layer.
6652 ``conf/distro/poky.conf`` file in the ``meta-poky`` Git repository.
6653 6651
6654 Typically, you could add a specific server for the build system to 6652 Typically, you could add a specific server for the build system to
6655 attempt before any others by adding something like the following to 6653 attempt before any others by adding something like the following to