From 89abf89ef4ca477c9cb3c991e02e5657f801e161 Mon Sep 17 00:00:00 2001 From: Ronan Date: Thu, 22 Dec 2016 10:46:22 +0100 Subject: update the latest stable release Signed-off-by: Ronan --- getting-started/source-code.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/getting-started/source-code.md b/getting-started/source-code.md index 730b242..f1823cd 100644 --- a/getting-started/source-code.md +++ b/getting-started/source-code.md @@ -109,20 +109,20 @@ 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, Blowfish 2.0.3: +To download all layers for the for the latest stable release, Chinook 2.99.1: ``` cd $AGL_TOP -repo init -b blowfish -m default_blowfish_2.0.3.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init -b chinook -m chinook_2.99.1.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo repo sync ``` -### Download Latest on Blowfish Branch +### Download Latest on Chinook Branch To download all layers on the current release branch which may be in the midst of testing or changes prior to the next stable release: ``` cd $AGL_TOP -repo init -b blowfish -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init -b chinook -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo repo sync ``` -- cgit 1.2.3-korg