diff options
| author | Robbin Van Damme <robbinvandamme@gmail.com> | 2025-06-01 22:15:05 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-02 22:17:43 +0100 |
| commit | a2f77bbe0fd564e0b95df15c27f2c6a3b15c7be7 (patch) | |
| tree | 743b6ac3297366f6819a74c44f6b48c76a64214c /bitbake/doc | |
| parent | 47ff241a845961d75761f05c76a5712622a2c5a6 (diff) | |
| download | poky-a2f77bbe0fd564e0b95df15c27f2c6a3b15c7be7.tar.gz | |
bitbake: fetch/az: Add sanity check and clarify documentation
AZ_SAS token should be prefixed with a question mark. Add a sanity check for
this and fix the documentation.
[YOCTO #15882]
(Bitbake rev: 22011765202514600314732b97f1bb938e21f585)
Signed-off-by: Robbin Van Damme <robbinvandamme@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
| -rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 fb4f0a23d7..eac3cbdfb5 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |||
| @@ -686,9 +686,9 @@ Such functionality is set by the variable: | |||
| 686 | delegate access to resources, if this variable is set, the Az Fetcher will | 686 | delegate access to resources, if this variable is set, the Az Fetcher will |
| 687 | use it when fetching artifacts from the cloud. | 687 | use it when fetching artifacts from the cloud. |
| 688 | 688 | ||
| 689 | You can specify the AZ_SAS variable as shown below:: | 689 | You can specify the AZ_SAS variable prefixed with a ? as shown below:: |
| 690 | 690 | ||
| 691 | AZ_SAS = "se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>" | 691 | AZ_SAS = "?se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>" |
| 692 | 692 | ||
| 693 | Here is an example URL:: | 693 | Here is an example URL:: |
| 694 | 694 | ||
