@@ -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
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 <antonin.godard@bootlin.com> --- documentation/ref-manual/variables.rst | 10 ---------- 1 file changed, 10 deletions(-)