ref-manual: Updates to the SSTATE_MIRRORS variable.

Accounting for uninative stuff.

(From yocto-docs rev: 5915f1345e3b91ae848cf419560d8fae4e850058)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-10-23 14:27:43 -07:00
committed by Richard Purdie
parent 21c7646779
commit bd6d8db54b

View File

@@ -13670,12 +13670,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
</para>
<para>
If you want to use native sstate artifacts that are
provided by a server, you need to configure
<filename>SSTATE_MIRROR</filename> regular expressions
so that the local search paths get mapped to paths
provided by the server.
The server paths must take into account the GCC versions.
When pointing to sstate build artifacts on another machine
that uses a different GCC version for native builds,
you must configure <filename>SSTATE_MIRROR</filename>
with a regular expression that maps local search paths
to server paths.
The paths need to take into account
<link linkend='var-NATIVELSBSTRING'><filename>NATIVELSBSTRING</filename></link>
set by the
<link linkend='ref-classes-uninative'><filename>uninative</filename></link>
class.
For example, the following maps the local search path
<filename>universal-4.9</filename> to the server-provided
path <replaceable>server_url_sstate_path</replaceable>: