mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
kernel-dev: Formatting and cleanup for "Other Resources"
Some general cleanup and formatting. (From yocto-docs rev: 8d4458f8fbe02cb8bfa78cbf18726cdd8126850a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
431ceaea6c
commit
925f2b2fc2
@@ -233,46 +233,54 @@
|
|||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section id='kernel-dev-other-resources'>
|
||||||
|
<title>Other Resources</title>
|
||||||
|
|
||||||
<section id='kernel-dev-other-resources'>
|
<para>
|
||||||
<title>Other Resources</title>
|
The sections that follow provide instructions for completing
|
||||||
|
specific Linux kernel development tasks.
|
||||||
|
These instructions assume you are comfortable working with
|
||||||
|
<ulink url='http://openembedded.org/wiki/Bitbake'>BitBake</ulink>
|
||||||
|
recipes and basic open-source development tools.
|
||||||
|
Understanding these concepts will facilitate the process of working
|
||||||
|
with the kernel recipes.
|
||||||
|
If you find you need some additional background, please be sure to
|
||||||
|
review and understand the following documentation:
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem><para>
|
||||||
|
<ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>
|
||||||
|
</para></listitem>
|
||||||
|
<listitem><para>
|
||||||
|
The
|
||||||
|
"<ulink url='&YOCTO_DOCS_DEV_URL;#dev-modifying-source-code'>Modifying Source Code</ulink>"
|
||||||
|
section in the Yocto Project Development Manual
|
||||||
|
</para></listitem>
|
||||||
|
<listitem><para>
|
||||||
|
The
|
||||||
|
"<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" section
|
||||||
|
in the Yocto Project Development Manual
|
||||||
|
</para></listitem>
|
||||||
|
<listitem><para>
|
||||||
|
The
|
||||||
|
"<link linkend='kernel-modification-workflow'>Kernel Modification Workflow</link>"
|
||||||
|
section.
|
||||||
|
</para></listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The sections that follow provide instructions for completing
|
Finally, while this document focuses on the manual creation of
|
||||||
specific Linux kernel development tasks.
|
recipes, patches, and configuration files, the Yocto Project
|
||||||
These instructions assume you are comfortable working with
|
Board Support Package (BSP) tools are available to automate
|
||||||
<ulink url='http://openembedded.org/wiki/Bitbake'>BitBake</ulink>
|
this process with existing content and work well to create the
|
||||||
recipes and basic open-source development tools.
|
initial framework and boilerplate code.
|
||||||
Understanding these concepts will facilitate the process of working
|
For details on these tools, see the
|
||||||
with the kernel recipes.
|
"<ulink url='&YOCTO_DOCS_BSP_URL;#using-the-yocto-projects-bsp-tools'>Using the Yocto Project's BSP Tools</ulink>"
|
||||||
If you find you need some additional background, please be sure to
|
section in the Yocto Project Board Support Package (BSP) Developer's
|
||||||
review and understand the following documentation:
|
Guide.
|
||||||
<itemizedlist>
|
</para>
|
||||||
<listitem><para><ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>
|
</section>
|
||||||
</para></listitem>
|
|
||||||
<listitem><para>The "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-modifying-source-code'>Modifying Source Code</ulink>"
|
|
||||||
section in the Yocto Project Development Manual
|
|
||||||
</para></listitem>
|
|
||||||
<listitem><para>The "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" section
|
|
||||||
in the Yocto Project Development Manual</para></listitem>
|
|
||||||
<listitem><para>The "<link linkend='kernel-modification-workflow'>Kernel Modification Workflow</link>"
|
|
||||||
section.
|
|
||||||
</para></listitem>
|
|
||||||
</itemizedlist>
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
Finally, while this document focuses on the manual creation of
|
|
||||||
recipes, patches, and configuration files, the Yocto Project
|
|
||||||
Board Support Package (BSP) tools are available to automate
|
|
||||||
this process with existing content and work well to create the
|
|
||||||
initial framework and boilerplate code.
|
|
||||||
For details on these tools, see the
|
|
||||||
"<ulink url='&YOCTO_DOCS_BSP_URL;#using-the-yocto-projects-bsp-tools'>Using the Yocto Project's BSP Tools</ulink>"
|
|
||||||
section in the Yocto Project Board Support Package (BSP) Developer's
|
|
||||||
Guide.
|
|
||||||
</para>
|
|
||||||
</section>
|
|
||||||
</chapter>
|
</chapter>
|
||||||
<!--
|
<!--
|
||||||
vim: expandtab tw=80 ts=4
|
vim: expandtab tw=80 ts=4
|
||||||
|
|||||||
Reference in New Issue
Block a user