aboutsummaryrefslogtreecommitdiffstats
path: root/docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-23 19:21:36 +0200
committerScott Murray <scott.murray@konsulko.com>2024-06-03 14:15:47 +0000
commite14a03fbbb566603ad70230f710a9ee2c0199b23 (patch)
tree715e04b4f1d55f4dc15dc876f7d4faa0da3eb71c /docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md
parent97bdc3e9a2022d596d1f5529f9b4c3e79bf1626e (diff)
doc changes for image renaming.
Changes: - Global replace of image names with post-rework names. - .rootfs image name suffix added to locally built image filenames. - Image list updated in a couple of places to match conf-notes.txt update that has been submitted for meta-agl-core. Bug-AGL: SPEC-5138 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I437f1e32078972ead2d1156686c54475e87bebaf Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29915
Diffstat (limited to 'docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md')
-rw-r--r--docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md14
1 files changed, 7 insertions, 7 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..895d025 100644
--- a/docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md
+++ b/docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md
@@ -13,21 +13,21 @@ quickstart the service and application development process.
- **x86** : [qemux86-64](https://download.automotivelinux.org/AGL/snapshots/master/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.
+ **Note:** .sh file will be with name "poky-agl-glibc-x86_64-agl-ivi-demo-qt-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/)
- **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.
+ **Note:** .sh file will be with name " poky-agl-glibc-x86_64-agl-ivi-demo-qt-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/)
- **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.
+ **Note:** .sh file will be with name " poky-agl-glibc-x86_64-agl-ivi-demo-qt-crosssdk-aarch64-qemuarm64-toolchain-$(version number).sh" where version number is regularly updated on the site.
*Henceforth,* **qemux86-64** *is used in these guides, unless specified
- otherwise. We also use the 'agl-demo-platform-crosssdk' as example.*
+ otherwise. We also use the 'agl-ivi-demo-qt-crosssdk' as example.*
2. Create application development directory and copy SDK into them :
@@ -35,7 +35,7 @@ quickstart the service and application development process.
```sh
$ mkdir ~/agl-app
- $ cp ~/Downloads/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-*.sh ~/agl-app/
+ $ cp ~/Downloads/poky-agl-glibc-x86_64-agl-ivi-demo-qt-crosssdk-*.sh ~/agl-app/
$ cd ~/agl-app
```
@@ -45,9 +45,9 @@ quickstart the service and application development process.
```sh
- $ chmod 777 poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-*.sh
+ $ chmod 777 poky-agl-glibc-x86_64-agl-ivi-demo-qt-crosssdk-*.sh
$ mkdir agl-sdk/
- $ ./poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-*.sh
+ $ ./poky-agl-glibc-x86_64-agl-ivi-demo-qt-crosssdk-*.sh
```
Select target directory for SDK : `~/agl-app/agl-sdk`