summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-common.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml13
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'>
44Customizing recipes is best done in a layer with bbappend files. Layers also
45provide a convenient mechanism to create your own recipes. This guide assumes
46you will be working from within a layer independent from those released with the
47Yocto Project. For details on how to create and work with layers, refer to
48section 5.1 Understanding and Creating Layers in the Yocto Project Development
49Manual.
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'>