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>
This commit is contained in:
Scott Rifenbark
2012-12-19 13:49:56 -06:00
committed by Richard Purdie
parent 9a5376be50
commit 142de606a3

View File

@@ -38,6 +38,19 @@
development.</para></listitem>
</itemizedlist>
</para>
<para>
<literallayout class='monospaced'>
Customizing recipes is best done in a layer with bbappend files. Layers also
provide a convenient mechanism to create your own recipes. This guide assumes
you will be working from within a layer independent from those released with the
Yocto Project. For details on how to create and work with layers, refer to
section 5.1 Understanding and Creating Layers in the Yocto Project Development
Manual.
(Kernel specific directions in 5.7.4)
</literallayout>
</para>
</section>
<section id='modifying-an-existing-recipe'>