From de4cdfd6bc1280ac7ac0559b87734d26294ef773 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 31 May 2012 07:40:50 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/kernel-manual/kernel-how-to.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/kernel-manual') 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 @@ You can find the files used to describe all the valid features and BSPs in the Yocto Project kernel in any clone of the Linux Yocto kernel source repository Git tree. For example, the following command clones the Yocto Project baseline kernel that - branched off of linux.org version 3.0: + branched off of linux.org version 3.4: - $ git clone git://git.yoctoproject.org/linux-yocto-3.0 + $ git clone git://git.yoctoproject.org/linux-yocto-3.4 For another example of how to set up a local Git repository of the Linux Yocto kernel files, see the @@ -58,9 +58,9 @@ Once you have cloned the kernel Git repository on your local machine, you can switch to the meta branch within the repository. Here is an example that assumes the local Git repository for the kernel is in - a top-level directory named linux-yocto-3.0: + a top-level directory named linux-yocto-3.4: - $ cd ~/linux-yocto-3.0 + $ cd ~/linux-yocto-3.4 $ git checkout -b meta origin/meta Once you have checked out and switched to the meta branch, @@ -598,9 +598,9 @@ For example, the following command pushes the changes from your local branch yocto/standard/common-pc/base to the remote branch with the same name - in the master repository //git.mycompany.com/pub/git/kernel-3.0. + in the master repository //git.mycompany.com/pub/git/kernel-3.4. - > git push ssh://git.mycompany.com/pub/git/kernel-3.0 \ + > git push ssh://git.mycompany.com/pub/git/kernel-3.4 \ yocto/standard/common-pc/base:yocto/standard/common-pc/base -- cgit v1.2.3-54-g00ecf