summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-22 08:55:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-12 00:28:13 +0100
commitd3a0e0abc110f7b7aa43a6d916851415a8ef810e (patch)
treed6b808f6953c08c30c1961cf9503a2d9c4345f80 /documentation/dev-manual/dev-manual-start.xml
parent0f00914578740f4b4ca5216544d512e297610961 (diff)
downloadpoky-d3a0e0abc110f7b7aa43a6d916851415a8ef810e.tar.gz
dev-manual, ref-manual: Established section on YP source files
Fixes [YOCTO #11630] To move toward a "how-to" dev-manual, I am consolidating procedures for locating and establishing local copies of YP source files into a single heading. I set up a "Working With Yocto Project Source Files" section. This will contain sub-sections to find the various areas of YP files and how to clone and check out stuff. (From yocto-docs rev: 87ff4ee41a50e8aed6b9c5402c51bb47f5a252a3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 7644362210..b0412a574c 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -246,13 +246,13 @@
246 </para> 246 </para>
247</section> 247</section>
248 248
249<section id='working-with-git-repositories'> 249<section id='working-with-yocto-project-source-files'>
250 <title>Working With Git Repositories</title> 250 <title>Working With Yocto Project Source Files</title>
251 251
252 <para> 252 <para>
253 This section contains procedures for establishing Git repositories 253 This section contains procedures related to locating and securing
254 local to your development system. 254 Yocto Project files.
255 You use these local repositories to work on projects. 255 You establish and use these local files to work on projects.
256 <note> 256 <note>
257 For concepts and introductory information about Git as it is used 257 For concepts and introductory information about Git as it is used
258 in the Yocto Project, see the 258 in the Yocto Project, see the