diff options
author | Vinod Ahuja <vahuja@unomaha.edu> | 2022-10-24 15:41:28 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-11-10 10:45:09 +0000 |
commit | 4e3031ff5d8a8c1032537db56a497c22e0a76c39 (patch) | |
tree | f1ef12cac76b7db587ad2263b13f9cda98124f42 | |
parent | 9190a412e87a74d31a9c7874dc7fce989fb9d5c7 (diff) |
Fixing the branch name in latest stable releaseneedlefish_14.0.5needlefish_14.0.4needlefish_14.0.3needlefish_14.0.2needlefish/14.0.5needlefish/14.0.4needlefish/14.0.3needlefish/14.0.214.0.514.0.414.0.314.0.2needlefish
Fixing the branch name for the latest stable release branch.
Bug-AGL: [SPEC-4590]
Signed-off-by: Vinod Ahuja <vahuja@unomaha.edu>
Change-Id: If63436f9d237aa37035a1fc72d7816bb9667120c
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28063
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28132
-rw-r--r-- | docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md | 12 |
1 files changed, 7 insertions, 5 deletions
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 bb32dd4..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 @@ -51,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. Needlefish), 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 koi - $ cd koi - $ repo init -b needlefish -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo + $ mkdir <<branch name>> + $ cd <<branch name>> + $ repo init -b <<branch name>> -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo $ repo sync ``` @@ -94,4 +97,3 @@ The remainder of this section provides steps on how to download the AGL source f ├── meta-agl-demo ├── meta-agl-devel ``` - |