diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-02 10:19:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-03 14:55:02 +0100 |
commit | d779c83e71b7a7f18773e675bd0c785fb2e90bde (patch) | |
tree | 63570142b3096a59cc8b3ee702022f4ae1c6aa9b /documentation/dev-manual/dev-manual-kernel-appendix.xml | |
parent | 85673e5466804f6918be72b3b27328783b5ac5c9 (diff) | |
download | poky-d779c83e71b7a7f18773e675bd0c785fb2e90bde.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 16 |
1 files changed, 8 insertions, 8 deletions
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 @@ | |||
40 | <link linkend='poky-extras-repo'><filename>poky-extras</filename></link> | 40 | <link linkend='poky-extras-repo'><filename>poky-extras</filename></link> |
41 | Git repository placed within the source directory.</para></listitem> | 41 | Git repository placed within the source directory.</para></listitem> |
42 | <listitem><para>A bare clone of the | 42 | <listitem><para>A bare clone of the |
43 | <link linkend='local-kernel-files'>Linux Yocto Kernel</link> upstream Git | 43 | <link linkend='local-kernel-files'>Yocto Project Kernel</link> upstream Git |
44 | repository to which you want to push your modifications. | 44 | repository to which you want to push your modifications. |
45 | </para></listitem> | 45 | </para></listitem> |
46 | <listitem><para>A copy of that bare clone in which you make your source | 46 | <listitem><para>A copy of that bare clone in which you make your source |
@@ -83,14 +83,14 @@ | |||
83 | which is where you make changes that append the kernel build recipes. | 83 | which is where you make changes that append the kernel build recipes. |
84 | You edit <filename>.bbappend</filename> files to locate your | 84 | You edit <filename>.bbappend</filename> files to locate your |
85 | local kernel source files and to identify the kernel being built. | 85 | local kernel source files and to identify the kernel being built. |
86 | This Git repository is a gathering place for extensions to the Linux Yocto | 86 | This Git repository is a gathering place for extensions to the Yocto Project |
87 | (or really any) kernel recipes that faciliate the creation and development | 87 | (or really any) kernel recipes that faciliate the creation and development |
88 | of kernel features, BSPs or configurations.</para> | 88 | of kernel features, BSPs or configurations.</para> |
89 | <para>See the bulleted item | 89 | <para>See the bulleted item |
90 | "<link linkend='poky-extras-repo'>The | 90 | "<link linkend='poky-extras-repo'>The |
91 | <filename>poky-extras</filename> Git Repository</link>" | 91 | <filename>poky-extras</filename> Git Repository</link>" |
92 | for information on how to get these files.</para></listitem> | 92 | for information on how to get these files.</para></listitem> |
93 | <listitem><para><emphasis>Bare Clone of the Linux Yocto kernel:</emphasis> | 93 | <listitem><para><emphasis>Bare Clone of the Yocto Project kernel:</emphasis> |
94 | This bare Git repository tracks the upstream Git repository of the Linux | 94 | This bare Git repository tracks the upstream Git repository of the Linux |
95 | Yocto kernel source code you are changing. | 95 | Yocto kernel source code you are changing. |
96 | When you modify the kernel you must work through a bare clone. | 96 | When you modify the kernel you must work through a bare clone. |
@@ -100,15 +100,15 @@ | |||
100 | <filename>poky-extras</filename> repository points to the bare clone | 100 | <filename>poky-extras</filename> repository points to the bare clone |
101 | so that the build process can locate the locally changed source files.</para> | 101 | so that the build process can locate the locally changed source files.</para> |
102 | <para>See the bulleted item | 102 | <para>See the bulleted item |
103 | "<link linkend='local-kernel-files'>Linux Yocto Kernel</link>" | 103 | "<link linkend='local-kernel-files'>Yocto Project Kernel</link>" |
104 | for information on how to set up the bare clone. | 104 | for information on how to set up the bare clone. |
105 | </para></listitem> | 105 | </para></listitem> |
106 | <listitem><para><emphasis>Copy of the Linux Yocto Kernel Bare Clone:</emphasis> | 106 | <listitem><para><emphasis>Copy of the Yocto Project Kernel Bare Clone:</emphasis> |
107 | This Git repository contains the actual source files that you modify. | 107 | This Git repository contains the actual source files that you modify. |
108 | Any changes you make to files in this location need to ultimately be pushed | 108 | Any changes you make to files in this location need to ultimately be pushed |
109 | to the bare clone using the <filename>git push</filename> command.</para> | 109 | to the bare clone using the <filename>git push</filename> command.</para> |
110 | <para>See the bulleted item | 110 | <para>See the bulleted item |
111 | "<link linkend='local-kernel-files'>Linux Yocto Kernel</link>" | 111 | "<link linkend='local-kernel-files'>Yocto Project Kernel</link>" |
112 | for information on how to set up the bare clone. | 112 | for information on how to set up the bare clone. |
113 | <note>Typically, Git workflows follow a scheme where changes made to a local area | 113 | <note>Typically, Git workflows follow a scheme where changes made to a local area |
114 | are pulled into a Git repository. | 114 | are pulled into a Git repository. |
@@ -192,7 +192,7 @@ | |||
192 | Thus, you need to create a bare clone of that kernel and then make a copy of the | 192 | Thus, you need to create a bare clone of that kernel and then make a copy of the |
193 | bare clone. | 193 | bare clone. |
194 | See the bulleted item | 194 | See the bulleted item |
195 | "<link linkend='local-kernel-files'>Linux Yocto Kernel</link>" | 195 | "<link linkend='local-kernel-files'>Yocto Project Kernel</link>" |
196 | for information on how to do that. | 196 | for information on how to do that. |
197 | </para> | 197 | </para> |
198 | 198 | ||
@@ -708,7 +708,7 @@ | |||
708 | <para> | 708 | <para> |
709 | Once you save the selection, the <filename>.config</filename> configuration file | 709 | Once you save the selection, the <filename>.config</filename> configuration file |
710 | is updated. | 710 | is updated. |
711 | This is the file that the build system uses to configure the Linux Yocto kernel | 711 | This is the file that the build system uses to configure the Yocto Project kernel |
712 | when it is built. | 712 | when it is built. |
713 | You can find and examine this file in the build directory. | 713 | You can find and examine this file in the build directory. |
714 | This example uses the following: | 714 | This example uses the following: |