summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-09 06:32:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:18:12 +0100
commit0bd73012eec486f4b542c018f63b44da093d4af3 (patch)
tree7744e029b9a66ec29918ce29ba4092b52acdb9cb /documentation/dev-manual/dev-manual-common-tasks.xml
parent8461d4ad85bdf419530fe63ff2ad9db48c4dc72e (diff)
downloadpoky-0bd73012eec486f4b542c018f63b44da093d4af3.tar.gz
documentation: dev-manual, bsp-guide, kernel-manual - kernel workflow
The kernel workflow section was re-written to reflect that the kernel appendix has been removed. Also, changes to the flow in general no longer make reference to the bare clone and the copy of the bare clone as a method used to modify the kernel. Many links were modified in other manuals as well. (From yocto-docs rev: 38adbcb00d4305029cfa94e5ef047da41823f021) 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.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