OE.md: fix the manifest branch

RPB had moved from jethro to krogoth quite some time ago. Having "jethro"
in the instructions causes confusion.

Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
This commit is contained in:
Andrey Konovalov 2016-11-10 16:50:44 +03:00
parent 9fcf8fdbf3
commit 5ffa7cca92

View file

@ -86,7 +86,7 @@ To manage the various git trees and the OpenEmbedded environment, a repo manifes
To initialize your build environment, you need to run:
mkdir oe-rpb && cd oe-rpb
repo init -u https://github.com/96boards/oe-rpb-manifest.git -b jethro
repo init -u https://github.com/96boards/oe-rpb-manifest.git -b krogoth
repo sync
source setup-environment [<build folder>]