From 24d54c6b3018318f03946748fc0bafa6afb9d545 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Tue, 23 May 2017 11:31:08 +0200 Subject: [PATCH] Update OE.md --- 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 045eb01..06d0fa7 100644 --- a/Reference-Platform/CECommon/OE.md +++ b/Reference-Platform/CECommon/OE.md @@ -85,7 +85,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 krogoth + repo init -u https://github.com/96boards/oe-rpb-manifest.git -b morty repo sync source setup-environment []