diff options
| author | Paul Barker <pbarker@konsulko.com> | 2020-11-27 15:19:09 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 12:04:21 +0000 |
| commit | 48748377a41a697a2b280ddbecb1c39487d1b7b8 (patch) | |
| tree | 256c470487c98c810fbb28ab4973d7180ac23baf /documentation/overview-manual/overview-manual-development-environment.rst | |
| parent | 8faafa99cc9a45c1920ec3ea696a9ec7fb653194 (diff) | |
| download | poky-48748377a41a697a2b280ddbecb1c39487d1b7b8.tar.gz | |
documentation: Simplify yocto_git links
The yocto_git external link directive is modified to include the
`/cgit/cgit.cgi` element of the URL so that we can simplify the links in
the text.
Manual links to git.yoctoproject.org are converted to use the yocto_git
directive where possible. Note that this directive can't be used in some
places such as example code.
(From yocto-docs rev: 3a8ba5dcc783411c73fe49fb217cbc4d6528d9a7)
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/overview-manual-development-environment.rst')
| -rw-r--r-- | documentation/overview-manual/overview-manual-development-environment.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/overview-manual-development-environment.rst index 983e1919ef..5baf08946b 100644 --- a/documentation/overview-manual/overview-manual-development-environment.rst +++ b/documentation/overview-manual/overview-manual-development-environment.rst | |||
| @@ -416,7 +416,7 @@ files. Git uses "branches" to organize different development efforts. | |||
| 416 | For example, the ``poky`` repository has several branches that include | 416 | For example, the ``poky`` repository has several branches that include |
| 417 | the current "&DISTRO_NAME_NO_CAP;" branch, the "master" branch, and many | 417 | the current "&DISTRO_NAME_NO_CAP;" branch, the "master" branch, and many |
| 418 | branches for past Yocto Project releases. You can see all the branches | 418 | branches for past Yocto Project releases. You can see all the branches |
| 419 | by going to https://git.yoctoproject.org/cgit.cgi/poky/ and clicking on the | 419 | by going to :yocto_git:`/poky/` and clicking on the |
| 420 | ``[...]`` link beneath the "Branch" heading. | 420 | ``[...]`` link beneath the "Branch" heading. |
| 421 | 421 | ||
| 422 | Each of these branches represents a specific area of development. The | 422 | Each of these branches represents a specific area of development. The |
| @@ -461,9 +461,8 @@ Yocto Project Release. | |||
| 461 | Git uses "tags" to mark specific changes in a repository branch | 461 | Git uses "tags" to mark specific changes in a repository branch |
| 462 | structure. Typically, a tag is used to mark a special point such as the | 462 | structure. Typically, a tag is used to mark a special point such as the |
| 463 | final change (or commit) before a project is released. You can see the | 463 | final change (or commit) before a project is released. You can see the |
| 464 | tags used with the ``poky`` Git repository by going to | 464 | tags used with the ``poky`` Git repository by going to :yocto_git:`/poky/` |
| 465 | https://git.yoctoproject.org/cgit.cgi/poky/ and clicking on the ``[...]`` link | 465 | and clicking on the ``[...]`` link beneath the "Tag" heading. |
| 466 | beneath the "Tag" heading. | ||
| 467 | 466 | ||
| 468 | Some key tags for the ``poky`` repository are ``jethro-14.0.3``, | 467 | Some key tags for the ``poky`` repository are ``jethro-14.0.3``, |
| 469 | ``morty-16.0.1``, ``pyro-17.0.0``, and | 468 | ``morty-16.0.1``, ``pyro-17.0.0``, and |
