summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-28 15:31:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-12 00:28:14 +0100
commite3fd3ca23523c0ee93953a8949a4f2ec7a7ed858 (patch)
tree4d9f161aae10c7cb7c185bb49584c0fa14088b69 /documentation
parent56b3c79a3e13c93d8f1aa5535e798783a8ef3769 (diff)
downloadopenembedded-core-contrib-e3fd3ca23523c0ee93953a8949a4f2ec7a7ed858.tar.gz
dev-manual: Added bold lead-ins for "Accessing Source Repositories"
Formatting style need bold lead-ins for steps. (From yocto-docs rev: b75337188e2346dd40004e22b45a2975f1d4cff3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 @@
that you can examine and access using a browser-based UI:
<orderedlist>
<listitem><para>
+ <emphasis>Access Repositories:</emphasis>
Open a browser and go to
<ulink url='&YOCTO_GIT_URL;'></ulink> to access the
GUI-based interface into the Yocto Project source
repositories.
</para></listitem>
<listitem><para>
+ <emphasis>Select a Repository:</emphasis>
Click on any repository in which you are interested (e.g.
<filename>poky</filename>).
</para></listitem>
<listitem><para>
+ <emphasis>Find the URL Used to Clone the Repository:</emphasis>
At the bottom of the page, note the URL used to
<ulink url='&YOCTO_DOCS_REF_URL;#git-commands-clone'>clone</ulink>
that repository (e.g.
<filename>&YOCTO_GIT_URL;/poky</filename>).
</para></listitem>
<listitem><para>
+ <emphasis>Examine Change History of the Repository:</emphasis>
At the top of the page, click on any branch in which you
might be interested (e.g.
<filename>&DISTRO_NAME_NO_CAP;</filename>).