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-07 13:15:35 +0100
commit502b0166ae414aac9e6aef0bc2e213e38236666e (patch)
treec49b84dd1aabbf3231888b6a7a233ca38eea2aac /documentation
parent98a41af6d32653061699d1d3ac63620a33811ed5 (diff)
downloadast2050-yocto-poky-502b0166ae414aac9e6aef0bc2e213e38236666e.zip
ast2050-yocto-poky-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')
-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 148a7c7..3a65df1 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -12,6 +12,13 @@
or even altering the source code itself.
This appendix presents simple examples that modify the kernel source code,
change the kernel configuration, and add a kernel source recipe.
+ <note>
+ You can use the <filename>yocto-kernel</filename> script
+ found in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
+ under <filename>scripts</filename> to manage kernel patches and configuration.
+ 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>"
+ section in the Yocto Project Board Support Packages (BSP) Developer's Guide for
+ more information.</note>
</para>
<section id='modifying-the-kernel-source-code'>
OpenPOWER on IntegriCloud