diff mbox series

ref-manual: Fix reference to MIRRORS/PREMIRRORS defaults

Message ID 20231108162835.4405-1-paul.barker.ct@bp.renesas.com
State New
Headers show
Series ref-manual: Fix reference to MIRRORS/PREMIRRORS defaults | expand

Commit Message

Paul Barker Nov. 8, 2023, 4:28 p.m. UTC
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")

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
---
 documentation/ref-manual/variables.rst | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)


base-commit: 897d5017eae6b3af2d5d489fc4e0915d9ce21458

Comments

Michael Opdenacker Nov. 10, 2023, 3:35 p.m. UTC | #1
Hi Paul.

On 08.11.23 at 17:28, Paul Barker wrote:
> 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")
>
> Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>

Many thanks for the update!
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Merged into master-next.
Cheers
Michael.
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 12889a508577..b394d310990b 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.
       :term:`PREMIRRORS`, the upstream source, and then
       locations specified by :term:`MIRRORS` in that order.
 
-      Assuming your distribution (:term:`DISTRO`) is "poky",
-      the default value for :term:`MIRRORS` is defined in the
-      ``conf/distro/poky.conf`` file in the ``meta-poky`` Git repository.
+      The default value for :term:`MIRRORS` is defined in the
+      ``meta/classes-global/mirrors.bbclass`` file in the core metadata layer.
 
    :term:`MLPREFIX`
       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.
       source, and then locations specified by
       :term:`MIRRORS` in that order.
 
-      Assuming your distribution (:term:`DISTRO`) is "poky",
-      the default value for :term:`PREMIRRORS` is defined in the
-      ``conf/distro/poky.conf`` file in the ``meta-poky`` Git repository.
+      The default value for :term:`PREMIRRORS` is defined in the
+      ``meta/classes-global/mirrors.bbclass`` file in the core metadata layer.
 
       Typically, you could add a specific server for the build system to
       attempt before any others by adding something like the following to