diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-03-09 13:11:53 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-25 09:41:12 +0100 |
| commit | fdd79ab4cb37993b6d94cfcae470a1ce0f0517e1 (patch) | |
| tree | a598da3d4a7df1c13d44f6ee6ee8db4affcd6680 /documentation/kernel-dev/kernel-dev-intro.xml | |
| parent | 7f141cf9a0e357bcd11ad50d7b40cea5a388df3c (diff) | |
| download | poky-fdd79ab4cb37993b6d94cfcae470a1ce0f0517e1.tar.gz | |
bsp-guide: Removed deprecated tool sections
I took out the sections at the end of the manual that talked
about the yocto-kernel tool. This tool is no longer maintained
and there is no equivalent tool. I also fixed the yocto-bsp
tool to be the bitbake-layers tool. This involved some
consolidation of sections.
I fixed some links in the kernel-dev and toaster-manual.
(From yocto-docs rev: 20cda99b301b6327d816c4a4cfb3511ad25c987c)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-intro.xml')
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 18 |
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> |
