diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-08 21:58:18 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-08 21:58:18 +0100 |
commit | d4ec4803980d217cb69725835afb3fbb7e017300 (patch) | |
tree | 0814dd0b7e2194aa3e5ff0e2ab728bd119c30087 /getting-started/source-code.md | |
parent | 82a9d6c5e2b4f4d29fb266678ceb548f6acae623 (diff) |
Update to BB release 2.0.3
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'getting-started/source-code.md')
-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 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 ``` |