mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
kernel-dev: Edits to "Creating and Preparing a Layer"
Changed the name of this section and took out the bit about the manual being written with the assumption of a custom layer being created. The manual does not particularly call this out with any examples so it is not needed. I pulled the copy of the original text also. (From yocto-docs rev: c7623d96ed2d9c5866e52842f8cfea2ebde95d0e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c9f796dbd7
commit
e4e2c72a40
@@ -14,20 +14,17 @@
|
|||||||
out-of-tree modules.
|
out-of-tree modules.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<section id='preparing-a-layer'>
|
<section id='creating-and-preparing-a-layer'>
|
||||||
<title>Preparing a Layer</title>
|
<title>Creating and Preparing a Layer</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Customizing kernel recipes is best done in your own custom layer.
|
If you are going to be modifying kernel recipes, it is recommended
|
||||||
Your layer will have its own BitBake append files
|
that you create and prepare your own layer in which to do your
|
||||||
(<filename>.bbappend</filename>) and provide a convenient
|
work.
|
||||||
mechanism to create your own recipe files (<filename>.bb</filename>).
|
Your layer contains its own BitBake append files
|
||||||
</para>
|
(<filename>.bbappend</filename>) and provides a convenient
|
||||||
|
mechanism to create your own recipe files
|
||||||
<para>
|
(<filename>.bb</filename>).
|
||||||
This guide is written with the assumption that you will be working
|
|
||||||
from within your custom layer that is independent from layers
|
|
||||||
released with the Yocto Project.
|
|
||||||
For details on how to create and work with layers, see the following
|
For details on how to create and work with layers, see the following
|
||||||
sections in the Yocto Project Development Manual:
|
sections in the Yocto Project Development Manual:
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
@@ -38,20 +35,6 @@
|
|||||||
development.</para></listitem>
|
development.</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
Original text:
|
|
||||||
<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>
|
||||||
|
|
||||||
<section id='modifying-an-existing-recipe'>
|
<section id='modifying-an-existing-recipe'>
|
||||||
|
|||||||
Reference in New Issue
Block a user