summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-07 08:24:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:50 +0100
commitfa2da885afc35d96054456b30212d2bd26074b06 (patch)
treea3d7cf95fc4a6b3d123edf301643def743d36b19 /documentation
parent2e16a75c60f5223ee41ea6c4fe00b545c008b361 (diff)
downloadpoky-fa2da885afc35d96054456b30212d2bd26074b06.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 50a0049ab5..fc44d022da 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -93,7 +93,7 @@
93 <literallayout class='monospaced'> 93 <literallayout class='monospaced'>
94 $ cd ~/poky 94 $ cd ~/poky
95 $ git fetch --tags 95 $ git fetch --tags
96 $ git checkout &DISTRO_NAME;-&POKYVERSION; -b &DISTRO_NAME; 96 $ git checkout -b &DISTRO_NAME;-&POKYVERSION; origin/&DISTRO_NAME;
97 Switched to a new branch '&DISTRO_NAME;' 97 Switched to a new branch '&DISTRO_NAME;'
98 </literallayout> 98 </literallayout>
99 The <filename>git fetch --tags</filename> is somewhat redundant since you just set 99 The <filename>git fetch --tags</filename> is somewhat redundant since you just set