From f0d0275127ed9891d40baf3fe39f191267566483 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 9 Aug 2023 14:54:29 +0200 Subject: Docs: Updates prior to Prickly Pike release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the documentation with 'pike' specific instructions and links. Signed-off-by: Jan-Simon Möller Change-Id: If8396da3000d1aad91d9e31ab4ac1110ca649f92 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29112 --- docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md') 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. -- cgit 1.2.3-korg