diff options
-rw-r--r-- | documentation/kernel-manual/kernel-how-to.xml | 12 |
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 | > git push ssh://git.mycompany.com/pub/git/kernel-3.0 \ | 603 | > 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> |