summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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/dev-manual
parent9c6e16d7b0ca7ca345f85b5f5e08021a891caa9a (diff)
downloadast2050-yocto-poky-5a4dc0f4422a5bb4f4bc2f925c98155342332b0d.zip
ast2050-yocto-poky-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/dev-manual')
-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 dac6759..dc9eb26 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -202,9 +202,10 @@
The following commands create and checkout the branch:
<literallayout class='monospaced'>
$ cd ~/my-linux-yocto-3.2-work
- $ git checkout -b common-pc-base origin/yocto/standard/common-pc/base
+ $ git checkout -b common-pc-base origin/standard/default/common-pc/base
+ Checking out files: 100% (532/532), done.
Branch common-pc-base set up to track remote branch
- yocto/standard/common-pc/base from origin.
+ standard/default/common-pc/base from origin.
Switched to a new branch 'common-pc-base'
</literallayout>
</para>
OpenPOWER on IntegriCloud