Fix branch name from jellyfish to koi in the document of koi release 79/26179/2
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>
Tue, 16 Mar 2021 14:11:44 +0000 (14:11 +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>
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
      ```