From 4a3cfb5ff61f4e1f515ac8bfa221bb8de69f8220 Mon Sep 17 00:00:00 2001 From: Nicolas Ferre Date: Wed, 25 Mar 2015 11:22:05 +0100 Subject: [PATCH] README: fix checkout poky branch Signed-off-by: Nicolas Ferre --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index ab60cb62..6a3abe54 100644 --- a/README +++ b/README @@ -47,7 +47,7 @@ git clone git://git.yoctoproject.org/poky 2/ Checkout dizzy branch cd poky -git checkout dizzy -b my_branch +git checkout origin/dizzy -b my_branch 3/ Clone meta-openembedded git repository git clone git://git.openembedded.org/meta-openembedded