X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2F0_Getting_Started%2F2_Building_AGL_Image%2F2_Downloading_AGL_Software.md;h=ad71c4391934ef02dbc5c948295533b05309f35b;hb=4e3031ff5d8a8c1032537db56a497c22e0a76c39;hp=88e6bb12d28fbc851de89b0cc2b886e68b1ea33e;hpb=eefc3ab6cbb8a5901632f46d99e13c8d90b2415d;p=AGL%2Fdocumentation.git diff --git a/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md b/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md index 88e6bb1..ad71c43 100644 --- a/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md +++ b/docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md @@ -10,6 +10,8 @@ For information on how to create accounts for Gerrit, see the [Getting Started with AGL](https://wiki.automotivelinux.org/start/getting-started) wiki page. +**NOTE:** Further information about Download and Build AGL Source Code available at [AGL wiki](https://wiki.automotivelinux.org/agl-distro/source-code). + The remainder of this section provides steps on how to download the AGL source files: 1. **Define Your Top-Level Directory:** @@ -49,14 +51,17 @@ The remainder of this section provides steps on how to download the AGL source f Using the latest stable release gives you a solid snapshot of the latest know release. The release is static, tested, and known to work. - To download the latest stable release branch (i.e. Jellyfish), use + To download the [latest stable release branch](https://wiki.automotivelinux.org/agl-distro/release-notes#latest_stable_release), use the following commands: + **Note:** In this below command please change the branch name to the [latest stable release branch](https://wiki.automotivelinux.org/agl-distro/release-notes#latest_stable_release). For example, for Nifty Needlefish branch use the last name i.e. "needlefish" as branch. + + ```sh $ cd $AGL_TOP - $ mkdir jellyfish - $ cd jellyfish - $ repo init -b jellyfish -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo + $ mkdir <> + $ cd <> + $ repo init -b <> -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo $ repo sync ``` @@ -89,10 +94,6 @@ The remainder of this section provides steps on how to download the AGL source f ├── bsp ├── external ├── meta-agl - ├── meta-agl-cluster-demo ├── meta-agl-demo ├── meta-agl-devel - ├── meta-agl-extra - └── meta-agl-telematics-demo ``` -