diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-09-04 19:53:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-05 08:13:13 +0100 |
commit | de243647d6c5d735d132d6927721e3c2d82dfea3 (patch) | |
tree | b80b972559b099ed2b08d07186a1aea48d569137 | |
parent | f066aee59806e6123886bd6ace04319bd5f38bf1 (diff) | |
download | poky-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>
-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 \ |