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-common.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-common.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 12 |
1 files changed, 0 insertions, 12 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> |