summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 4ce0a94873..48d86fac25 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1608,8 +1608,6 @@
1608 Kernel modification involves changing or adding configurations to an existing kernel, 1608 Kernel modification involves changing or adding configurations to an existing kernel,
1609 changing or adding recipes to the kernel that are needed to support specific hardware features, 1609 changing or adding recipes to the kernel that are needed to support specific hardware features,
1610 or even altering the source code itself. 1610 or even altering the source code itself.
1611 This appendix presents simple examples that modify the kernel source code,
1612 change the kernel configuration, and add a kernel source recipe.
1613 <note> 1611 <note>
1614 You can use the <filename>yocto-kernel</filename> script 1612 You can use the <filename>yocto-kernel</filename> script
1615 found in the <link linkend='source-directory'>Source Directory</link> 1613 found in the <link linkend='source-directory'>Source Directory</link>
@@ -1627,6 +1625,16 @@
1627 console. 1625 console.
1628 </para> 1626 </para>
1629 1627
1628 <section id='finding-the-kernel-source-files'>
1629 <title>Finding the Kernel Source Files</title>
1630
1631 <para>
1632 Describe how to find the source files in the build area.
1633 We are not assuming they are using their own kernel tree.
1634
1635 </para>
1636 </section>
1637
1630 <section id='understanding-the-files-you-need'> 1638 <section id='understanding-the-files-you-need'>
1631 <title>Understanding the Files You Need</title> 1639 <title>Understanding the Files You Need</title>
1632 1640