From bd6d8db54bc572b4aa5d54105fc20534a2670a68 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 23 Oct 2018 14:27:43 -0700 Subject: ref-manual: Updates to the SSTATE_MIRRORS variable. Accounting for uninative stuff. (From yocto-docs rev: 5915f1345e3b91ae848cf419560d8fae4e850058) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'documentation') 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" - If you want to use native sstate artifacts that are - provided by a server, you need to configure - SSTATE_MIRROR 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 SSTATE_MIRROR + with a regular expression that maps local search paths + to server paths. + The paths need to take into account + NATIVELSBSTRING + set by the + uninative + class. For example, the following maps the local search path universal-4.9 to the server-provided path server_url_sstate_path: -- cgit v1.2.3-54-g00ecf