summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index cc1f7223c7..eef5e8099c 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -161,9 +161,12 @@
161 image. 161 image.
162 Pointing to these local files is much more efficient than requiring a download of the 162 Pointing to these local files is much more efficient than requiring a download of the
163 source files from upstream each time you make changes to the kernel.</para> 163 source files from upstream each time you make changes to the kernel.</para>
164 <para>It is good practice to create this Git repository inside the Yocto Project 164 <para>You can find the <filename>poky-extras</filename> Git Repository in the
165 files Git repository. 165 "Yocto Metadata Layers" area of the Yocto Project Source Repositories at
166 Following is an example that creates the <filename>poky-extras</filename> Git 166 <ulink url='http://git.yoctoproject.org/cgit.cgi'></ulink>.
167 It is good practice to create this Git repository inside the Yocto Project
168 files Git repository.</para>
169 <para>Following is an example that creates the <filename>poky-extras</filename> Git
167 repository inside the Yocto Project files Git repository, which is named 170 repository inside the Yocto Project files Git repository, which is named
168 <filename>poky</filename> in this case: 171 <filename>poky</filename> in this case:
169 <literallayout class='monospaced'> 172 <literallayout class='monospaced'>