summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-27 06:22:26 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 20:50:53 +0100
commit5a4dc0f4422a5bb4f4bc2f925c98155342332b0d (patch)
tree0768ee02ded9bae35b206971518f99115d53b8e6 /documentation
parent9c6e16d7b0ca7ca345f85b5f5e08021a891caa9a (diff)
downloadpoky-5a4dc0f4422a5bb4f4bc2f925c98155342332b0d.tar.gz
documentation/dev-manual/dev-manual-kernel-appendix.xml: output updated
Updated the example sets up the bare clone. The shell output changed because the upstream repo changed to "origin/standard/default/common-pc/base". (From yocto-docs rev: cc3a8dde7b7f70174225ec95303d0280697d674b) 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-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>