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 20:50:51 +0100
commit5b1738e53d61281a7be6d77189e3abd1b6303f95 (patch)
treea1c350194131b52bf2864fa2f243b7f90bdaaf08 /documentation
parent726c2796aa0b8dc74d388bc9fb90cbd2a636dd8a (diff)
downloadpoky-5b1738e53d61281a7be6d77189e3abd1b6303f95.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: ad29c8f73ab3cec930f21939744cff322b43dfdc) 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>