summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
diff options
context:
space:
mode:
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 \