kernel-dev: Updated "Creating and Preparing a Layer" section

This section failed to mention the "yocto-layer create" script,
which is a simple way to create a layer.  I have added this info
into the section by way of a "Tip" box.

(From yocto-docs rev: 0bda177090ef624890e94a13e622e05923185fa9)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2017-08-10 13:36:43 -07:00 committed by Richard Purdie
parent f80223eb50
commit 5af18d3753
1 changed files with 13 additions and 9 deletions

View File

@ -31,15 +31,19 @@
(<filename>.bbappend</filename>) and provides a convenient (<filename>.bbappend</filename>) and provides a convenient
mechanism to create your own recipe files mechanism to create your own recipe files
(<filename>.bb</filename>). (<filename>.bb</filename>).
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
sections in the Yocto Project Development Manual: "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
<itemizedlist> section in the Yocto Project Development Manual.
<listitem><para>"<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" for <note><title>Tip</title>
general information on layers and how to create layers.</para></listitem> The Yocto Project comes with many tools that simplify
<listitem><para>"<ulink url='&YOCTO_DOCS_DEV_URL;#set-up-your-layer-for-the-build'>Set Up Your Layer for the Build</ulink>" for tasks you need to perform.
specific instructions on setting up a layer for kernel One such tool is the <filename>yocto-layer create</filename>
development.</para></listitem> script, which simplifies creating a new layer.
</itemizedlist> See the
"<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-general-layer-using-the-yocto-layer-script'>Creating a General Layer Using the yocto-layer Script</ulink>"
section in the Yocto Project Development Manual for more
information.
</note>
</para> </para>
</section> </section>