diff options
author | 2023-08-09 14:54:29 +0200 | |
---|---|---|
committer | 2023-08-09 21:01:07 +0000 | |
commit | f0d0275127ed9891d40baf3fe39f191267566483 (patch) | |
tree | 763b45b7858a6b75bbc9702496f2f5d2d1f76a86 /docs/04_Developer_Guides | |
parent | 31c8e703f6cfc34bd16c57edd339235fef75abd2 (diff) |
Docs: Updates prior to Prickly Pike release
Update the documentation with 'pike' specific instructions
and links.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: If8396da3000d1aad91d9e31ab4ac1110ca649f92
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29112
Diffstat (limited to 'docs/04_Developer_Guides')
-rw-r--r-- | docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md b/docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md index d3f01fb..c404b1a 100644 --- a/docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md +++ b/docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md @@ -9,19 +9,19 @@ quickstart the service and application development process. Please open the link below and download .sh file for desired machine. - **Note:** The links provided are for the master branch. If you want SDK for specific branch than change the name from master to specific branch. + **Note:** The links provided are for the pike branch. If you want SDK for specific branch than change the name from pike to specific branch. - - **x86** : [qemux86-64](https://download.automotivelinux.org/AGL/snapshots/master/latest/qemux86-64/deploy/sdk/) + - **x86** : [qemux86-64](https://download.automotivelinux.org/AGL/release/pike/latest/qemux86-64/deploy/sdk/) **Note:** .sh file will be with name "poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-corei7-64-qemux86-64-toolchain-$(version number).sh" where version number is regularly updated on the site. - - **ARM 32 bit** : [qemuarm](https://download.automotivelinux.org/AGL/snapshots/master/latest/qemuarm/deploy/sdk/) + - **ARM 32 bit** : [qemuarm](https://download.automotivelinux.org/AGL/release/pike/latest/qemuarm/deploy/sdk/) **Note:** .sh file will be with name " poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-armv7vet2hf-neon-vfpv4-qemuarm-toolchain-$(version number).sh" where version number is regularly updated on the site. - - **AARCH64 - ARM 64bit** : [qemuarm64](https://download.automotivelinux.org/AGL/snapshots/master/latest/qemuarm64/deploy/sdk/) + - **AARCH64 - ARM 64bit** : [qemuarm64](https://download.automotivelinux.org/AGL/release/pike/latest/qemuarm64/deploy/sdk/) **Note:** .sh file will be with name " poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-aarch64-qemuarm64-toolchain-$(version number).sh" where version number is regularly updated on the site. |