From 844658ab6148ddb060c6b0169b738555bdd4b80e Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 13 Jan 2017 09:56:26 +0100 Subject: Update latest stable to Chinook 3.0.0 Change-Id: Ica01a633e1f8c009e59b47a656c07040f4a0e943 Signed-off-by: Romain Forlot --- getting-started/source-code.md | 4 ++-- 1 file 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 ``` -- cgit