Просмотр исходного кода

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>
Scott Rifenbark 6 лет назад
Родитель
Сommit
bd6d8db54b
1 измененных файлов с 10 добавлено и 6 удалено
  1. 10 6
      documentation/ref-manual/ref-variables.xml

+ 10 - 6
documentation/ref-manual/ref-variables.xml

@@ -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>: