summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorAlejandro Hernandez Samaniego <alhe@linux.microsoft.com>2021-02-24 15:40:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-11 14:05:22 +0000
commit43a3ea41ebe7ed8456970a994207071fd0a194af (patch)
tree339109aa563d6cf98f7585980f554106a7b827dd /documentation/ref-manual
parentb1a5b4373540aadd30e4b5b4b31851ab8593ca05 (diff)
downloadpoky-43a3ea41ebe7ed8456970a994207071fd0a194af.tar.gz
ref-manual: Add Az fetcher documentation
(From yocto-docs rev: c4ad59cdc2c7fde6ef4698e5f47282540d8f0d8a) Signed-off-by: Alejandro Enedino Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 2cb37b6a2b..7539dec9d5 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -270,6 +270,18 @@ system and gives an overview of their function and contents.
270 ":ref:`Basic Syntax <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax>`" section in the BitBake 270 ":ref:`Basic Syntax <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax>`" section in the BitBake
271 User Manual for more information. 271 User Manual for more information.
272 272
273 :term:`AZ_SAS`
274 Azure Storage Shared Access Signature, when using the
275 :ref:`Azure Storage fetcher (az://) <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`
276 This variable can be defined to be used by the fetcher to authenticate
277 and gain access to non-public artifacts.
278 ::
279
280 AZ_SAS = ""se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>""
281
282 For more information see Microsoft's Azure Storage documentation at
283 https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview
284
273 :term:`B` 285 :term:`B`
274 The directory within the :term:`Build Directory` in 286 The directory within the :term:`Build Directory` in
275 which the OpenEmbedded build system places generated objects during a 287 which the OpenEmbedded build system places generated objects during a
@@ -7103,6 +7115,8 @@ system and gives an overview of their function and contents.
7103 7115
7104 - ``npm://`` - Fetches JavaScript modules from a registry. 7116 - ``npm://`` - Fetches JavaScript modules from a registry.
7105 7117
7118 - ``az://`` - Fetches files from an Azure Storage account.
7119
7106 Standard and recipe-specific options for ``SRC_URI`` exist. Here are 7120 Standard and recipe-specific options for ``SRC_URI`` exist. Here are
7107 standard options: 7121 standard options:
7108 7122