summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-01-25 14:18:23 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-27 13:56:05 +0000
commit347e99427fd2988ee3924b38d385c4403c332ea6 (patch)
tree26ed0eb67e4e6ee4b00209ee45e24ef495917f39 /documentation/dev-manual/dev-manual-common-tasks.xml
parent9713fdcebe41940a0309ad8bfd09d674d200bce3 (diff)
downloadpoky-347e99427fd2988ee3924b38d385c4403c332ea6.tar.gz
dev-manual: Scrub for correct YP manual cross-references.
I went through and got rid of all references to the old YP Kernel Architecture and Use Manual and replaced with appropriate references to the new YP Linux Kernel Development Manual. I also laced in appropriate references into various sections of the new YP Profiling and Tracing Manual. Also, updated the list of resource manuals to reflect the new manual set (addition of kernel-dev and profile-dev and removal of kernel-manual). (From yocto-docs rev: ef531ad65c9b749dad5e8e39b060bf1641e4fa38) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml17
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>