|
@@ -17,6 +17,9 @@
|
|
|
For an example on how to create a BSP, see the
|
|
|
"<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>"
|
|
|
section in the Yocto Project Board Support Package (BSP) Developer's Guide.
|
|
|
+ For more complete information on how to work with the kernel, see the
|
|
|
+ <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel
|
|
|
+ Development Manual</ulink>.
|
|
|
</para></listitem>
|
|
|
<listitem><para><emphasis>User Application Development:</emphasis>
|
|
|
User Application Development covers development of applications that you intend
|
|
@@ -230,13 +233,13 @@
|
|
|
<para>
|
|
|
The remainder of this section presents a high-level overview of the Yocto Project
|
|
|
kernel architecture and the steps to modify the kernel.
|
|
|
- For a complete discussion of the kernel, see the
|
|
|
- <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Kernel Architecture and Use Manual</ulink>.
|
|
|
You can reference the
|
|
|
"<link linkend='patching-the-kernel'>Patching the Kernel</link>" section
|
|
|
for an example that changes the source code of the kernel.
|
|
|
For information on how to configure the kernel, see the
|
|
|
"<link linkend='configuring-the-kernel'>Configuring the Kernel</link>" section.
|
|
|
+ For more information on the kernel and on modifying the kernel, see the
|
|
|
+ <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>.
|
|
|
</para>
|
|
|
|
|
|
<section id='kernel-overview'>
|
|
@@ -366,9 +369,9 @@
|
|
|
</para>
|
|
|
|
|
|
<para>
|
|
|
- Again, for a complete discussion of the Yocto Project kernel's architecture and its
|
|
|
- branching strategy, see the
|
|
|
- <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Kernel Architecture and Use Manual</ulink>.
|
|
|
+ Again, for additional information the Yocto Project kernel's
|
|
|
+ architecture and its branching strategy, see the
|
|
|
+ <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>.
|
|
|
You can also reference the
|
|
|
"<link linkend='patching-the-kernel'>Patching the Kernel</link>"
|
|
|
section for a detailed example that modifies the kernel.
|
|
@@ -1272,7 +1275,11 @@ directory.</para></listitem>
|
|
|
host can use, you must have <filename>oprofile</filename> version 0.9.4 or
|
|
|
greater installed on the host.</para>
|
|
|
<para>You can locate both the viewer and server from
|
|
|
- <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/oprofileui/'></ulink>.
|
|
|
+ <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/oprofileui/'></ulink>
|
|
|
+ You can also find more information on setting up and
|
|
|
+ using this tool in the
|
|
|
+ "<ulink url='&YOCTO_DOCS_PROF_URL;#profile-manual-oprofile'>OProfile</ulink>"
|
|
|
+ section of the Yocto Project Profiling and Tracing Manual.
|
|
|
<note>The <filename>oprofile-server</filename> is installed by default on
|
|
|
the <filename>core-image-sato-sdk</filename> image.</note></para></listitem>
|
|
|
<listitem><para><emphasis><filename>Lttng2.0 ust trace import</filename>:</emphasis>
|
|
@@ -1331,7 +1338,12 @@ directory.</para></listitem>
|
|
|
performance counter registers.
|
|
|
Selecting either of these tools causes an RSE terminal view to appear
|
|
|
from which you can run the tools.
|
|
|
- Both tools refresh the entire screen to display results while they run.</para></listitem>
|
|
|
+ Both tools refresh the entire screen to display results while they run.
|
|
|
+ For more informationi on setting up and using <filename>perf</filename>,
|
|
|
+ see the
|
|
|
+ "<ulink url='&YOCTO_DOCS_PROF_URL;#profile-manual-perf'>perf</ulink>"
|
|
|
+ section in the Yocto Project Profiling and Tracing Manual.
|
|
|
+ </para></listitem>
|
|
|
</itemizedlist>
|
|
|
</para>
|
|
|
</section>
|