summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-kernel-appendix.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml16
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: