From d779c83e71b7a7f18773e675bd0c785fb2e90bde Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Jul 2012 10:19:10 -0700 Subject: documentation/dev-manual: Fixed "Linux Yocto" term Throughout the manual, the kernels that are built and available through the Yocto Project were being referenced as a "Linux Yocto kernel." This reference is poor. First, it placed Linux and Yocto very close together and could upset the Linux folks. Second, a better way would have been to say "Yocto Linux kernel." I have fixed by referring to kernels that are available through the Yocto Project as "Yocto Project kernels." (From yocto-docs rev: 9b8319328cd4ab4ce3363001c9feeec585d9cab9) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-kernel-appendix.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml') diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index 04db02a7a6..962ac0bfb1 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -40,7 +40,7 @@ poky-extras Git repository placed within the source directory. A bare clone of the - Linux Yocto Kernel upstream Git + Yocto Project Kernel upstream Git repository to which you want to push your modifications. A copy of that bare clone in which you make your source @@ -83,14 +83,14 @@ which is where you make changes that append the kernel build recipes. You edit .bbappend files to locate your local kernel source files and to identify the kernel being built. - This Git repository is a gathering place for extensions to the Linux Yocto + This Git repository is a gathering place for extensions to the Yocto Project (or really any) kernel recipes that faciliate the creation and development of kernel features, BSPs or configurations. See the bulleted item "The poky-extras Git Repository" for information on how to get these files. - Bare Clone of the Linux Yocto kernel: + Bare Clone of the Yocto Project kernel: This bare Git repository tracks the upstream Git repository of the Linux Yocto kernel source code you are changing. When you modify the kernel you must work through a bare clone. @@ -100,15 +100,15 @@ poky-extras repository points to the bare clone so that the build process can locate the locally changed source files. See the bulleted item - "Linux Yocto Kernel" + "Yocto Project Kernel" for information on how to set up the bare clone. - Copy of the Linux Yocto Kernel Bare Clone: + Copy of the Yocto Project Kernel Bare Clone: This Git repository contains the actual source files that you modify. Any changes you make to files in this location need to ultimately be pushed to the bare clone using the git push command. See the bulleted item - "Linux Yocto Kernel" + "Yocto Project Kernel" for information on how to set up the bare clone. Typically, Git workflows follow a scheme where changes made to a local area are pulled into a Git repository. @@ -192,7 +192,7 @@ Thus, you need to create a bare clone of that kernel and then make a copy of the bare clone. See the bulleted item - "Linux Yocto Kernel" + "Yocto Project Kernel" for information on how to do that. @@ -708,7 +708,7 @@ Once you save the selection, the .config configuration file is updated. - This is the file that the build system uses to configure the Linux Yocto kernel + This is the file that the build system uses to configure the Yocto Project kernel when it is built. You can find and examine this file in the build directory. This example uses the following: -- cgit v1.2.3-54-g00ecf