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 | |
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')
-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> |