diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index c4396696b8..dcce83fc0e 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -130,6 +130,17 @@ Don't forget to add it to your BBLAYERS (for details see ../meta-mylayer/README). + + For background information on working with layers, + see the + "Understanding and Creating Layers" + section in the Yocto Project Development Manual. + See the + "Creating a General Layer Using the yocto-layer Script" + section in the Yocto Project Development Manual for + details on how to use the + yocto-layer script. + Inform the BitBake Build Environment About @@ -338,6 +349,17 @@ Don't forget to add it to your BBLAYERS (for details see ../meta-mylayer/README). + + For background information on working with layers, + see the + "Understanding and Creating Layers" + section in the Yocto Project Development Manual. + See the + "Creating a General Layer Using the yocto-layer Script" + section in the Yocto Project Development Manual for + details on how to use the + yocto-layer script. + Inform the BitBake Build Environment About @@ -444,11 +466,10 @@ work. Your layer contains its own BitBake - append files - (.bbappend) and provides a convenient - mechanism to create your own recipe files + append files (.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 + For background information on working with layers, see the "Understanding and Creating Layers" section in the Yocto Project Development Manual. Tip @@ -458,8 +479,8 @@ 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. + section in the Yocto Project Development Manual for information + on how to use this script.