summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-04 08:07:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:24:12 +0100
commita8def2777c1ee90d2d1d63f25e0a7e3446ed8ccf (patch)
treee9c55bc33b8533c8578765cfa553cdb7f784069e /documentation
parent9884bc2d48a34fbf08870b13a5650fc576ac678f (diff)
downloadpoky-a8def2777c1ee90d2d1d63f25e0a7e3446ed8ccf.tar.gz
documentation: dev-manual - Added a note to point to yocto-kernel
I added a note at the beginning of this appendix that references the yocto-kernel script as a way to quickly manage kernel patches and configuration. (From yocto-docs rev: 35cd7f6a9722120e47ae8b422dd86593497ebf1c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 148a7c7c40..3a65df1d3b 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -12,6 +12,13 @@
12 or even altering the source code itself. 12 or even altering the source code itself.
13 This appendix presents simple examples that modify the kernel source code, 13 This appendix presents simple examples that modify the kernel source code,
14 change the kernel configuration, and add a kernel source recipe. 14 change the kernel configuration, and add a kernel source recipe.
15 <note>
16 You can use the <filename>yocto-kernel</filename> script
17 found in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
18 under <filename>scripts</filename> to manage kernel patches and configuration.
19 See the "<ulink url='&YOCTO_DOCS_BSP_URL;#managing-kernel-patches-and-config-items-with-yocto-kernel'>Managing kernel Patches and Config Items with yocto-kernel</ulink>"
20 section in the Yocto Project Board Support Packages (BSP) Developer's Guide for
21 more information.</note>
15 </para> 22 </para>
16 23
17 <section id='modifying-the-kernel-source-code'> 24 <section id='modifying-the-kernel-source-code'>