summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-26 15:03:25 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:32 +0100
commitb3f870297e46f38bcf58e4ece7d77a5d6a01d674 (patch)
tree1e14fdae5f71214553fcb37192ba7b7dc330fe40 /documentation
parent93deb57c9188400043466c5e2fe5b5246e2361e2 (diff)
downloadpoky-b3f870297e46f38bcf58e4ece7d77a5d6a01d674.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: Output updated
The output for creating and switching to the denzil branch for meta-intel needed updated. (From yocto-docs rev: 54602beb1aa56521c7f5812803724ff53bf11bf1) 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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 99ac453496..c3c65c784c 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -186,6 +186,7 @@
186 For this example we are going to use the <filename>&DISTRO_NAME;</filename> branch. 186 For this example we are going to use the <filename>&DISTRO_NAME;</filename> branch.
187 <literallayout class='monospaced'> 187 <literallayout class='monospaced'>
188 $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; 188 $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME;
189 Branch &DISTRO_NAME; set up to track remote branch &DISTRO_NAME; from origin.
189 Switched to a new branch '&DISTRO_NAME;' 190 Switched to a new branch '&DISTRO_NAME;'
190 </literallayout> 191 </literallayout>
191 </para> 192 </para>