diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-04-28 06:11:56 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 13:22:00 +0100 |
commit | 2921941876f21c1f86dc95878cdb6110e2ee98fe (patch) | |
tree | f5585d17e0d9def695fde7a7e1b815181575a462 | |
parent | c3884f4630ddfaa4c7555a27e4f0d8d2447d28cc (diff) | |
download | poky-2921941876f21c1f86dc95878cdb6110e2ee98fe.tar.gz |
ref-manual: typo "SSTATE_MIRROR" -> "SSTATE_MIRRORS"
(From yocto-docs rev: d694ff63f4aee0fff6eac0541413c1a36b3b02e2)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index e18f41180c..c3e3c50158 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -14033,7 +14033,7 @@ | |||
14033 | <para> | 14033 | <para> |
14034 | When pointing to sstate build artifacts on another machine | 14034 | When pointing to sstate build artifacts on another machine |
14035 | that uses a different GCC version for native builds, | 14035 | that uses a different GCC version for native builds, |
14036 | you must configure <filename>SSTATE_MIRROR</filename> | 14036 | you must configure <filename>SSTATE_MIRRORS</filename> |
14037 | with a regular expression that maps local search paths | 14037 | with a regular expression that maps local search paths |
14038 | to server paths. | 14038 | to server paths. |
14039 | The paths need to take into account | 14039 | The paths need to take into account |