diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 6c406dad53..425b05a03b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1338,9 +1338,9 @@ | |||
1338 | </para> | 1338 | </para> |
1339 | 1339 | ||
1340 | <para> | 1340 | <para> |
1341 | For concepts on kernel configuration, see the | 1341 | For more information on kernel configuration, see the |
1342 | "<ulink url='&YOCTO_DOCS_KERNEL_URL;#kernel-configuration'>Kernel Configuration</ulink>" | 1342 | "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#changing-the-configuration'>Changing the Configuration</ulink>" |
1343 | section in the Yocto Project Kernel Architecture and Use Manual. | 1343 | section in the Yocto Project Linux Kernel Development Manual. |
1344 | </para> | 1344 | </para> |
1345 | 1345 | ||
1346 | <section id='using-menuconfig'> | 1346 | <section id='using-menuconfig'> |
@@ -1622,6 +1622,12 @@ | |||
1622 | in the Yocto Project Quick Start. | 1622 | in the Yocto Project Quick Start. |
1623 | </para> | 1623 | </para> |
1624 | 1624 | ||
1625 | <para> | ||
1626 | Also, for more information on patching the kernel, see the | ||
1627 | "<ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;#applying-patches'>Applying Patches</ulink>" | ||
1628 | section in the Yocto Project Linux Kernel Development Manual. | ||
1629 | </para> | ||
1630 | |||
1625 | <section id='create-a-layer-for-your-changes'> | 1631 | <section id='create-a-layer-for-your-changes'> |
1626 | <title>Create a Layer for your Changes</title> | 1632 | <title>Create a Layer for your Changes</title> |
1627 | 1633 | ||
@@ -2606,6 +2612,11 @@ | |||
2606 | the most time in when doing X?" | 2612 | the most time in when doing X?" |
2607 | Because the OpenEmbedded build system is well integrated with OProfile, it makes profiling | 2613 | Because the OpenEmbedded build system is well integrated with OProfile, it makes profiling |
2608 | applications on target hardware straightforward. | 2614 | applications on target hardware straightforward. |
2615 | <note> | ||
2616 | For more information on how to set up and run OProfile, see the | ||
2617 | "<ulink url='&YOCTO_DOCS_PROF_URL;#profile-manual-oprofile'>OProfile</ulink>" | ||
2618 | section in the Yocto Project Profiling and Tracing Manual. | ||
2619 | </note> | ||
2609 | </para> | 2620 | </para> |
2610 | 2621 | ||
2611 | <para> | 2622 | <para> |