From 379713e97b0c0ab1b1d12402c55ee460c801d323 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 20 Sep 2017 08:45:47 -0700 Subject: kernel-dev: Added some cross-references to layer creation. (From yocto-docs rev: 67658657d10ae1e243a27ff8b3df60f31ccd9740) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 33 +++++++++++++++++++++----- 1 file changed, 27 insertions(+), 6 deletions(-) (limited to 'documentation/kernel-dev/kernel-dev-common.xml') 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. -- cgit v1.2.3-54-g00ecf