summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-start.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 1155d8fc85..de85f7aceb 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -397,22 +397,26 @@
397 that you can examine and access using a browser-based UI: 397 that you can examine and access using a browser-based UI:
398 <orderedlist> 398 <orderedlist>
399 <listitem><para> 399 <listitem><para>
400 <emphasis>Access Repositories:</emphasis>
400 Open a browser and go to 401 Open a browser and go to
401 <ulink url='&YOCTO_GIT_URL;'></ulink> to access the 402 <ulink url='&YOCTO_GIT_URL;'></ulink> to access the
402 GUI-based interface into the Yocto Project source 403 GUI-based interface into the Yocto Project source
403 repositories. 404 repositories.
404 </para></listitem> 405 </para></listitem>
405 <listitem><para> 406 <listitem><para>
407 <emphasis>Select a Repository:</emphasis>
406 Click on any repository in which you are interested (e.g. 408 Click on any repository in which you are interested (e.g.
407 <filename>poky</filename>). 409 <filename>poky</filename>).
408 </para></listitem> 410 </para></listitem>
409 <listitem><para> 411 <listitem><para>
412 <emphasis>Find the URL Used to Clone the Repository:</emphasis>
410 At the bottom of the page, note the URL used to 413 At the bottom of the page, note the URL used to
411 <ulink url='&YOCTO_DOCS_REF_URL;#git-commands-clone'>clone</ulink> 414 <ulink url='&YOCTO_DOCS_REF_URL;#git-commands-clone'>clone</ulink>
412 that repository (e.g. 415 that repository (e.g.
413 <filename>&YOCTO_GIT_URL;/poky</filename>). 416 <filename>&YOCTO_GIT_URL;/poky</filename>).
414 </para></listitem> 417 </para></listitem>
415 <listitem><para> 418 <listitem><para>
419 <emphasis>Examine Change History of the Repository:</emphasis>
416 At the top of the page, click on any branch in which you 420 At the top of the page, click on any branch in which you
417 might be interested (e.g. 421 might be interested (e.g.
418 <filename>&DISTRO_NAME_NO_CAP;</filename>). 422 <filename>&DISTRO_NAME_NO_CAP;</filename>).