From 8ee16983cb3545ca2f5f748cc8e5b3083631d70a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 Jun 2017 09:19:24 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 54 ++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 5 deletions(-) (limited to 'documentation/dev-manual/dev-manual-start.xml') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index b0412a574c..48f49e05dd 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -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. - - For concepts and introductory information about Git as it is used - in the Yocto Project, see the - "Git" - section in the Yocto Project Reference Manual. + Notes + + + For concepts and introductory information about Git as it + is used in the Yocto Project, see the + "Git" + section in the Yocto Project Reference Manual. + + + For concepts on Yocto Project source repositories, see the + "Yocto Project Source Repositories" + section in the Yocto Project Reference Manual." + + +
+ Viewing Source Repositories Using Your Browser + + + Yocto Project maintains upstream Git + Source Repositories + that you can examine using a browser-based UI: + + + Open a browser and go to + to access the + GUI-based interface into the Yocto Project source + repositories. + + + Click on any repository in which you are interested (e.g. + poky). + + + At the bottom of the page, note the URL used to + clone + that repository (e.g. + &YOCTO_GIT_URL;/poky). + + + At the top of the page, click on any branch in which you + might be interested (e.g. + &DISTRO_NAME_NO_CAP;). + You can then view the commit log or tree view for that + development branch. + + + +
+
Cloning the <filename>poky</filename> Repository -- cgit v1.2.3-54-g00ecf