From ce2084cf364e2196d5b42de3d2afe227baf15d4f Mon Sep 17 00:00:00 2001 From: Naoto YAMAGUCHI Date: Tue, 16 Mar 2021 22:40:27 +0900 Subject: [PATCH] Fix branch name from jellyfish to koi in the document of koi release When the agl developer create agl source tree of koi release using repo, they create jellyfish source tree. Because the document of koi has incorrect description for repo command example. This patch fix to this issue. Signed-off-by: Naoto YAMAGUCHI Change-Id: I0b7d3fe76c38383eed291bd1c78c74bf20c998ca Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/26179 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller (cherry picked from commit 43c8b7cdb0662e738ea6eb9ecfa72ca3437b2aee) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/26162 --- .../2_Building_AGL_Image/2_Downloading_AGL_Software.md | 6 +++--- 1 file changed, 3 insertions(+), 3 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 39d2c18..ee18805 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 @@ -56,9 +56,9 @@ The remainder of this section provides steps on how to download the AGL source f ```sh $ cd $AGL_TOP - $ mkdir jellyfish - $ cd jellyfish - $ repo init -b jellyfish -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo + $ mkdir koi + $ cd koi + $ repo init -b koi -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo $ repo sync ``` -- 2.16.6