From a8def2777c1ee90d2d1d63f25e0a7e3446ed8ccf Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 4 Oct 2012 08:07:46 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-kernel-appendix.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'documentation/dev-manual') 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 @@ 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. + + You can use the yocto-kernel script + found in the Source Directory + under scripts to manage kernel patches and configuration. + See the "Managing kernel Patches and Config Items with yocto-kernel" + section in the Yocto Project Board Support Packages (BSP) Developer's Guide for + more information.
-- cgit v1.2.3-54-g00ecf