From: Scott Rifenbark Date: Fri, 7 Sep 2012 15:24:51 +0000 (-0700) Subject: documentation/dev-manual/dev-manual-bsp-appendix.xml: Fix repo example X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa2da885afc35d96054456b30212d2bd26074b06;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation/dev-manual/dev-manual-bsp-appendix.xml: Fix repo example I fixed the repo example so that the -b option is right after the git checkout command and so that the "origin/" string is part of the example. (From yocto-docs rev: ba7ed26cf308a69e1ec8cfb0072dd10742af4ac5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 50a0049ab52..fc44d022da7 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml @@ -93,7 +93,7 @@ $ cd ~/poky $ git fetch --tags - $ git checkout &DISTRO_NAME;-&POKYVERSION; -b &DISTRO_NAME; + $ git checkout -b &DISTRO_NAME;-&POKYVERSION; origin/&DISTRO_NAME; Switched to a new branch '&DISTRO_NAME;' The git fetch --tags is somewhat redundant since you just set