From de243647d6c5d735d132d6927721e3c2d82dfea3 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 4 Sep 2023 19:53:52 +0200 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst') 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 chosen bucket. Instructions for authentication can be found in the `Google Cloud documentation `__. -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:///PATH \ -- cgit v1.2.3-54-g00ecf