From d4ec4803980d217cb69725835afb3fbb7e017300 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 8 Nov 2016 21:58:18 +0100 Subject: Update to BB release 2.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller --- 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 a33065f..a7ebd42 100644 --- a/getting-started/source-code.md +++ b/getting-started/source-code.md @@ -13,10 +13,10 @@ chmod a+x ~/bin/repo ``` ## Download Latest Stable Release -To download all layers for the for the latest stable release, Blowfish 2.0.2: +To download all layers for the for the latest stable release, Blowfish 2.0.3: ``` -repo init -b blowfish -m default_blowfish_2.0.2.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init -b blowfish -m default_blowfish_2.0.3.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo repo sync ``` -- cgit 1.2.3-korg