summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index 1cb4b1d668..d8c88c61df 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -39,6 +39,19 @@ overview of their function and contents.
39 when specified allows for the Git binary from the host to be used 39 when specified allows for the Git binary from the host to be used
40 rather than building ``git-native``. 40 rather than building ``git-native``.
41 41
42 :term:`AZ_SAS`
43 Azure Storage Shared Access Signature, when using the
44 :ref:`Azure Storage fetcher <bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`
45 This variable can be defined to be used by the fetcher to authenticate
46 and gain access to non-public artifacts.
47 ::
48
49 AZ_SAS = ""se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>""
50
51 For more information see Microsoft's Azure Storage documentation at
52 https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview
53
54
42 :term:`B` 55 :term:`B`
43 The directory in which BitBake executes functions during a recipe's 56 The directory in which BitBake executes functions during a recipe's
44 build process. 57 build process.