summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/development-environment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/development-environment.rst')
-rw-r--r--documentation/overview-manual/development-environment.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst
index 011a479578..6d1dbfcc72 100644
--- a/documentation/overview-manual/development-environment.rst
+++ b/documentation/overview-manual/development-environment.rst
@@ -157,7 +157,8 @@ these tarballs gives you a snapshot of the released files.
157 157
158 - The recommended method for setting up the Yocto Project 158 - The recommended method for setting up the Yocto Project
159 :term:`Source Directory` and the files 159 :term:`Source Directory` and the files
160 for supported BSPs (e.g., ``meta-intel``) is to use `Git <#git>`__ 160 for supported BSPs (e.g., ``meta-intel``) is to use
161 :ref:`overview-manual/development-environment:git`
161 to create a local copy of the upstream repositories. 162 to create a local copy of the upstream repositories.
162 163
163 - Be sure to always work in matching branches for both the selected 164 - Be sure to always work in matching branches for both the selected
@@ -214,7 +215,8 @@ Git Workflows and the Yocto Project
214=================================== 215===================================
215 216
216Developing using the Yocto Project likely requires the use of 217Developing using the Yocto Project likely requires the use of
217`Git <#git>`__. Git is a free, open source distributed version control 218:ref:`overview-manual/development-environment:git`.
219Git is a free, open source distributed version control
218system used as part of many collaborative design environments. This 220system used as part of many collaborative design environments. This
219section provides workflow concepts using the Yocto Project and Git. In 221section provides workflow concepts using the Yocto Project and Git. In
220particular, the information covers basic practices that describe roles 222particular, the information covers basic practices that describe roles
@@ -382,11 +384,10 @@ commands.
382Repositories, Tags, and Branches 384Repositories, Tags, and Branches
383-------------------------------- 385--------------------------------
384 386
385As mentioned briefly in the previous section and also in the "`Git 387As mentioned briefly in the previous section and also in the
386Workflows and the Yocto 388":ref:`overview-manual/development-environment:git workflows and the yocto project`"
387Project <#gs-git-workflows-and-the-yocto-project>`__" section, the Yocto 389section, the Yocto Project maintains source repositories at :yocto_git:`/`.
388Project maintains source repositories at :yocto_git:`/`. If you 390If you look at this web-interface of the repositories, each item is a separate
389look at this web-interface of the repositories, each item is a separate
390Git repository. 391Git repository.
391 392
392Git repositories use branching techniques that track content change (not 393Git repositories use branching techniques that track content change (not