diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-28 15:31:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:14 +0100 |
commit | e3fd3ca23523c0ee93953a8949a4f2ec7a7ed858 (patch) | |
tree | 4d9f161aae10c7cb7c185bb49584c0fa14088b69 /documentation | |
parent | 56b3c79a3e13c93d8f1aa5535e798783a8ef3769 (diff) | |
download | poky-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.xml | 4 |
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>). |