]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updates to the SSTATE_MIRRORS variable.
authorScott Rifenbark <srifenbark@gmail.com>
Tue, 23 Oct 2018 21:27:43 +0000 (14:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Oct 2018 16:55:19 +0000 (16:55 +0000)
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>
documentation/ref-manual/ref-variables.xml

index 5490bd3130dd84843570a58d45af2ec1aae5d389..178692a21ecbedd9c80d56f2944a4dac7aaff35d 100644 (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>: