diff options
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 5 |
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 | |||
715 | chosen bucket. Instructions for authentication can be found in the | 715 | chosen 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 | ||
718 | The fetcher can be used for fetching sstate artifacts from a GCS bucket by | 718 | If it used from the OpenEmbedded build system, the fetcher can be used for |
719 | specifying the :term:`SSTATE_MIRRORS` variable as shown below:: | 719 | fetching 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 \ |