summaryrefslogtreecommitdiffstats
path: root/docs/3_Developer_Guides/1_Setting_Up_AGL_SDK.md
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-08-10 12:58:51 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-08-10 13:06:37 +0000
commit19c407da96d2b071990d3b1871b4581ecc72f414 (patch)
tree7c8324d4234b572ab7ad080f32567cf26fbbb45f /docs/3_Developer_Guides/1_Setting_Up_AGL_SDK.md
parentb57d7980aa0a6cb33403520c47501fa93a3fe6fd (diff)
Mostly just s/master/needlefish . Little corrections where necessary. Add a FIXME for the platform doc/Security Blueprint Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Ia54ba1a46f0575689268ff5999a1c953a6f8a54c Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/27894
Diffstat (limited to 'docs/3_Developer_Guides/1_Setting_Up_AGL_SDK.md')
-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 8cdbe3e..65b80e6 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/snapshots/master/latest/qemux86-64/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-corei7-64-qemux86-64-toolchain-10.90.0+snapshot.sh)
+ - **x86** : [qemux86-64](https://download.automotivelinux.org/AGL/release/needlefish/latest/qemux86-64/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-corei7-64-qemux86-64-toolchain-10.90.0+snapshot.sh)
- - **ARM 32 bit** : [qemuarm](https://download.automotivelinux.org/AGL/snapshots/master/latest/qemuarm/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-armv7vet2hf-neon-vfpv4-qemuarm-toolchain-10.90.0+snapshot.sh)
+ - **ARM 32 bit** : [qemuarm](https://download.automotivelinux.org/AGL/release/needlefish/latest/qemuarm/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-armv7vet2hf-neon-vfpv4-qemuarm-toolchain-10.90.0+snapshot.sh)
- - **AARCH64 - ARM 64bit** : [qemuarm64](https://download.automotivelinux.org/AGL/snapshots/master/latest/qemuarm64/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-aarch64-qemuarm64-toolchain-10.90.0+snapshot.sh)
+ - **AARCH64 - ARM 64bit** : [qemuarm64](https://download.automotivelinux.org/AGL/release/needlefish/latest/qemuarm64/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-aarch64-qemuarm64-toolchain-10.90.0+snapshot.sh)
*Henceforth,* **qemux86-64** *is used in these guides, unless specified
otherwise. We also use the 'agl-demo-platform-crosssdk' as example.*