diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-31 09:09:59 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-31 09:09:59 +0100 |
commit | 5842c9cf9877a502c0b70402b1ac47249cbfc036 (patch) | |
tree | 331f62400440626850c302984c6e6ad0f93cdeab | |
parent | 057c65914ce6bd9c4b588d5d21e96d77b0d4e4dc (diff) |
Update to CC 3.0.1
Change-Id: Icc6e247bd13f75f260988973f4b790493ec6aee0
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-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 82b1271..0e878d3 100644 --- a/getting-started/source-code.md +++ b/getting-started/source-code.md @@ -109,11 +109,11 @@ chmod a+x ~/bin/repo You can choose your source release ### Download Latest Stable Release -To download all layers for the for the latest stable release, Chinook 3.0.0: +To download all layers for the for the latest stable release, Chinook 3.0.1: ``` cd $AGL_TOP -repo init -b chinook -m chinook_3.0.0.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init -b chinook -m chinook_3.0.1.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo repo sync ``` |