summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-1.5.rst
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-11-27 15:19:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-03 12:04:21 +0000
commit332159dd3e2621bf7460a85dbb629febd17d1154 (patch)
treeb16db9d10d4d22851e523cf385bb2ab436e98076 /documentation/ref-manual/migration-1.5.rst
parent48748377a41a697a2b280ddbecb1c39487d1b7b8 (diff)
downloadpoky-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.5.rst')
-rw-r--r--documentation/ref-manual/migration-1.5.rst2
1 files changed, 1 insertions, 1 deletions
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
181 181
182The ``/run`` directory from the Filesystem Hierarchy Standard 3.0 has 182The ``/run`` directory from the Filesystem Hierarchy Standard 3.0 has
183been introduced. You can find some of the implications for this change 183been introduced. You can find some of the implications for this change
184`here <http://cgit.openembedded.org/openembedded-core/commit/?id=0e326280a15b0f2c4ef2ef4ec441f63f55b75873>`__. 184:oe_git:`here </openembedded-core/commit/?id=0e326280a15b0f2c4ef2ef4ec441f63f55b75873>`.
185The change also means that recipes that install files to ``/var/run`` 185The change also means that recipes that install files to ``/var/run``
186must be changed. You can find a guide on how to make these changes 186must be changed. You can find a guide on how to make these changes
187`here <https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg31649.html>`__. 187`here <https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg31649.html>`__.