diff options
author | Alejandro Hernandez Samaniego <alejandro@enedino.org> | 2021-02-24 10:26:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-11 14:04:45 +0000 |
commit | 1d2fc389f957fab88bf1987148db52a9c3e50385 (patch) | |
tree | 87f28571ba352a0479ed05fed3547ed2730232e7 /bitbake | |
parent | 3a60575cba45d484fc9e38d18fead637ad6c5e21 (diff) | |
download | poky-1d2fc389f957fab88bf1987148db52a9c3e50385.tar.gz |
bitbake: docs: Add AZ_SAS definition to glossary
(Bitbake rev: 134df841b273d94e767426876459da348d96dd23)
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alhe@linux.microsoft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 13 |
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. |