mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
b1a5b43735
commit
43a3ea41eb
|
@ -270,6 +270,18 @@ system and gives an overview of their function and contents.
|
|||
":ref:`Basic Syntax <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax>`" section in the BitBake
|
||||
User Manual for more information.
|
||||
|
||||
:term:`AZ_SAS`
|
||||
Azure Storage Shared Access Signature, when using the
|
||||
:ref:`Azure Storage fetcher (az://) <bitbake:bitbake-user-manual/bitbake-user-manual-fetching:fetchers>`
|
||||
This variable can be defined to be used by the fetcher to authenticate
|
||||
and gain access to non-public artifacts.
|
||||
::
|
||||
|
||||
AZ_SAS = ""se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>""
|
||||
|
||||
For more information see Microsoft's Azure Storage documentation at
|
||||
https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview
|
||||
|
||||
:term:`B`
|
||||
The directory within the :term:`Build Directory` in
|
||||
which the OpenEmbedded build system places generated objects during a
|
||||
|
@ -7103,6 +7115,8 @@ system and gives an overview of their function and contents.
|
|||
|
||||
- ``npm://`` - Fetches JavaScript modules from a registry.
|
||||
|
||||
- ``az://`` - Fetches files from an Azure Storage account.
|
||||
|
||||
Standard and recipe-specific options for ``SRC_URI`` exist. Here are
|
||||
standard options:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user