diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index d49aa3ce17..aa40fc852a 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -31,15 +31,19 @@ (.bbappend) and provides a convenient mechanism to create your own recipe files (.bb). - For details on how to create and work with layers, see the following - sections in the Yocto Project Development Manual: - - "Understanding and Creating Layers" for - general information on layers and how to create layers. - "Set Up Your Layer for the Build" for - specific instructions on setting up a layer for kernel - development. - + For details on how to create and work with layers, see the + "Understanding and Creating Layers" + section in the Yocto Project Development Manual. + Tip + The Yocto Project comes with many tools that simplify + tasks you need to perform. + One such tool is the yocto-layer create + script, which simplifies creating a new layer. + See the + "Creating a General Layer Using the yocto-layer Script" + section in the Yocto Project Development Manual for more + information. +