diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-11 15:30:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 15:59:19 +0000 |
commit | d5e6f2a8045346ca8c07c76b12b1a8897ba94c03 (patch) | |
tree | e06f36f21b71c2399770737af286f1be07f7e5f2 | |
parent | 719824f9ce457f40f5f2fc45d68379755cf27b3e (diff) | |
download | poky-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>
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 20 |
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'> | ||
137 | If you have a patch, or a small series of patches, to apply to the Linux kernel | ||
138 | source, you can do so just as you would with any other recipe. You first copy | ||
139 | the patches to the path added to FILESEXTRAPATHS in the bbappend file as | ||
140 | described in 2.2 and then reference them in the SRC_URI. | ||
141 | |||
142 | For example, you can apply a three patch series by adding the following lines to | ||
143 | your 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 | |||
149 | At the next build, bitbake will detect the change in the recipe and fetch and | ||
150 | apply 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'> |