diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-13 09:56:26 +0100 |
---|---|---|
committer | ronan [iot.bzh] <ronan22@users.noreply.github.com> | 2017-01-13 10:46:54 +0100 |
commit | 844658ab6148ddb060c6b0169b738555bdd4b80e (patch) | |
tree | 796e665e14512d7a1200d3814a015c226370978a | |
parent | 6b7ebe38cd16d678a7bd6d5e4d6047159bc0897a (diff) |
Update latest stable to Chinook 3.0.0
Change-Id: Ica01a633e1f8c009e59b47a656c07040f4a0e943
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 f1823cd..82b1271 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 2.99.1: +To download all layers for the for the latest stable release, Chinook 3.0.0: ``` cd $AGL_TOP -repo init -b chinook -m chinook_2.99.1.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init -b chinook -m chinook_3.0.0.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo repo sync ``` |