summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2024-08-10 05:41:25 +0900
committerWalt Miner <walt@linux.com>2024-08-19 20:50:14 +0000
commit659e794ca9dcef176aaca10020aa194fb7078a19 (patch)
treef3dc769022593cabb17d5bef9142f283a82a0be0
parent8142f93d51a916f16ba458c5767c9dc05f329a4b (diff)
Fix download procedure at IC doc to use quillback branch
The "### 6th step: Download the AGL Source Files" has the description of repo init command. But it is not use quillback branch. When developer use this command, repo download master branch. This patch add branch setting into the description of repo init command. Bug-AGL: SPEC-5224 Change-Id: I7c81cfefd659cf4f2be9f118cfacdeb157f884ee Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/30162 Tested-by: Walt Miner <walt@linux.com> Reviewed-by: Walt Miner <walt@linux.com>
-rw-r--r--docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md21
1 files changed, 17 insertions, 4 deletions
diff --git a/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md b/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md
index bca5ef6..59374de 100644
--- a/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md
+++ b/docs/01_Getting_Started/03_Build_and_Boot_guide_Profile/01_Instrument_Cluster_(IC-IVI_with_Container_isolation).md
@@ -84,22 +84,35 @@ $ git config \--global user.name "Your Name"
### 6th step: Download the AGL Source Files
+#### Standard procedure: Use latest point of the quillback release.
+
```bash
$ cd $AGL_TOP
-$ mkdir master
-$ export AGL_TOP=$HOME/AGL/master
+$ mkdir quillback
+$ export AGL_TOP=$HOME/AGL/quillback
$ cd $AGL_TOP
-$ repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
+$ repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo -b quillback
$ repo sync
```
+#### Alternative procedure: Use latest release of the quillback release.
+
+Check a this [release note page](https://wiki.automotivelinux.org/agl-distro/release-notes#latest_oldstable_release). It describe repo command to download latest release point.
+
+Example
+```bash
+$ repo init -b quillback -m quillback_17.1.1.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
+```
+
+When you want to use latest release of the quillback release, please replace repo command from the standard procedure to this.
+
### 7th step: Downloading Proprietary DriversĀ  (AGL RefHW and R-Car H3/M3 with Kingfisher board only procedure)
If your board is Raspberry Pi4, please skip this step.
#### 7-1: Downloading Proprietary Drivers from [Renesas-automotive-products](https://www.renesas.com/us/en/products/automotive-products/automotive-system-chips-socs/r-car-h3-m3-documents-software).
-In case of Optimistic Octopus and master, please download this.
+In case of Quirky Quillback, please download this.
![](images/image3.png)