summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
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:13:13 +0100
commitde243647d6c5d735d132d6927721e3c2d82dfea3 (patch)
treeb80b972559b099ed2b08d07186a1aea48d569137 /bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
parentf066aee59806e6123886bd6ace04319bd5f38bf1 (diff)
downloadpoky-de243647d6c5d735d132d6927721e3c2d82dfea3.tar.gz
bitbake: 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. (Bitbake rev: 1019998e2f8682c8f2f13320fdb0de1a9a23e854) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index c905288c48..fb4f0a23d7 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/bitbake/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
715chosen bucket. Instructions for authentication can be found in the 715chosen bucket. Instructions for authentication can be found in the
716`Google Cloud documentation <https://cloud.google.com/docs/authentication/provide-credentials-adc#local-dev>`__. 716`Google Cloud documentation <https://cloud.google.com/docs/authentication/provide-credentials-adc#local-dev>`__.
717 717
718The fetcher can be used for fetching sstate artifacts from a GCS bucket by 718If it used from the OpenEmbedded build system, the fetcher can be used for
719specifying the :term:`SSTATE_MIRRORS` variable as shown below:: 719fetching sstate artifacts from a GCS bucket by specifying the
720``SSTATE_MIRRORS`` variable as shown below::
720 721
721 SSTATE_MIRRORS ?= "\ 722 SSTATE_MIRRORS ?= "\
722 file://.* gs://<bucket name>/PATH \ 723 file://.* gs://<bucket name>/PATH \