summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-10-23 14:27:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-29 16:55:19 +0000
commitbd6d8db54bc572b4aa5d54105fc20534a2670a68 (patch)
treedb756df22f2c40a4506c92d9b62f1b85f0581721 /documentation
parent21c7646779302267fb02bb83a12aa601517c0523 (diff)
downloadpoky-bd6d8db54bc572b4aa5d54105fc20534a2670a68.tar.gz
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>
Diffstat (limited to 'documentation')
-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>: