summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-23 17:28:39 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:06:02 +0000
commit68b55c1e85168f5b46e39805927e3c67e481a3ba (patch)
tree64d469cc2ab4f01af3e3a9f74df67e5fda3c14d2 /documentation
parent4234beb03406b82ef7797035a53ea5cbd380f337 (diff)
downloadpoky-68b55c1e85168f5b46e39805927e3c67e481a3ba.tar.gz
documentation/dev-manual/dev-manual-kernel-appendix.xml: Fixed repo name
I left "work" off the name of the copy of the clone repo for the kernel example. (From yocto-docs rev: 26f3dd9c82beb3c8d6e50c2132756bdb4b29b56d) 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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 6470c9a034..efbe9d4c60 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -216,8 +216,9 @@
216 This example uses <filename>common-pc-base</filename> as the local branch. 216 This example uses <filename>common-pc-base</filename> as the local branch.
217 The following commands create and checkout the branch: 217 The following commands create and checkout the branch:
218 <literallayout class='monospaced'> 218 <literallayout class='monospaced'>
219 $ cd ~/my-linux-yocto-3.0-1.1.x 219 $ cd ~/my-linux-yocto-3.0-1.1.x-work
220 $ git checkout -b common-pc-base origin/yocto/standard/common-pc/base 220 $ git checkout -b common-pc-base origin/yocto/standard/common-pc/base
221 Checking out files: 100% (7289/7289), done.
221 Branch common-pc-base set up to track remote branch 222 Branch common-pc-base set up to track remote branch
222 yocto/standard/common-pc/base from origin. 223 yocto/standard/common-pc/base from origin.
223 Switched to a new branch 'common-pc-base' 224 Switched to a new branch 'common-pc-base'