summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-22 09:19:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-12 00:28:13 +0100
commit8ee16983cb3545ca2f5f748cc8e5b3083631d70a (patch)
tree9c9de34be3b4da2e96bcef2b6bf08b1bba51230e /documentation/dev-manual/dev-manual-start.xml
parentd3a0e0abc110f7b7aa43a6d916851415a8ef810e (diff)
downloadpoky-8ee16983cb3545ca2f5f748cc8e5b3083631d70a.tar.gz
dev-manual, ref-manual: New section on viewing GUI YP repositories
Fixes [YOCTO #11630] I created a new procedure for locating and viewing YP source repositories using the GUI-based method. Created an anchor in the ref-manual so I could reference the 'git clone' command. (From yocto-docs rev: 2ae28682407039420f4fcca71a298e1dd34c81f0) 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.xml54
1 files changed, 49 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index b0412a574c..48f49e05dd 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -253,14 +253,58 @@
253 This section contains procedures related to locating and securing 253 This section contains procedures related to locating and securing
254 Yocto Project files. 254 Yocto Project files.
255 You establish and use these local files to work on projects. 255 You establish and use these local files to work on projects.
256 <note> 256 <note><title>Notes</title>
257 For concepts and introductory information about Git as it is used 257 <itemizedlist>
258 in the Yocto Project, see the 258 <listitem><para>
259 "<ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>" 259 For concepts and introductory information about Git as it
260 section in the Yocto Project Reference Manual. 260 is used in the Yocto Project, see the
261 "<ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>"
262 section in the Yocto Project Reference Manual.
263 </para></listitem>
264 <listitem><para>
265 For concepts on Yocto Project source repositories, see the
266 "<ulink url='&YOCTO_DOCS_REF_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>"
267 section in the Yocto Project Reference Manual."
268 </para></listitem>
269 </itemizedlist>
261 </note> 270 </note>
262 </para> 271 </para>
263 272
273 <section id='viewing-source-repositories-using-your-browser'>
274 <title>Viewing Source Repositories Using Your Browser</title>
275
276 <para>
277 Yocto Project maintains upstream Git
278 <ulink url='&YOCTO_DOCS_REF_URL;#source-repositories'>Source Repositories</ulink>
279 that you can examine using a browser-based UI:
280 <orderedlist>
281 <listitem><para>
282 Open a browser and go to
283 <ulink url='&YOCTO_GIT_URL;'></ulink> to access the
284 GUI-based interface into the Yocto Project source
285 repositories.
286 </para></listitem>
287 <listitem><para>
288 Click on any repository in which you are interested (e.g.
289 <filename>poky</filename>).
290 </para></listitem>
291 <listitem><para>
292 At the bottom of the page, note the URL used to
293 <ulink url='&YOCTO_DOCS_REF_URL;#git-commands-clone'>clone</ulink>
294 that repository (e.g.
295 <filename>&YOCTO_GIT_URL;/poky</filename>).
296 </para></listitem>
297 <listitem><para>
298 At the top of the page, click on any branch in which you
299 might be interested (e.g.
300 <filename>&DISTRO_NAME_NO_CAP;</filename>).
301 You can then view the commit log or tree view for that
302 development branch.
303 </para></listitem>
304 </orderedlist>
305 </para>
306 </section>
307
264 <section id='cloning-the-poky-repository'> 308 <section id='cloning-the-poky-repository'>
265 <title>Cloning the <filename>poky</filename> Repository</title> 309 <title>Cloning the <filename>poky</filename> Repository</title>
266 310