diff options
author | 2023-02-27 12:19:13 +0100 | |
---|---|---|
committer | 2023-03-02 20:10:41 +0000 | |
commit | 42b3550f0627400a778a5b1293b915204517ec2c (patch) | |
tree | d646338218280d74bbbc27db9824e0f043db7904 /docs/04_Developer_Guides | |
parent | ad469eb57940d03b580f75996157033e6e561c98 (diff) |
Prepare octopus branch for documentation
Change references from master to octopus.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I3508a3631c63a8c7ee85293f46d16ac52d384643
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28529
Diffstat (limited to 'docs/04_Developer_Guides')
-rw-r--r-- | docs/04_Developer_Guides/01_Setting_Up_AGL_SDK.md | 8 | ||||
-rw-r--r-- | docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md | 6 |
2 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..f7a86e9 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 octopus branch. If you want SDK for specific branch than change the name from octopus 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/snapshots/octopus/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/snapshots/octopus/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/snapshots/octopus/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. diff --git a/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md b/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md index dbfe374..446c347 100644 --- a/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md +++ b/docs/04_Developer_Guides/02_AGL_Layers/03_meta_agl_demo.md @@ -24,13 +24,13 @@ The `meta-agl-demo` layer has the following base dependencies: - URI: git://git.yoctoproject.org/poky - Branch: "thud" - Tested Revision: See the - [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/master/default.xml) + [`default.xml`](https://github.com/leon-anavi/AGL-repo/blob/octopus/default.xml) manifest file for the `AGL-repo` repository for revision information. - AGL `meta-agl` Layer: - URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl - - Branch: "master" + - Branch: "octopus" - OpenEmbedded `meta-openembedded` Layer: @@ -113,7 +113,7 @@ dependencies: - AGL's `meta-netboot` Layer within the `meta-agl` Layer: - URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git - - Branch: "master" + - Branch: "octopus" ## Packagegroups |