From 86d19b09fc9c829debd9cb5ecd5b18949fcd37b3 Mon Sep 17 00:00:00 2001 From: Vinod Ahuja Date: Mon, 24 Oct 2022 15:41:28 -0500 Subject: [PATCH] Fixing the branch name in latest stable release Fixing the branch name for the latest stable release branch. Bug-AGL: [SPEC-4590] Signed-off-by: Vinod Ahuja Change-Id: If63436f9d237aa37035a1fc72d7816bb9667120c Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/28063 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- .../2_Building_AGL_Image/2_Downloading_AGL_Software.md | 12 +++++++----- 1 file 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 ee18805..02d9108 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. 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 koi - $ cd koi - $ repo init -b koi -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 ``` @@ -97,4 +100,3 @@ The remainder of this section provides steps on how to download the AGL source f ├── meta-agl-extra └── meta-agl-telematics-demo ``` - -- 2.16.6