summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/start.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/start.rst')
-rw-r--r--documentation/dev-manual/start.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index efe369c751..39036183b0 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -230,8 +230,8 @@ particular working environment and set of practices.
230 - Separate the project's Metadata and code by using separate Git 230 - Separate the project's Metadata and code by using separate Git
231 repositories. See the ":ref:`overview-manual/development-environment:yocto project source repositories`" 231 repositories. See the ":ref:`overview-manual/development-environment:yocto project source repositories`"
232 section in the Yocto Project Overview and Concepts Manual for 232 section in the Yocto Project Overview and Concepts Manual for
233 information on these repositories. See the "`Locating Yocto 233 information on these repositories. See the
234 Project Source Files <#locating-yocto-project-source-files>`__" 234 ":ref:`dev-manual/start:locating yocto project source files`"
235 section for information on how to set up local Git repositories 235 section for information on how to set up local Git repositories
236 for related upstream Yocto Project Git repositories. 236 for related upstream Yocto Project Git repositories.
237 237
@@ -655,8 +655,7 @@ The :yocto_home:`Yocto Project Website <>` uses a "DOWNLOADS" page
655from which you can locate and download tarballs of any Yocto Project 655from which you can locate and download tarballs of any Yocto Project
656release. Rather than Git repositories, these files represent snapshot 656release. Rather than Git repositories, these files represent snapshot
657tarballs similar to the tarballs located in the Index of Releases 657tarballs similar to the tarballs located in the Index of Releases
658described in the "`Accessing Index of 658described in the ":ref:`dev-manual/start:accessing index of releases`" section.
659Releases <#accessing-index-of-releases>`__" section.
660 659
661.. note:: 660.. note::
662 661
@@ -759,9 +758,9 @@ Follow these steps to create a local version of the upstream
759 "master" branch, which results in a snapshot of the latest 758 "master" branch, which results in a snapshot of the latest
760 development changes for "master". For information on how to check out 759 development changes for "master". For information on how to check out
761 a specific development branch or on how to check out a local branch 760 a specific development branch or on how to check out a local branch
762 based on a tag name, see the "`Checking Out By Branch in 761 based on a tag name, see the
763 Poky <#checking-out-by-branch-in-poky>`__" and `Checking Out By Tag 762 ":ref:`dev-manual/start:checking out by branch in poky`" and
764 in Poky <#checkout-out-by-tag-in-poky>`__" sections, respectively. 763 ":ref:`dev-manual/start:checking out by tag in poky`" sections, respectively.
765 764
766 Once the local repository is created, you can change to that 765 Once the local repository is created, you can change to that
767 directory and check its status. Here, the single "master" branch 766 directory and check its status. Here, the single "master" branch