diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 15748ebfac..f644ed004f 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -116,13 +116,13 @@ | |||
116 | wiki page</ulink>, which describes how to create both <filename>poky</filename> | 116 | wiki page</ulink>, which describes how to create both <filename>poky</filename> |
117 | and <filename>meta-intel</filename> Git repositories.</para></listitem> | 117 | and <filename>meta-intel</filename> Git repositories.</para></listitem> |
118 | </itemizedlist></para></listitem> | 118 | </itemizedlist></para></listitem> |
119 | <listitem id='local-kernel-files'><para><emphasis>Linux Yocto Kernel:</emphasis> | 119 | <listitem id='local-kernel-files'><para><emphasis>Yocto Project Kernel:</emphasis> |
120 | If you are going to be making modifications to a supported Linux Yocto kernel, you | 120 | If you are going to be making modifications to a supported Yocto Project kernel, you |
121 | need to establish local copies of the source. | 121 | need to establish local copies of the source. |
122 | You can find Git repositories of supported Linux Yocto Kernels organized under | 122 | You can find Git repositories of supported Yocto Project Kernels organized under |
123 | "Yocto Linux Kernel" in the Yocto Project Source Repositories at | 123 | "Yocto Project Linux Kernel" in the Yocto Project Source Repositories at |
124 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.</para> | 124 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.</para> |
125 | <para>This setup involves creating a bare clone of the Linux Yocto kernel and then | 125 | <para>This setup involves creating a bare clone of the Yocto Project kernel and then |
126 | copying that cloned repository. | 126 | copying that cloned repository. |
127 | You can create the bare clone and the copy of the bare clone anywhere you like. | 127 | You can create the bare clone and the copy of the bare clone anywhere you like. |
128 | For simplicity, it is recommended that you create these structures outside of the | 128 | For simplicity, it is recommended that you create these structures outside of the |
@@ -130,7 +130,7 @@ | |||
130 | <para>As an example, the following transcript shows how to create the bare clone | 130 | <para>As an example, the following transcript shows how to create the bare clone |
131 | of the <filename>linux-yocto-3.2</filename> kernel and then create a copy of | 131 | of the <filename>linux-yocto-3.2</filename> kernel and then create a copy of |
132 | that clone. | 132 | that clone. |
133 | <note>When you have a local Linux Yocto kernel Git repository, you can | 133 | <note>When you have a local Yocto Project kernel Git repository, you can |
134 | reference that repository rather than the upstream Git repository as | 134 | reference that repository rather than the upstream Git repository as |
135 | part of the <filename>clone</filename> command. | 135 | part of the <filename>clone</filename> command. |
136 | Doing so can speed up the process.</note></para> | 136 | Doing so can speed up the process.</note></para> |