diff options
author | 2021-02-02 18:31:13 +0100 | |
---|---|---|
committer | 2021-02-03 11:23:03 +0000 | |
commit | a166530ebd948adcd211970d0a1bd20f189e9d01 (patch) | |
tree | 1b87b732239762b47c9cace9cd1db95ed851cfb4 /docs/3_Developer_Guides/4_AFB_Helper_Guide | |
parent | 2c18cdf15409aaa1cef0fb7117b4e9569282d3d5 (diff) |
Updates specific to the koi branch
URLs, versions printed and branch names are updated for the koi branch.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: If89f025392a0eb2063a009db869ce6994fec5bf1
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25985
Diffstat (limited to 'docs/3_Developer_Guides/4_AFB_Helper_Guide')
-rw-r--r-- | docs/3_Developer_Guides/4_AFB_Helper_Guide/1_Usage.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/3_Developer_Guides/4_AFB_Helper_Guide/1_Usage.md b/docs/3_Developer_Guides/4_AFB_Helper_Guide/1_Usage.md index 80c2c08..6783aa4 100644 --- a/docs/3_Developer_Guides/4_AFB_Helper_Guide/1_Usage.md +++ b/docs/3_Developer_Guides/4_AFB_Helper_Guide/1_Usage.md @@ -11,11 +11,11 @@ distributions. You could find the SDK build from Yocto which embed the afb-helpers library here: -- **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/koi/latest/qemux86-64/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-corei7-64-qemux86-64-toolchain-11.0.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/koi/latest/qemuarm/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-armv7vet2hf-neon-vfpv4-qemuarm-toolchain-11.0.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/koi/latest/qemuarm64/deploy/sdk/poky-agl-glibc-x86_64-agl-demo-platform-crosssdk-aarch64-qemuarm64-toolchain-11.0.0+snapshot.sh) Then use your package manager to install the library. |