From 5ffa7cca927fea9765661bd6f06056adaca2103c Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 10 Nov 2016 16:50:44 +0300 Subject: [PATCH] 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 --- Reference-Platform/CECommon/OE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reference-Platform/CECommon/OE.md b/Reference-Platform/CECommon/OE.md index d30974d..990b4ae 100644 --- a/Reference-Platform/CECommon/OE.md +++ b/Reference-Platform/CECommon/OE.md @@ -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 []