aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-02-07 22:04:36 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-02-08 09:59:40 +0000
commitdddb970161f8b18f696d4d7763315623b091c9e5 (patch)
tree6186f4a4b7a36358ad6fb5aee9e80c6bb7e22700
parent78b45c5a400bdbe5d01df02c61be84d40c048e77 (diff)
Update links to prebuilt SDK fileslamprey_12.1.1lamprey/12.1.112.1.1
The links on the doc site did not work. Fix them. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I1cd0e6d47044a7e8a717af66c8b1b652d6e751de Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/27159
-rw-r--r--docs/3_Developer_Guides/1_Setting_Up_AGL_SDK.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/3_Developer_Guides/1_Setting_Up_AGL_SDK.md b/docs/3_Developer_Guides/1_Setting_Up_AGL_SDK.md
index 7c40ac8..61d5384 100644
--- a/docs/3_Developer_Guides/1_Setting_Up_AGL_SDK.md
+++ b/docs/3_Developer_Guides/1_Setting_Up_AGL_SDK.md
@@ -7,11 +7,11 @@ quickstart the service and application development process.
1. Download the prebuilt SDK :
- - **x86** : [qemux86-64](https://download.automotivelinux.org/AGL/release/lamprey/latest/qemux86-64/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-corei7-64-qemux86-64-toolchain-12.0.0.sh)
+ - **x86** : [qemux86-64](https://download.automotivelinux.org/AGL/release/lamprey/12.1.0/qemux86-64/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-corei7-64-qemux86-64-toolchain-12.1.0.sh)
- - **ARM 32 bit** : [qemuarm](https://download.automotivelinux.org/AGL/release/lamprey/latest/qemuarm/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-armv7vet2hf-neon-vfpv4-qemuarm-toolchain-12.0.0.sh)
+ - **ARM 32 bit** : [qemuarm](https://download.automotivelinux.org/AGL/release/lamprey/12.1.0/qemuarm/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-armv7vet2hf-neon-vfpv4-qemuarm-toolchain-12.1.0.sh)
- - **AARCH64 - ARM 64bit** : [qemuarm64](https://download.automotivelinux.org/AGL/release/lamprey/latest/qemuarm64/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-aarch64-qemuarm64-toolchain-13.0.0.sh)
+ - **AARCH64 - ARM 64bit** : [qemuarm64](https://download.automotivelinux.org/AGL/release/lamprey/12.1.0/qemuarm64/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-aarch64-qemuarm64-toolchain-12.1.0.sh)
*Henceforth,* **qemux86-64** *is used in these guides, unless specified
otherwise.*