[PATCH 2/5] ref-manual/variables.rst: SSTATE_MIRRORS: remove uninative mapping note
Antonin Godard <[email protected]> Wed, 22 Jul 2026 14:58:11 +0200
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
Since 552e037bf598 ("uninative/utils: Drop workarounds for gcc 4.8/4.9")
in OE-Core the uninative directory created in the shared state directory
no longer has "-4.8" or "-4.9" appended to it, and the directory is
always named "universal", so there's no need for this mapping anymore.
Signed-off-by: Antonin Godard <[email protected]>
---
documentation/ref-manual/variables.rst | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 394797ca3..4344b6143 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -10100,16 +10100,6 @@ system and gives an overview of their function and contents.
cache (sstate-cache) results from previous builds. The sstate-cache
you point to can also be from builds on other machines.
- When pointing to sstate build artifacts on another machine that uses
- a different GCC version for native builds, you must configure
- :term:`SSTATE_MIRRORS` with a regular expression that maps local search
- paths to server paths. The paths need to take into account
- :term:`NATIVELSBSTRING` set by the :ref:`ref-classes-uninative` class.
- For example, the following maps the local search path ``universal-4.9``
- to the server-provided path server_url_sstate_path::
-
- SSTATE_MIRRORS ?= "file://universal-4.9/(.*) https://server_url_sstate_path/universal-4.8/\1"
-
If a mirror uses the same structure as
:term:`SSTATE_DIR`, you need to add "PATH" at the
end as shown in the examples below. The build system substitutes the
--
2.55.0