summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-kernel-appendix.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index dac6759650..dc9eb26073 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -202,9 +202,10 @@
202 The following commands create and checkout the branch: 202 The following commands create and checkout the branch:
203 <literallayout class='monospaced'> 203 <literallayout class='monospaced'>
204 $ cd ~/my-linux-yocto-3.2-work 204 $ cd ~/my-linux-yocto-3.2-work
205 $ git checkout -b common-pc-base origin/yocto/standard/common-pc/base 205 $ git checkout -b common-pc-base origin/standard/default/common-pc/base
206 Checking out files: 100% (532/532), done.
206 Branch common-pc-base set up to track remote branch 207 Branch common-pc-base set up to track remote branch
207 yocto/standard/common-pc/base from origin. 208 standard/default/common-pc/base from origin.
208 Switched to a new branch 'common-pc-base' 209 Switched to a new branch 'common-pc-base'
209 </literallayout> 210 </literallayout>
210 </para> 211 </para>