summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 23:09:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-22 09:58:50 +0100
commitd6ce950527981cf468f7091e5937333ad080e8b6 (patch)
treedd25ff453ac40b26fa8e62188a8ddc68a6159955 /documentation/ref-manual
parent17333a9162fcddce61a330cabf930d3a6e633546 (diff)
downloadpoky-d6ce950527981cf468f7091e5937333ad080e8b6.tar.gz
docs: fix broken links
(From yocto-docs rev: 5139bf1d3ac7f31b711a8410a195ffc88ac560bf) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/migration-1.5.rst2
-rw-r--r--documentation/ref-manual/ref-images.rst2
-rw-r--r--documentation/ref-manual/ref-terms.rst2
-rw-r--r--documentation/ref-manual/ref-variables.rst4
4 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/migration-1.5.rst b/documentation/ref-manual/migration-1.5.rst
index ce55199df3..fa6ff92f10 100644
--- a/documentation/ref-manual/migration-1.5.rst
+++ b/documentation/ref-manual/migration-1.5.rst
@@ -185,7 +185,7 @@ been introduced. You can find some of the implications for this change
185`here <http://cgit.openembedded.org/openembedded-core/commit/?id=0e326280a15b0f2c4ef2ef4ec441f63f55b75873>`__. 185`here <http://cgit.openembedded.org/openembedded-core/commit/?id=0e326280a15b0f2c4ef2ef4ec441f63f55b75873>`__.
186The change also means that recipes that install files to ``/var/run`` 186The change also means that recipes that install files to ``/var/run``
187must be changed. You can find a guide on how to make these changes 187must be changed. You can find a guide on how to make these changes
188`here <http://permalink.gmane.org/gmane.comp.handhelds.openembedded/58530>`__. 188`here <https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg31649.html>`__.
189 189
190.. _migration-1.5-removal-of-package-manager-database-within-image-recipes: 190.. _migration-1.5-removal-of-package-manager-database-within-image-recipes:
191 191
diff --git a/documentation/ref-manual/ref-images.rst b/documentation/ref-manual/ref-images.rst
index f0229c3bb7..c88d4d75ca 100644
--- a/documentation/ref-manual/ref-images.rst
+++ b/documentation/ref-manual/ref-images.rst
@@ -42,7 +42,7 @@ Following is a list of supported recipes:
42 `VMware 42 `VMware
43 Workstation <http://www.vmware.com/products/workstation/overview.html>`__. 43 Workstation <http://www.vmware.com/products/workstation/overview.html>`__.
44 For more information on this image, see the :yocto_home:`Build 44 For more information on this image, see the :yocto_home:`Build
45 Appliance <software-item/build-appliance>` page 45 Appliance </software-item/build-appliance>` page
46 on the Yocto Project website. 46 on the Yocto Project website.
47 47
48- ``core-image-base``: A console-only image that fully supports the 48- ``core-image-base``: A console-only image that fully supports the
diff --git a/documentation/ref-manual/ref-terms.rst b/documentation/ref-manual/ref-terms.rst
index 6e7e5169ce..600cc23c3e 100644
--- a/documentation/ref-manual/ref-terms.rst
+++ b/documentation/ref-manual/ref-terms.rst
@@ -355,7 +355,7 @@ universal, the list includes them just in case:
355 the Source Directory, if you do, the top-level directory name of the 355 the Source Directory, if you do, the top-level directory name of the
356 Source Directory is derived from the Yocto Project release tarball. 356 Source Directory is derived from the Yocto Project release tarball.
357 For example, downloading and unpacking 357 For example, downloading and unpacking
358 :yocto_dl:`releases/yocto/&DISTRO_REL_TAG;/&YOCTO_POKY;.tar.bz2` 358 :yocto_dl:`/releases/yocto/&DISTRO_REL_TAG;/&YOCTO_POKY;.tar.bz2`
359 results in a Source Directory whose root folder is named ``poky``. 359 results in a Source Directory whose root folder is named ``poky``.
360 360
361 It is important to understand the differences between the Source 361 It is important to understand the differences between the Source
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst
index 625a37c158..c49c208bc0 100644
--- a/documentation/ref-manual/ref-variables.rst
+++ b/documentation/ref-manual/ref-variables.rst
@@ -696,7 +696,7 @@ system and gives an overview of their function and contents.
696 compiler. Consequently, the syntax follows Python's Regular 696 compiler. Consequently, the syntax follows Python's Regular
697 Expression (re) syntax. The expressions are compared against the full 697 Expression (re) syntax. The expressions are compared against the full
698 paths to the files. For complete syntax information, see Python's 698 paths to the files. For complete syntax information, see Python's
699 documentation at http://docs.python.org/3/library/re.html#re. 699 documentation at https://docs.python.org/3/library/re.html#regular-expression-syntax.
700 700
701 The following example uses a complete regular expression to tell 701 The following example uses a complete regular expression to tell
702 BitBake to ignore all recipe and recipe append files in the 702 BitBake to ignore all recipe and recipe append files in the
@@ -3669,7 +3669,7 @@ system and gives an overview of their function and contents.
3669 The value in ``INITSCRIPT_PARAMS`` is passed through to the 3669 The value in ``INITSCRIPT_PARAMS`` is passed through to the
3670 ``update-rc.d`` command. For more information on valid parameters, 3670 ``update-rc.d`` command. For more information on valid parameters,
3671 please see the ``update-rc.d`` manual page at 3671 please see the ``update-rc.d`` manual page at
3672 http://www.tin.org/bin/man.cgi?section=8&topic=update-rc.d. 3672 https://manpages.debian.org/buster/init-system-helpers/update-rc.d.8.en.html
3673 3673
3674 INSANE_SKIP 3674 INSANE_SKIP
3675 Specifies the QA checks to skip for a specific package within a 3675 Specifies the QA checks to skip for a specific package within a