summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-intro.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-intro.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-intro.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml
index dba45495f2..7a5a34deb1 100644
--- a/documentation/kernel-dev/kernel-dev-intro.xml
+++ b/documentation/kernel-dev/kernel-dev-intro.xml
@@ -127,18 +127,6 @@
127 </para></listitem> 127 </para></listitem>
128 </itemizedlist> 128 </itemizedlist>
129 </para> 129 </para>
130
131 <para>
132 Finally, while this document focuses on the manual creation of
133 recipes, patches, and configuration files, the Yocto Project
134 Board Support Package (BSP) tools are available to automate
135 this process with existing content and work well to create the
136 initial framework and boilerplate code.
137 For details on these tools, see the
138 "<ulink url='&YOCTO_DOCS_BSP_URL;#using-the-yocto-projects-bsp-tools'>Using the Yocto Project's BSP Tools</ulink>"
139 section in the Yocto Project Board Support Package (BSP) Developer's
140 Guide.
141 </para>
142</section> 130</section>
143 131
144<section id='kernel-modification-workflow'> 132<section id='kernel-modification-workflow'>
@@ -243,11 +231,7 @@
243 231
244 <para>Additionally, if you are working in a BSP layer 232 <para>Additionally, if you are working in a BSP layer
245 and need to modify the BSP's kernel's configuration, 233 and need to modify the BSP's kernel's configuration,
246 you can use the 234 you can use <filename>menuconfig</filename>.
247 <ulink url='&YOCTO_DOCS_BSP_URL;#managing-kernel-patches-and-config-items-with-yocto-kernel'><filename>yocto-kernel</filename></ulink>
248 script as well as <filename>menuconfig</filename>.
249 The <filename>yocto-kernel</filename> script lets
250 you interactively set up kernel configurations.
251 </para></listitem> 235 </para></listitem>
252 <listitem><para> 236 <listitem><para>
253 <emphasis>Rebuild the Kernel Image With Your Changes:</emphasis> 237 <emphasis>Rebuild the Kernel Image With Your Changes:</emphasis>