summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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-07 13:15:35 +0100
commit502b0166ae414aac9e6aef0bc2e213e38236666e (patch)
treec49b84dd1aabbf3231888b6a7a233ca38eea2aac /documentation/dev-manual
parent98a41af6d32653061699d1d3ac63620a33811ed5 (diff)
downloadpoky-502b0166ae414aac9e6aef0bc2e213e38236666e.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/dev-manual')
-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'>