summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPaul Barker <pbarker.renesas@gmail.com>2023-11-08 16:28:35 +0000
committerSteve Sakoman <steve@sakoman.com>2023-12-21 06:14:00 -1000
commitcd6f183a346dffe155c52f7a48782432f012cc61 (patch)
tree266e697820b60dc1ca4b802f3fd551775fa2caee /documentation
parent875ce46a8dd5b54238e10c5abb4f7598fa768647 (diff)
downloadpoky-cd6f183a346dffe155c52f7a48782432f012cc61.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: c7882126a75e8814764379d40bf56f39da5d3c19) Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-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 e8028b328b..0a0b0ad37a 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -5028,9 +5028,8 @@ system and gives an overview of their function and contents.
5028 :term:`PREMIRRORS`, the upstream source, and then 5028 :term:`PREMIRRORS`, the upstream source, and then
5029 locations specified by :term:`MIRRORS` in that order. 5029 locations specified by :term:`MIRRORS` in that order.
5030 5030
5031 Assuming your distribution (:term:`DISTRO`) is "poky", 5031 The default value for :term:`MIRRORS` is defined in the
5032 the default value for :term:`MIRRORS` is defined in the 5032 ``meta/classes-global/mirrors.bbclass`` file in the core metadata layer.
5033 ``conf/distro/poky.conf`` file in the ``meta-poky`` Git repository.
5034 5033
5035 :term:`MLPREFIX` 5034 :term:`MLPREFIX`
5036 Specifies a prefix has been added to :term:`PN` to create a 5035 Specifies a prefix has been added to :term:`PN` to create a
@@ -6248,9 +6247,8 @@ system and gives an overview of their function and contents.
6248 source, and then locations specified by 6247 source, and then locations specified by
6249 :term:`MIRRORS` in that order. 6248 :term:`MIRRORS` in that order.
6250 6249
6251 Assuming your distribution (:term:`DISTRO`) is "poky", 6250 The default value for :term:`PREMIRRORS` is defined in the
6252 the default value for :term:`PREMIRRORS` is defined in the 6251 ``meta/classes-global/mirrors.bbclass`` file in the core metadata layer.
6253 ``conf/distro/poky.conf`` file in the ``meta-poky`` Git repository.
6254 6252
6255 Typically, you could add a specific server for the build system to 6253 Typically, you could add a specific server for the build system to
6256 attempt before any others by adding something like the following to 6254 attempt before any others by adding something like the following to