summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-01-11 15:30:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 15:59:19 +0000
commitd5e6f2a8045346ca8c07c76b12b1a8897ba94c03 (patch)
treee06f36f21b71c2399770737af286f1be07f7e5f2 /documentation
parent719824f9ce457f40f5f2fc45d68379755cf27b3e (diff)
downloadpoky-d5e6f2a8045346ca8c07c76b12b1a8897ba94c03.tar.gz
kernel-dev: Removed original text from "Applying Patches" section.
(From yocto-docs rev: 7293f8ead1ac3a8029eb7bb384e4e1b9fb71cfa1) 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/kernel-dev/kernel-dev-common.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 4cceb932b6..688e12ac9a 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -130,26 +130,6 @@
130 detects the change in the recipe and fetches and applies the patches 130 detects the change in the recipe and fetches and applies the patches
131 before building the kernel. 131 before building the kernel.
132 </para> 132 </para>
133
134 <para>
135 Original Text:
136 <literallayout class='monospaced'>
137If you have a patch, or a small series of patches, to apply to the Linux kernel
138source, you can do so just as you would with any other recipe. You first copy
139the patches to the path added to FILESEXTRAPATHS in the bbappend file as
140described in 2.2 and then reference them in the SRC_URI.
141
142For example, you can apply a three patch series by adding the following lines to
143your linux-yocto bbappend file in your layer:
144
145 SRC_URI += "file://0001-first-change.patch"
146 SRC_URI += "file://0002-first-change.patch"
147 SRC_URI += "file://0003-first-change.patch"
148
149At the next build, bitbake will detect the change in the recipe and fetch and
150apply the patches before rebuilding the Linux kernel.
151 </literallayout>
152 </para>
153 </section> 133 </section>
154 134
155 <section id='changing-the-configuration'> 135 <section id='changing-the-configuration'>