2.2.1. Accessing Source Repositories

Yocto Project maintains upstream Git Source Repositories that you can examine and access using a browser-based UI:

  1. Access Repositories: Open a browser and go to http://git.yoctoproject.org to access the GUI-based interface into the Yocto Project source repositories.

  2. Select a Repository: Click on any repository in which you are interested (e.g. poky).

  3. Find the URL Used to Clone the Repository: At the bottom of the page, note the URL used to clone that repository (e.g. http://git.yoctoproject.org/poky).

  4. Examine Change History of the Repository: At the top of the page, click on any branch in which you might be interested (e.g. rocko). You can then view the commit log or tree view for that development branch.