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/ref-manual/migration-2.5.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/ref-manual/migration-2.5.rst')
-rw-r--r-- | documentation/ref-manual/migration-2.5.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/migration-2.5.rst b/documentation/ref-manual/migration-2.5.rst index 1aeddc81c3..7f1b80938f 100644 --- a/documentation/ref-manual/migration-2.5.rst +++ b/documentation/ref-manual/migration-2.5.rst | |||
@@ -180,7 +180,7 @@ or :: | |||
180 | The earlier build-time provides behavior was a quirk of the | 180 | The earlier build-time provides behavior was a quirk of the |
181 | way the Python manifest file was created. For more information on this | 181 | way the Python manifest file was created. For more information on this |
182 | change please see :yocto_git:`this commit | 182 | change please see :yocto_git:`this commit |
183 | </cgit/cgit.cgi/poky/commit/?id=8d94b9db221d1def42f091b991903faa2d1651ce>`. | 183 | </poky/commit/?id=8d94b9db221d1def42f091b991903faa2d1651ce>`. |
184 | 184 | ||
185 | .. _migration-2.5-miscellaneous-changes: | 185 | .. _migration-2.5-miscellaneous-changes: |
186 | 186 | ||
@@ -293,8 +293,8 @@ The following are additional changes: | |||
293 | 293 | ||
294 | - Patches whose context does not match exactly (i.e. where patch | 294 | - Patches whose context does not match exactly (i.e. where patch |
295 | reports "fuzz" when applying) will generate a warning. For an example | 295 | reports "fuzz" when applying) will generate a warning. For an example |
296 | of this see `this | 296 | of this see :yocto_git:`this commit |
297 | commit <http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=cc97bc08125b63821ce3f616771830f77c456f57>`__. | 297 | </poky/commit/?id=cc97bc08125b63821ce3f616771830f77c456f57>`. |
298 | 298 | ||
299 | - Layers are expected to set ``LAYERSERIES_COMPAT_layername`` to match | 299 | - Layers are expected to set ``LAYERSERIES_COMPAT_layername`` to match |
300 | the version(s) of OpenEmbedded-Core they are compatible with. This is | 300 | the version(s) of OpenEmbedded-Core they are compatible with. This is |