diff options
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-common.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 8c74a7081e..bb50a7def6 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -31,15 +31,19 @@ | |||
31 | (<filename>.bbappend</filename>) and provides a convenient | 31 | (<filename>.bbappend</filename>) and provides a convenient |
32 | mechanism to create your own recipe files | 32 | mechanism to create your own recipe files |
33 | (<filename>.bb</filename>). | 33 | (<filename>.bb</filename>). |
34 | For details on how to create and work with layers, see the following | 34 | For details on how to create and work with layers, see the |
35 | sections in the Yocto Project Development Manual: | 35 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" |
36 | <itemizedlist> | 36 | section in the Yocto Project Development Manual. |
37 | <listitem><para>"<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" for | 37 | <note><title>Tip</title> |
38 | general information on layers and how to create layers.</para></listitem> | 38 | The Yocto Project comes with many tools that simplify |
39 | <listitem><para>"<ulink url='&YOCTO_DOCS_DEV_URL;#set-up-your-layer-for-the-build'>Set Up Your Layer for the Build</ulink>" for | 39 | tasks you need to perform. |
40 | specific instructions on setting up a layer for kernel | 40 | One such tool is the <filename>yocto-layer create</filename> |
41 | development.</para></listitem> | 41 | script, which simplifies creating a new layer. |
42 | </itemizedlist> | 42 | See the |
43 | "<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>" | ||
44 | section in the Yocto Project Development Manual for more | ||
45 | information. | ||
46 | </note> | ||
43 | </para> | 47 | </para> |
44 | </section> | 48 | </section> |
45 | 49 | ||