summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-05-31 07:40:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-31 21:16:55 +0100
commitde4cdfd6bc1280ac7ac0559b87734d26294ef773 (patch)
tree55a0a1758a858560227f3a5634ecc30a3a4d4fab /documentation/kernel-manual
parent614308eef0c25a47a4d36e3058fce561ce53ef2e (diff)
downloadpoky-de4cdfd6bc1280ac7ac0559b87734d26294ef773.tar.gz
documentation/kernel-manual/kernel-how-to.xml: Updated to kernel 3.4
According to Bruce Ashfield, we will be using linux-yocto-3.4. So I changed the linux-yocto-3.0 strings to linux-yocto-3.4. (From yocto-docs rev: 23df0251b04ed7c31ad2297a4a7870861554beef) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r--documentation/kernel-manual/kernel-how-to.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml
index 37efbf0ae2..24da31edcb 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -46,9 +46,9 @@
46 You can find the files used to describe all the valid features and BSPs 46 You can find the files used to describe all the valid features and BSPs
47 in the Yocto Project kernel in any clone of the Linux Yocto kernel source repository Git tree. 47 in the Yocto Project kernel in any clone of the Linux Yocto kernel source repository Git tree.
48 For example, the following command clones the Yocto Project baseline kernel that 48 For example, the following command clones the Yocto Project baseline kernel that
49 branched off of <filename>linux.org</filename> version 3.0: 49 branched off of <filename>linux.org</filename> version 3.4:
50 <literallayout class='monospaced'> 50 <literallayout class='monospaced'>
51 $ git clone git://git.yoctoproject.org/linux-yocto-3.0 51 $ git clone git://git.yoctoproject.org/linux-yocto-3.4
52 </literallayout> 52 </literallayout>
53 For another example of how to set up a local Git repository of the Linux Yocto 53 For another example of how to set up a local Git repository of the Linux Yocto
54 kernel files, see the 54 kernel files, see the
@@ -58,9 +58,9 @@
58 Once you have cloned the kernel Git repository on your local machine, you can 58 Once you have cloned the kernel Git repository on your local machine, you can
59 switch to the <filename>meta</filename> branch within the repository. 59 switch to the <filename>meta</filename> branch within the repository.
60 Here is an example that assumes the local Git repository for the kernel is in 60 Here is an example that assumes the local Git repository for the kernel is in
61 a top-level directory named <filename>linux-yocto-3.0</filename>: 61 a top-level directory named <filename>linux-yocto-3.4</filename>:
62 <literallayout class='monospaced'> 62 <literallayout class='monospaced'>
63 $ cd ~/linux-yocto-3.0 63 $ cd ~/linux-yocto-3.4
64 $ git checkout -b meta origin/meta 64 $ git checkout -b meta origin/meta
65 </literallayout> 65 </literallayout>
66 Once you have checked out and switched to the <filename>meta</filename> branch, 66 Once you have checked out and switched to the <filename>meta</filename> branch,
@@ -598,9 +598,9 @@
598 <para> 598 <para>
599 For example, the following command pushes the changes from your local branch 599 For example, the following command pushes the changes from your local branch
600 <filename>yocto/standard/common-pc/base</filename> to the remote branch with the same name 600 <filename>yocto/standard/common-pc/base</filename> to the remote branch with the same name
601 in the master repository <filename>//git.mycompany.com/pub/git/kernel-3.0</filename>. 601 in the master repository <filename>//git.mycompany.com/pub/git/kernel-3.4</filename>.
602 <literallayout class='monospaced'> 602 <literallayout class='monospaced'>
603 &gt; git push ssh://git.mycompany.com/pub/git/kernel-3.0 \ 603 &gt; git push ssh://git.mycompany.com/pub/git/kernel-3.4 \
604 yocto/standard/common-pc/base:yocto/standard/common-pc/base 604 yocto/standard/common-pc/base:yocto/standard/common-pc/base
605 </literallayout> 605 </literallayout>
606 </para> 606 </para>