diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 54 | ||||
-rw-r--r-- | documentation/ref-manual/ref-development-environment.xml | 2 |
2 files changed, 50 insertions, 6 deletions
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 @@ | |||
253 | This section contains procedures related to locating and securing | 253 | This section contains procedures related to locating and securing |
254 | Yocto Project files. | 254 | Yocto Project files. |
255 | You establish and use these local files to work on projects. | 255 | You establish and use these local files to work on projects. |
256 | <note> | 256 | <note><title>Notes</title> |
257 | For concepts and introductory information about Git as it is used | 257 | <itemizedlist> |
258 | in the Yocto Project, see the | 258 | <listitem><para> |
259 | "<ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>" | 259 | For concepts and introductory information about Git as it |
260 | section in the Yocto Project Reference Manual. | 260 | is used in the Yocto Project, see the |
261 | "<ulink url='&YOCTO_DOCS_REF_URL;#git'>Git</ulink>" | ||
262 | section in the Yocto Project Reference Manual. | ||
263 | </para></listitem> | ||
264 | <listitem><para> | ||
265 | For concepts on Yocto Project source repositories, see the | ||
266 | "<ulink url='&YOCTO_DOCS_REF_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" | ||
267 | section in the Yocto Project Reference Manual." | ||
268 | </para></listitem> | ||
269 | </itemizedlist> | ||
261 | </note> | 270 | </note> |
262 | </para> | 271 | </para> |
263 | 272 | ||
273 | <section id='viewing-source-repositories-using-your-browser'> | ||
274 | <title>Viewing Source Repositories Using Your Browser</title> | ||
275 | |||
276 | <para> | ||
277 | Yocto Project maintains upstream Git | ||
278 | <ulink url='&YOCTO_DOCS_REF_URL;#source-repositories'>Source Repositories</ulink> | ||
279 | that you can examine using a browser-based UI: | ||
280 | <orderedlist> | ||
281 | <listitem><para> | ||
282 | Open a browser and go to | ||
283 | <ulink url='&YOCTO_GIT_URL;'></ulink> to access the | ||
284 | GUI-based interface into the Yocto Project source | ||
285 | repositories. | ||
286 | </para></listitem> | ||
287 | <listitem><para> | ||
288 | Click on any repository in which you are interested (e.g. | ||
289 | <filename>poky</filename>). | ||
290 | </para></listitem> | ||
291 | <listitem><para> | ||
292 | At the bottom of the page, note the URL used to | ||
293 | <ulink url='&YOCTO_DOCS_REF_URL;#git-commands-clone'>clone</ulink> | ||
294 | that repository (e.g. | ||
295 | <filename>&YOCTO_GIT_URL;/poky</filename>). | ||
296 | </para></listitem> | ||
297 | <listitem><para> | ||
298 | At the top of the page, click on any branch in which you | ||
299 | might be interested (e.g. | ||
300 | <filename>&DISTRO_NAME_NO_CAP;</filename>). | ||
301 | You can then view the commit log or tree view for that | ||
302 | development branch. | ||
303 | </para></listitem> | ||
304 | </orderedlist> | ||
305 | </para> | ||
306 | </section> | ||
307 | |||
264 | <section id='cloning-the-poky-repository'> | 308 | <section id='cloning-the-poky-repository'> |
265 | <title>Cloning the <filename>poky</filename> Repository</title> | 309 | <title>Cloning the <filename>poky</filename> Repository</title> |
266 | 310 | ||
diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml index 01b0d41922..09f097c592 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml | |||
@@ -494,7 +494,7 @@ | |||
494 | You cannot use Git commands unless you have a | 494 | You cannot use Git commands unless you have a |
495 | <filename>.git</filename> repository. | 495 | <filename>.git</filename> repository. |
496 | </para></listitem> | 496 | </para></listitem> |
497 | <listitem><para> | 497 | <listitem><para id='git-commands-clone'> |
498 | <emphasis><filename>git clone</filename>:</emphasis> | 498 | <emphasis><filename>git clone</filename>:</emphasis> |
499 | Creates a local clone of a Git repository that is on | 499 | Creates a local clone of a Git repository that is on |
500 | equal footing with a fellow developer’s Git repository | 500 | equal footing with a fellow developer’s Git repository |