diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-11-27 15:19:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 12:04:21 +0000 |
commit | 332159dd3e2621bf7460a85dbb629febd17d1154 (patch) | |
tree | b16db9d10d4d22851e523cf385bb2ab436e98076 /documentation/ref-manual/migration-1.8.rst | |
parent | 48748377a41a697a2b280ddbecb1c39487d1b7b8 (diff) | |
download | poky-332159dd3e2621bf7460a85dbb629febd17d1154.tar.gz |
ref-manual: Simplify oe_git links
Manual links to git.openembedded.org are converted to use the oe_git
directive where possible. Note that this directive can't be used in some
places such as example code.
(From yocto-docs rev: 64d2b5c26889356d4eb49896566cf28b9234b9cc)
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-1.8.rst')
-rw-r--r-- | documentation/ref-manual/migration-1.8.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/migration-1.8.rst b/documentation/ref-manual/migration-1.8.rst index d601e6b63b..73789bd518 100644 --- a/documentation/ref-manual/migration-1.8.rst +++ b/documentation/ref-manual/migration-1.8.rst | |||
@@ -79,7 +79,7 @@ particular, users need to ensure that ``${S}`` (source files) and | |||
79 | inherit from ``kernel-yocto`` or include ``linux-yocto.inc``, you might | 79 | inherit from ``kernel-yocto`` or include ``linux-yocto.inc``, you might |
80 | wish to refer to the ``linux.inc`` file in the ``meta-oe`` layer for the | 80 | wish to refer to the ``linux.inc`` file in the ``meta-oe`` layer for the |
81 | kinds of changes you need to make. For reference, here is the | 81 | kinds of changes you need to make. For reference, here is the |
82 | `commit <http://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-kernel/linux/linux.inc?id=fc7132ede27ac67669448d3d2845ce7d46c6a1ee>`__ | 82 | :oe_git:`commit </meta-openembedded/commit/meta-oe/recipes-kernel/linux/linux.inc?id=fc7132ede27ac67669448d3d2845ce7d46c6a1ee>` |
83 | where the ``linux.inc`` file in ``meta-oe`` was updated. | 83 | where the ``linux.inc`` file in ``meta-oe`` was updated. |
84 | 84 | ||
85 | Recipes that rely on the kernel source code and do not inherit the | 85 | Recipes that rely on the kernel source code and do not inherit the |