Fix branch name from jellyfish to koi in the document of koi release 62/26162/2 11.91.0 lamprey/11.91.0 lamprey_11.91.0
authorNaoto YAMAGUCHI <i33399_YAMAGUCHI@aisin-aw.co.jp>
Tue, 16 Mar 2021 13:40:27 +0000 (22:40 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 22 Mar 2021 17:20:13 +0000 (17:20 +0000)
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 <i33399_YAMAGUCHI@aisin-aw.co.jp>
Change-Id: I0b7d3fe76c38383eed291bd1c78c74bf20c998ca
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/26179
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 43c8b7cdb0662e738ea6eb9ecfa72ca3437b2aee)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/26162

docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md

index 39d2c18..ee18805 100644 (file)
@@ -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
      ```