From 332159dd3e2621bf7460a85dbb629febd17d1154 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Fri, 27 Nov 2020 15:19:10 +0000 Subject: 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 Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/ref-manual/migration-1.5.rst | 2 +- documentation/ref-manual/migration-1.7.rst | 4 ++-- documentation/ref-manual/migration-1.8.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/migration-1.5.rst b/documentation/ref-manual/migration-1.5.rst index fc7aface9e..5e1e23f216 100644 --- a/documentation/ref-manual/migration-1.5.rst +++ b/documentation/ref-manual/migration-1.5.rst @@ -181,7 +181,7 @@ The following changes have been made that relate to The ``/run`` directory from the Filesystem Hierarchy Standard 3.0 has been introduced. You can find some of the implications for this change -`here `__. +:oe_git:`here `. The change also means that recipes that install files to ``/var/run`` must be changed. You can find a guide on how to make these changes `here `__. diff --git a/documentation/ref-manual/migration-1.7.rst b/documentation/ref-manual/migration-1.7.rst index 5a5151ec1c..c3f9469da1 100644 --- a/documentation/ref-manual/migration-1.7.rst +++ b/documentation/ref-manual/migration-1.7.rst @@ -66,8 +66,8 @@ occurred: foreign mode themselves, the option is mostly superfluous. However, some recipes will need patches for this change. You can easily make the change by patching ``configure.ac`` so that it passes "foreign" - to ``AM_INIT_AUTOMAKE()``. See `this - commit `__ + to ``AM_INIT_AUTOMAKE()``. See :oe_git:`this + commit ` for an example showing how to make the patch. .. _migration-1.7-binary-configuration-scripts-disabled: 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 inherit from ``kernel-yocto`` or include ``linux-yocto.inc``, you might wish to refer to the ``linux.inc`` file in the ``meta-oe`` layer for the kinds of changes you need to make. For reference, here is the -`commit `__ +:oe_git:`commit ` where the ``linux.inc`` file in ``meta-oe`` was updated. Recipes that rely on the kernel source code and do not inherit the -- cgit v1.2.3-54-g00ecf