1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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>
This commit is contained in:
Scott Rifenbark
2017-06-22 09:19:24 -07:00
committed by Richard Purdie
parent d3a0e0abc1
commit 8ee16983cb
2 changed files with 50 additions and 6 deletions
+49 -5
View File
@@ -253,14 +253,58 @@
This section contains procedures related to locating and securing This section contains procedures related to locating and securing
Yocto Project files. Yocto Project files.
You establish and use these local files to work on projects. You establish and use these local files to work on projects.
<note> <note><title>Notes</title>
For concepts and introductory information about Git as it is used <itemizedlist>
in the Yocto Project, see the <listitem><para>
"<ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>" For concepts and introductory information about Git as it
section in the Yocto Project Reference Manual. is used in the Yocto Project, see the
"<ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>"
section in the Yocto Project Reference Manual.
</para></listitem>
<listitem><para>
For concepts on Yocto Project source repositories, see the
"<ulink url='&YOCTO_DOCS_REF_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>"
section in the Yocto Project Reference Manual."
</para></listitem>
</itemizedlist>
</note> </note>
</para> </para>
<section id='viewing-source-repositories-using-your-browser'>
<title>Viewing Source Repositories Using Your Browser</title>
<para>
Yocto Project maintains upstream Git
<ulink url='&YOCTO_DOCS_REF_URL;#source-repositories'>Source Repositories</ulink>
that you can examine using a browser-based UI:
<orderedlist>
<listitem><para>
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>
Click on any repository in which you are interested (e.g.
<filename>poky</filename>).
</para></listitem>
<listitem><para>
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>
At the top of the page, click on any branch in which you
might be interested (e.g.
<filename>&DISTRO_NAME_NO_CAP;</filename>).
You can then view the commit log or tree view for that
development branch.
</para></listitem>
</orderedlist>
</para>
</section>
<section id='cloning-the-poky-repository'> <section id='cloning-the-poky-repository'>
<title>Cloning the <filename>poky</filename> Repository</title> <title>Cloning the <filename>poky</filename> Repository</title>
@@ -494,7 +494,7 @@
You cannot use Git commands unless you have a You cannot use Git commands unless you have a
<filename>.git</filename> repository. <filename>.git</filename> repository.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para id='git-commands-clone'>
<emphasis><filename>git clone</filename>:</emphasis> <emphasis><filename>git clone</filename>:</emphasis>
Creates a local clone of a Git repository that is on Creates a local clone of a Git repository that is on
equal footing with a fellow developers Git repository equal footing with a fellow developers Git repository