diff options
Diffstat (limited to 'documentation/kernel-dev')
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 12 | ||||
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 18 |
2 files changed, 1 insertions, 29 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index d4bed076aa..1ea5ca53d2 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
| @@ -1224,18 +1224,6 @@ | |||
| 1224 | the | 1224 | the |
| 1225 | "<link linkend='getting-ready-for-traditional-kernel-development'>Getting Ready for Traditional Kernel Development</link>" | 1225 | "<link linkend='getting-ready-for-traditional-kernel-development'>Getting Ready for Traditional Kernel Development</link>" |
| 1226 | Section. | 1226 | Section. |
| 1227 | </para> | ||
| 1228 | |||
| 1229 | <para> | ||
| 1230 | Although this example uses Git and shell commands to generate the | ||
| 1231 | patch, you could use the <filename>yocto-kernel</filename> script | ||
| 1232 | found in the <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink> | ||
| 1233 | under <filename>scripts</filename> to add and manage kernel | ||
| 1234 | patches and configuration. | ||
| 1235 | See the "<ulink url='&YOCTO_DOCS_BSP_URL;#managing-kernel-patches-and-config-items-with-yocto-kernel'>Managing kernel Patches and Config Items with yocto-kernel</ulink>" | ||
| 1236 | section in the Yocto Project Board Support Packages (BSP) | ||
| 1237 | Developer's Guide for more information on the | ||
| 1238 | <filename>yocto-kernel</filename> script. | ||
| 1239 | <orderedlist> | 1227 | <orderedlist> |
| 1240 | <listitem><para> | 1228 | <listitem><para> |
| 1241 | <emphasis>Edit the Source Files</emphasis> | 1229 | <emphasis>Edit the Source Files</emphasis> |
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> |
