summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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