Merge pull request #12 from andrey-konovalov/jetro-to-krogoth

OE.md: fix the manifest branch
This commit is contained in:
Robert Wolff 2016-11-10 07:20:01 -08:00 committed by GitHub
commit 08bdfe6819

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: To initialize your build environment, you need to run:
mkdir oe-rpb && cd oe-rpb 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 repo sync
source setup-environment [<build folder>] source setup-environment [<build folder>]