aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoto YAMAGUCHI <i33399_YAMAGUCHI@aisin-aw.co.jp>2021-03-16 22:40:27 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-03-16 14:11:44 +0000
commit43c8b7cdb0662e738ea6eb9ecfa72ca3437b2aee (patch)
treee8b724e296a12d41e6379b940e8c96ee5f360723
parent0e8b966ec0e042a7d2c7d7375ec71afb36b3083e (diff)
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 <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>
-rw-r--r--docs/0_Getting_Started/2_Building_AGL_Image/2_Downloading_AGL_Software.md6
1 files 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
```