summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-12-19 13:49:56 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 15:59:07 +0000
commit142de606a3407a278f5de5d1168742bf9f609707 (patch)
tree3e7aa3855d64256a6ffb30058698fa523430315a /documentation
parent9a5376be500c1127fa6bce39dc206b278b85427a (diff)
downloadpoky-142de606a3407a278f5de5d1168742bf9f609707.tar.gz
kernel-dev: Added original text into "Preparing a Layer" section.
(From yocto-docs rev: 504023d6a70d29c5501ef3f367029dcc033aeb6a) 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/kernel-dev/kernel-dev-common.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index d76580dd02..ed513ea36d 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -38,6 +38,19 @@
38 development.</para></listitem> 38 development.</para></listitem>
39 </itemizedlist> 39 </itemizedlist>
40 </para> 40 </para>
41
42 <para>
43 <literallayout class='monospaced'>
44Customizing recipes is best done in a layer with bbappend files. Layers also
45provide a convenient mechanism to create your own recipes. This guide assumes
46you will be working from within a layer independent from those released with the
47Yocto Project. For details on how to create and work with layers, refer to
48section 5.1 Understanding and Creating Layers in the Yocto Project Development
49Manual.
50
51(Kernel specific directions in 5.7.4)
52 </literallayout>
53 </para>
41 </section> 54 </section>
42 55
43 <section id='modifying-an-existing-recipe'> 56 <section id='modifying-an-existing-recipe'>