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>
This commit is contained in:
Scott Rifenbark 2013-01-11 15:30:15 -08:00 committed by Richard Purdie
parent 719824f9ce
commit d5e6f2a804
1 changed files with 0 additions and 20 deletions

View File

@ -130,26 +130,6 @@
detects the change in the recipe and fetches and applies the patches
before building the kernel.
</para>
<para>
Original Text:
<literallayout class='monospaced'>
If you have a patch, or a small series of patches, to apply to the Linux kernel
source, you can do so just as you would with any other recipe. You first copy
the patches to the path added to FILESEXTRAPATHS in the bbappend file as
described in 2.2 and then reference them in the SRC_URI.
For example, you can apply a three patch series by adding the following lines to
your linux-yocto bbappend file in your layer:
SRC_URI += "file://0001-first-change.patch"
SRC_URI += "file://0002-first-change.patch"
SRC_URI += "file://0003-first-change.patch"
At the next build, bitbake will detect the change in the recipe and fetch and
apply the patches before rebuilding the Linux kernel.
</literallayout>
</para>
</section>
<section id='changing-the-configuration'>