summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 5490bd3130..178692a21e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -13670,12 +13670,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
13670 </para> 13670 </para>
13671 13671
13672 <para> 13672 <para>
13673 If you want to use native sstate artifacts that are 13673 When pointing to sstate build artifacts on another machine
13674 provided by a server, you need to configure 13674 that uses a different GCC version for native builds,
13675 <filename>SSTATE_MIRROR</filename> regular expressions 13675 you must configure <filename>SSTATE_MIRROR</filename>
13676 so that the local search paths get mapped to paths 13676 with a regular expression that maps local search paths
13677 provided by the server. 13677 to server paths.
13678 The server paths must take into account the GCC versions. 13678 The paths need to take into account
13679 <link linkend='var-NATIVELSBSTRING'><filename>NATIVELSBSTRING</filename></link>
13680 set by the
13681 <link linkend='ref-classes-uninative'><filename>uninative</filename></link>
13682 class.
13679 For example, the following maps the local search path 13683 For example, the following maps the local search path
13680 <filename>universal-4.9</filename> to the server-provided 13684 <filename>universal-4.9</filename> to the server-provided
13681 path <replaceable>server_url_sstate_path</replaceable>: 13685 path <replaceable>server_url_sstate_path</replaceable>: