mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02: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:
committed by
Richard Purdie
parent
d3a0e0abc1
commit
8ee16983cb
@@ -253,14 +253,58 @@
|
||||
This section contains procedures related to locating and securing
|
||||
Yocto Project files.
|
||||
You establish and use these local files to work on projects.
|
||||
<note>
|
||||
For concepts and introductory information about Git as it is used
|
||||
in the Yocto Project, see the
|
||||
"<ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>"
|
||||
section in the Yocto Project Reference Manual.
|
||||
<note><title>Notes</title>
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
For concepts and introductory information about Git as it
|
||||
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>
|
||||
</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'>
|
||||
<title>Cloning the <filename>poky</filename> Repository</title>
|
||||
|
||||
|
||||
@@ -494,7 +494,7 @@
|
||||
You cannot use Git commands unless you have a
|
||||
<filename>.git</filename> repository.
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
<listitem><para id='git-commands-clone'>
|
||||
<emphasis><filename>git clone</filename>:</emphasis>
|
||||
Creates a local clone of a Git repository that is on
|
||||
equal footing with a fellow developer’s Git repository
|
||||
|
||||
Reference in New Issue
Block a user