diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-07-28 17:01:58 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2017-07-28 17:01:58 +0300 |
commit | d45ae884e05a25469a59c47b9d60ceae7432b578 (patch) | |
tree | 549ed1f4ff2664dffed7aed80593720b448237ba | |
parent | d5e555c84a8426b461b356bc4fe1087771a7f2cf (diff) |
source-code.md: Update stable versions
Update the stable version, generate dokuwiki files
and update the AGL wiki for Raspberry Pi and
Renesas Porter board.
Bug-AGL: SPEC-664
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r-- | getting-started/source-code.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started/source-code.md b/getting-started/source-code.md index 0c2c387..337cbac 100644 --- a/getting-started/source-code.md +++ b/getting-started/source-code.md @@ -121,11 +121,11 @@ You can choose your source release ### Download Latest Stable Release -To download all layers for the for the latest stable release, Chinook 3.0.1: +To download all layers for the for the latest stable release, Chinook 3.0.4: ```bash cd $AGL_TOP -repo init -b chinook -m chinook_3.0.1.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init -b chinook -m chinook_3.0.4.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo repo sync ``` |