summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-maint-appx.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-02 14:59:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-06 10:44:34 +0000
commite7e533028bea299ca85b4fc503ccca61c35ae60c (patch)
tree11e0e8ac9efe27604a25fc417935f61f8a24ea62 /documentation/kernel-dev/kernel-dev-maint-appx.xml
parent043e02c5d89b60432d8c790779b6f9493a205985 (diff)
downloadpoky-e7e533028bea299ca85b4fc503ccca61c35ae60c.tar.gz
kernel-dev: Scrubbed out the 3.4 kernel references.
This kernel is not supported and is ancient. Many of the examples were referencing this kernel. I switched to use the 3.19 version. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: ba04c4f11a02b4562994d5d79838cd2cf90efc7e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-maint-appx.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-maint-appx.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/kernel-dev/kernel-dev-maint-appx.xml b/documentation/kernel-dev/kernel-dev-maint-appx.xml
index a72dcff01b..6bb0cf6fd0 100644
--- a/documentation/kernel-dev/kernel-dev-maint-appx.xml
+++ b/documentation/kernel-dev/kernel-dev-maint-appx.xml
@@ -30,9 +30,9 @@
30 in the Yocto Project kernel in any clone of the Yocto Project kernel source repository 30 in the Yocto Project kernel in any clone of the Yocto Project kernel source repository
31 Git tree. 31 Git tree.
32 For example, the following command clones the Yocto Project baseline kernel that 32 For example, the following command clones the Yocto Project baseline kernel that
33 branched off of <filename>linux.org</filename> version 3.4: 33 branched off of <filename>linux.org</filename> version 3.19:
34 <literallayout class='monospaced'> 34 <literallayout class='monospaced'>
35 $ git clone git://git.yoctoproject.org/linux-yocto-3.4 35 $ git clone git://git.yoctoproject.org/linux-yocto-3.19
36 </literallayout> 36 </literallayout>
37 For another example of how to set up a local Git repository of the Yocto Project 37 For another example of how to set up a local Git repository of the Yocto Project
38 kernel files, see the 38 kernel files, see the
@@ -43,9 +43,9 @@
43 Once you have cloned the kernel Git repository on your local machine, you can 43 Once you have cloned the kernel Git repository on your local machine, you can
44 switch to the <filename>meta</filename> branch within the repository. 44 switch to the <filename>meta</filename> branch within the repository.
45 Here is an example that assumes the local Git repository for the kernel is in 45 Here is an example that assumes the local Git repository for the kernel is in
46 a top-level directory named <filename>linux-yocto-3.4</filename>: 46 a top-level directory named <filename>linux-yocto-3.19</filename>:
47 <literallayout class='monospaced'> 47 <literallayout class='monospaced'>
48 $ cd linux-yocto-3.4 48 $ cd linux-yocto-3.19
49 $ git checkout -b meta origin/meta 49 $ git checkout -b meta origin/meta
50 </literallayout> 50 </literallayout>
51 Once you have checked out and switched to the <filename>meta</filename> branch, 51 Once you have checked out and switched to the <filename>meta</filename> branch,
@@ -135,7 +135,7 @@
135 135
136<!-- 136<!--
137 <para> 137 <para>
138 <emphasis>AR - Darrren Hart:</emphasis> Some parts of this section 138 <emphasis>AR - Darren Hart:</emphasis> Some parts of this section
139 need to be in the 139 need to be in the
140 "<link linkend='using-an-iterative-development-process'>Using an Iterative Development Process</link>" 140 "<link linkend='using-an-iterative-development-process'>Using an Iterative Development Process</link>"
141 section. 141 section.