From 29bcd3b38761475278b9ecd2b269d49c07664f7f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 16 Oct 2017 11:51:04 -0700 Subject: kernel-dev: Updated dev-manual title The name of the dev-manual has changed to be the "Yocto Project Development Tasks Manual". I have updated all the areas in the kernel-dev manual that reference sections into the dev-manual. (From yocto-docs rev: f0309ab658a259637ba7f9301031887114ade988) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 40 ++++++++++++++------------ documentation/kernel-dev/kernel-dev-faq.xml | 5 ++-- documentation/kernel-dev/kernel-dev-intro.xml | 4 +-- 3 files changed, 26 insertions(+), 23 deletions(-) (limited to 'documentation') diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 17d89f7454..3b4428549d 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -26,14 +26,14 @@ sure your build host is set up to use the Yocto Project. For information on how to get set up, see the "Setting Up to Use the Yocto Project" - section in the Yocto Project Development Manual. + section in the Yocto Project Development Tasks Manual. Part of preparing the system is creating a local Git repository of the Source Directory (poky) on your system. Follow the steps in the "Cloning the poky Repository" - section in the Yocto Project Development Manual to set up your + section in the Yocto Project Development Tasks Manual to set up your Source Directory. Be sure you check out the appropriate development branch or @@ -43,7 +43,7 @@ "Checking Out by Branch in Poky" and "Checking Out by Tag in Poky" - sections in the Yocto Project Development Manual for more + sections in the Yocto Project Development Tasks Manual for more information. @@ -132,15 +132,16 @@ For background information on working with common and BSP layers, see the "Understanding and Creating Layers" - section in the Yocto Project Development Manual - and the + section in the Yocto Project Development Tasks + Manual and the "BSP Layers" section in the Yocto Project Board Support (BSP) Developer's Guide, respectively. For information on how to use the yocto-layer script, see the "Creating a General Layer Using the yocto-layer Script" - section in the Yocto Project Development Manual. + section in the Yocto Project Development Tasks + Manual. @@ -292,7 +293,7 @@ If you need to checkout out the &DISTRO_NAME; branch, see the "Checking out by Branch in Poky" - section in the Yocto Project Development Manual. + section in the Yocto Project Development Tasks Manual. $ cd ~/poky $ git branch @@ -356,15 +357,16 @@ For background information on working with common and BSP layers, see the "Understanding and Creating Layers" - section in the Yocto Project Development Manual - and the + section in the Yocto Project Development Tasks + Manual and the "BSP Layers" section in the Yocto Project Board Support (BSP) Developer's Guide, respectively. For information on how to use the yocto-layer script, see the "Creating a General Layer Using the yocto-layer Script" - section in the Yocto Project Development Manual. + section in the Yocto Project Development Tasks + Manual. @@ -392,7 +394,7 @@ For simplicity, it is recommended that you create your copy of the kernel Git repository outside of the - Source Directory, + Source Directory, which is usually named poky. Also, be sure you are in the standard/base branch. @@ -428,7 +430,7 @@ Repository: For simplicity, it is recommended that you create your copy of the kernel cache Git repository outside of the - Source Directory, + Source Directory, which is usually named poky. Also, for this example, be sure you are in the yocto-4.12 branch. @@ -478,7 +480,7 @@ patch files. For background information on working with layers, see the "Understanding and Creating Layers" - section in the Yocto Project Development Manual. + section in the Yocto Project Development Tasks Manual. Tip The Yocto Project comes with many tools that simplify tasks you need to perform. @@ -486,8 +488,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 information - on how to use this script. + section in the Yocto Project Development Tasks Manual for + information on how to use this script. @@ -558,7 +560,7 @@ patch files. For more information on using append files, see the "Using .bbappend Files in Your Layer" - section in the Yocto Project Development Manual. + section in the Yocto Project Development Tasks Manual. @@ -573,7 +575,7 @@ Each release of the Yocto Project provides a few Linux kernel recipes from which you can choose. These are located in the - Source Directory + Source Directory in meta/recipes-kernel/linux. @@ -694,7 +696,7 @@ variable could be used to enable features specific to the kernel. The append file points to specific commits in the - Source Directory + Source Directory Git repository and the meta Git repository branches to identify the exact kernel needed to build the BSP. @@ -1425,7 +1427,7 @@ sections. You can also see the "Using .bbappend Files in Your Layer"" - section in the Yocto Project Development Manual. + section in the Yocto Project Development Tasks Manual. To build core-image-minimal again and see the effects of your patch, you can diff --git a/documentation/kernel-dev/kernel-dev-faq.xml b/documentation/kernel-dev/kernel-dev-faq.xml index b2cf2d4d0d..c3a20465a0 100644 --- a/documentation/kernel-dev/kernel-dev-faq.xml +++ b/documentation/kernel-dev/kernel-dev-faq.xml @@ -74,8 +74,9 @@ include "kernel-image". See the "Using .bbappend Files in Your Layer" - section in the Yocto Project Development Manual for information on - how to use an append file to override metadata. + section in the Yocto Project Development Tasks Manual + for information on how to use an append file to + override metadata. diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index 94b01593f1..88bc17a444 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml @@ -117,8 +117,8 @@ The - "Understanding and Creating Layers" section - in the Yocto Project Development Manual + "Understanding and Creating Layers" + section in the Yocto Project Development Tasks Manual. The -- cgit v1.2.3-54-g00ecf