]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/dev-manual/dev-manual-bsp-appendix.xml: Fix repo example
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 7 Sep 2012 15:24:51 +0000 (08:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Sep 2012 08:50:50 +0000 (09:50 +0100)
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-bsp-appendix.xml

index 50a0049ab52183b6ae2a5ed61ed5b9b830c713cb..fc44d022da7ea968dbf52a7f4cb048d5416c0bdb 100644 (file)
@@ -93,7 +93,7 @@
         <literallayout class='monospaced'>
      $ 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;'
         </literallayout>
         The <filename>git fetch --tags</filename> is somewhat redundant since you just set