diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
| -rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 54 |
1 files changed, 49 insertions, 5 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 | ||
