summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
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 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