aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-09-04 19:53:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-05 08:12:57 +0100
commit1019998e2f8682c8f2f13320fdb0de1a9a23e854 (patch)
tree4e26b916e3f2a4b202766fc86d72d9e6f7f38cc8
parent56224da378ab63526d44fd7a70bcfd2cffe245cc (diff)
downloadbitbake-contrib-1019998e2f8682c8f2f13320fdb0de1a9a23e854.tar.gz
doc: bitbake-user-manual: remove reference to SSTATE_MIRRORS variable
This variable is implemented in OE-Core, and therefore only documented in the Yocto Project manual. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-fetching.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index c905288c4..fb4f0a23d 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -715,8 +715,9 @@ The fetcher requires that the machine has valid credentials for accessing the
chosen bucket. Instructions for authentication can be found in the
`Google Cloud documentation <https://cloud.google.com/docs/authentication/provide-credentials-adc#local-dev>`__.
-The fetcher can be used for fetching sstate artifacts from a GCS bucket by
-specifying the :term:`SSTATE_MIRRORS` variable as shown below::
+If it used from the OpenEmbedded build system, the fetcher can be used for
+fetching sstate artifacts from a GCS bucket by specifying the
+``SSTATE_MIRRORS`` variable as shown below::
SSTATE_MIRRORS ?= "\
file://.* gs://<bucket name>/PATH \