diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-12-19 13:49:56 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 15:59:07 +0000 |
commit | 142de606a3407a278f5de5d1168742bf9f609707 (patch) | |
tree | 3e7aa3855d64256a6ffb30058698fa523430315a /documentation/kernel-dev | |
parent | 9a5376be500c1127fa6bce39dc206b278b85427a (diff) | |
download | poky-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/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 13 |
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'> | ||
44 | Customizing recipes is best done in a layer with bbappend files. Layers also | ||
45 | provide a convenient mechanism to create your own recipes. This guide assumes | ||
46 | you will be working from within a layer independent from those released with the | ||
47 | Yocto Project. For details on how to create and work with layers, refer to | ||
48 | section 5.1 Understanding and Creating Layers in the Yocto Project Development | ||
49 | Manual. | ||
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'> |