summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-12-22 15:30:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commit3b298e6ddde2a988a82039db9ce45eaf66d89a3f (patch)
treef31bec756b3cb74921263c71b3147fae7f28b323 /documentation/ref-manual
parentd87b99112b32c7789878ae90d157181f9fe4bb70 (diff)
downloadpoky-3b298e6ddde2a988a82039db9ce45eaf66d89a3f.tar.gz
documentation: Use https links where possible
(From yocto-docs rev: cd4c5e9928866f910ac97cf3e0612e6245da30bd) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst4
-rw-r--r--documentation/ref-manual/faq.rst6
-rw-r--r--documentation/ref-manual/images.rst4
-rw-r--r--documentation/ref-manual/kickstart.rst4
-rw-r--r--documentation/ref-manual/migration-2.1.rst2
-rw-r--r--documentation/ref-manual/migration-2.3.rst2
-rw-r--r--documentation/ref-manual/migration-2.7.rst2
-rw-r--r--documentation/ref-manual/qa-checks.rst2
-rw-r--r--documentation/ref-manual/resources.rst4
-rw-r--r--documentation/ref-manual/variables.rst20
10 files changed, 25 insertions, 25 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index d049ca7018..a152dcac77 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -278,7 +278,7 @@ The ``ccache`` class enables the C/C++ Compiler Cache for the build.
278This class is used to give a minor performance boost during the build. 278This class is used to give a minor performance boost during the build.
279However, using the class can lead to unexpected side-effects. Thus, it 279However, using the class can lead to unexpected side-effects. Thus, it
280is recommended that you do not use this class. See 280is recommended that you do not use this class. See
281http://ccache.samba.org/ for information on the C/C++ Compiler 281https://ccache.samba.org/ for information on the C/C++ Compiler
282Cache. 282Cache.
283 283
284.. _ref-classes-chrpath: 284.. _ref-classes-chrpath:
@@ -2581,7 +2581,7 @@ the :term:`SYSTEMD_BOOT_CFG`,
2581:term:`SYSTEMD_BOOT_TIMEOUT` variables. 2581:term:`SYSTEMD_BOOT_TIMEOUT` variables.
2582 2582
2583You can also see the `Systemd-boot 2583You can also see the `Systemd-boot
2584documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__ 2584documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__
2585for more information. 2585for more information.
2586 2586
2587.. _ref-classes-terminal: 2587.. _ref-classes-terminal:
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst
index f67c53824b..34b26ee3ef 100644
--- a/documentation/ref-manual/faq.rst
+++ b/documentation/ref-manual/faq.rst
@@ -55,9 +55,9 @@ Yocto Project is fairly straightforward.
55**Q:** Are there any products built using the OpenEmbedded build system? 55**Q:** Are there any products built using the OpenEmbedded build system?
56 56
57**A:** The software running on the `Vernier 57**A:** The software running on the `Vernier
58LabQuest <http://vernier.com/labquest/>`__ is built using the 58LabQuest <https://vernier.com/labquest/>`__ is built using the
59OpenEmbedded build system. See the `Vernier 59OpenEmbedded build system. See the `Vernier
60LabQuest <http://www.vernier.com/products/interfaces/labq/>`__ website 60LabQuest <https://www.vernier.com/products/interfaces/labq/>`__ website
61for more information. There are a number of pre-production devices using 61for more information. There are a number of pre-production devices using
62the OpenEmbedded build system and the Yocto Project team announces them 62the OpenEmbedded build system and the Yocto Project team announces them
63as soon as they are released. 63as soon as they are released.
@@ -273,7 +273,7 @@ OpenEmbedded build system to use its internally built toolchain (i.e.
273particular, "external-\*" refers to external toolchains. One example is 273particular, "external-\*" refers to external toolchains. One example is
274the Sourcery G++ Toolchain. The support for this toolchain resides in 274the Sourcery G++ Toolchain. The support for this toolchain resides in
275the separate ``meta-sourcery`` layer at 275the separate ``meta-sourcery`` layer at
276http://github.com/MentorEmbedded/meta-sourcery/. 276https://github.com/MentorEmbedded/meta-sourcery/.
277 277
278In addition to the toolchain configuration, you also need a 278In addition to the toolchain configuration, you also need a
279corresponding toolchain recipe file. This recipe file needs to package 279corresponding toolchain recipe file. This recipe file needs to package
diff --git a/documentation/ref-manual/images.rst b/documentation/ref-manual/images.rst
index 5e9374eae7..cf5cc1109f 100644
--- a/documentation/ref-manual/images.rst
+++ b/documentation/ref-manual/images.rst
@@ -37,9 +37,9 @@ Following is a list of supported recipes:
37 all the pieces required to run builds using the build system as well 37 all the pieces required to run builds using the build system as well
38 as the build system itself. You can boot and run the image using 38 as the build system itself. You can boot and run the image using
39 either the `VMware 39 either the `VMware
40 Player <http://www.vmware.com/products/player/overview.html>`__ or 40 Player <https://www.vmware.com/products/player/overview.html>`__ or
41 `VMware 41 `VMware
42 Workstation <http://www.vmware.com/products/workstation/overview.html>`__. 42 Workstation <https://www.vmware.com/products/workstation/overview.html>`__.
43 For more information on this image, see the :yocto_home:`Build 43 For more information on this image, see the :yocto_home:`Build
44 Appliance </software-item/build-appliance>` page 44 Appliance </software-item/build-appliance>` page
45 on the Yocto Project website. 45 on the Yocto Project website.
diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst
index bb9c0460f3..472820f165 100644
--- a/documentation/ref-manual/kickstart.rst
+++ b/documentation/ref-manual/kickstart.rst
@@ -24,7 +24,7 @@ The information lists the commands, their syntax, and meanings.
24Kickstart commands are based on the Fedora kickstart versions but with 24Kickstart commands are based on the Fedora kickstart versions but with
25modifications to reflect Wic capabilities. You can see the original 25modifications to reflect Wic capabilities. You can see the original
26documentation for those commands at the following link: 26documentation for those commands at the following link:
27http://pykickstart.readthedocs.io/en/latest/kickstart-docs.html 27https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html
28 28
29Command: part or partition 29Command: part or partition
30========================== 30==========================
@@ -164,7 +164,7 @@ the ``part`` and ``partition`` commands:
164- ``--part-type``: This option is a Wic-specific option that 164- ``--part-type``: This option is a Wic-specific option that
165 specifies the partition type globally unique identifier (GUID) for 165 specifies the partition type globally unique identifier (GUID) for
166 GPT partitions. You can find the list of partition type GUIDs at 166 GPT partitions. You can find the list of partition type GUIDs at
167 http://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs. 167 https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs.
168 168
169- ``--use-uuid``: This option is a Wic-specific option that causes 169- ``--use-uuid``: This option is a Wic-specific option that causes
170 Wic to generate a random GUID for the partition. The generated 170 Wic to generate a random GUID for the partition. The generated
diff --git a/documentation/ref-manual/migration-2.1.rst b/documentation/ref-manual/migration-2.1.rst
index e8b3ada264..861d04861b 100644
--- a/documentation/ref-manual/migration-2.1.rst
+++ b/documentation/ref-manual/migration-2.1.rst
@@ -89,7 +89,7 @@ package-specific nesting should be done by the package itself. Finally,
89having ``libexecdir`` change between recipes makes it very difficult for 89having ``libexecdir`` change between recipes makes it very difficult for
90different recipes to invoke binaries that have been installed into 90different recipes to invoke binaries that have been installed into
91``libexecdir``. The Filesystem Hierarchy Standard (i.e. 91``libexecdir``. The Filesystem Hierarchy Standard (i.e.
92http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s07.html) now 92https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s07.html) now
93recognizes the use of ``${prefix}/libexec/``, giving distributions the 93recognizes the use of ``${prefix}/libexec/``, giving distributions the
94choice between ``${prefix}/lib`` or ``${prefix}/libexec`` without 94choice between ``${prefix}/lib`` or ``${prefix}/libexec`` without
95breaking FHS. 95breaking FHS.
diff --git a/documentation/ref-manual/migration-2.3.rst b/documentation/ref-manual/migration-2.3.rst
index a52178b0c4..04b11daa7d 100644
--- a/documentation/ref-manual/migration-2.3.rst
+++ b/documentation/ref-manual/migration-2.3.rst
@@ -274,7 +274,7 @@ The following package management changes took place:
274 fixed. 274 fixed.
275 275
276 For more information, see the `DNF 276 For more information, see the `DNF
277 Documentation <http://dnf.readthedocs.io/en/latest/>`__. 277 Documentation <https://dnf.readthedocs.io/en/latest/>`__.
278 278
279- Rpm 5.x is replaced with Rpm 4.x. This is done for two major reasons: 279- Rpm 5.x is replaced with Rpm 4.x. This is done for two major reasons:
280 280
diff --git a/documentation/ref-manual/migration-2.7.rst b/documentation/ref-manual/migration-2.7.rst
index 7e628fc3ec..5af5947fff 100644
--- a/documentation/ref-manual/migration-2.7.rst
+++ b/documentation/ref-manual/migration-2.7.rst
@@ -159,7 +159,7 @@ The following miscellaneous changes occurred:
159 from the top-level ``scripts`` directory. 159 from the top-level ``scripts`` directory.
160 160
161- Perl now builds for the target using 161- Perl now builds for the target using
162 `perl-cross <http://arsv.github.io/perl-cross/>`_ for better 162 `perl-cross <https://arsv.github.io/perl-cross/>`_ for better
163 maintainability and improved build performance. This change should 163 maintainability and improved build performance. This change should
164 not present any problems unless you have heavily customized your Perl 164 not present any problems unless you have heavily customized your Perl
165 recipe. 165 recipe.
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index 54977dcb21..6cb767d934 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -227,7 +227,7 @@ Errors and Warnings
227 CFLAGS_append = " -fPIC " 227 CFLAGS_append = " -fPIC "
228 228
229 For more information on text relocations at runtime, see 229 For more information on text relocations at runtime, see
230 http://www.akkadia.org/drepper/textrelocs.html. 230 https://www.akkadia.org/drepper/textrelocs.html.
231 231
232   232  
233.. _qa-check-ldflags: 233.. _qa-check-ldflags:
diff --git a/documentation/ref-manual/resources.rst b/documentation/ref-manual/resources.rst
index 2c49c4e87c..7554164d11 100644
--- a/documentation/ref-manual/resources.rst
+++ b/documentation/ref-manual/resources.rst
@@ -52,7 +52,7 @@ against the Yocto Project, see the following:
52 52
53- The Yocto Project :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>` 53- The Yocto Project :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>`
54 54
55For information on Bugzilla in general, see http://www.bugzilla.org/about/. 55For information on Bugzilla in general, see https://www.bugzilla.org/about/.
56 56
57.. _resources-mailinglist: 57.. _resources-mailinglist:
58 58
@@ -193,5 +193,5 @@ Here is a list of resources you might find helpful:
193 available for Yocto Project and Poky discussions: ``#yocto`` and 193 available for Yocto Project and Poky discussions: ``#yocto`` and
194 ``#poky``, respectively. 194 ``#poky``, respectively.
195 195
196- `Quick EMUlator (QEMU) <http://wiki.qemu.org/Index.html>`__\ *:* An 196- `Quick EMUlator (QEMU) <https://wiki.qemu.org/Index.html>`__\ *:* An
197 open-source machine emulator and virtualizer. 197 open-source machine emulator and virtualizer.
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index c68e1c1b7b..c8e28fd321 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2662,7 +2662,7 @@ system and gives an overview of their function and contents.
2662 GROUPADD_PARAM_${PN} = "-r netdev" 2662 GROUPADD_PARAM_${PN} = "-r netdev"
2663 2663
2664 For information on the standard Linux shell command 2664 For information on the standard Linux shell command
2665 ``groupadd``, see http://linux.die.net/man/8/groupadd. 2665 ``groupadd``, see https://linux.die.net/man/8/groupadd.
2666 2666
2667 :term:`GROUPMEMS_PARAM` 2667 :term:`GROUPMEMS_PARAM`
2668 When inheriting the :ref:`useradd <ref-classes-useradd>` class, 2668 When inheriting the :ref:`useradd <ref-classes-useradd>` class,
@@ -2671,7 +2671,7 @@ system and gives an overview of their function and contents.
2671 of a group when the package is installed. 2671 of a group when the package is installed.
2672 2672
2673 For information on the standard Linux shell command ``groupmems``, 2673 For information on the standard Linux shell command ``groupmems``,
2674 see http://linux.die.net/man/8/groupmems. 2674 see https://linux.die.net/man/8/groupmems.
2675 2675
2676 :term:`GRUB_GFXSERIAL` 2676 :term:`GRUB_GFXSERIAL`
2677 Configures the GNU GRand Unified Bootloader (GRUB) to have graphics 2677 Configures the GNU GRand Unified Bootloader (GRUB) to have graphics
@@ -4694,7 +4694,7 @@ system and gives an overview of their function and contents.
4694 See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information. 4694 See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information.
4695 4695
4696 module_conf 4696 module_conf
4697 Specifies `modprobe.d <http://linux.die.net/man/5/modprobe.d>`_ 4697 Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`_
4698 syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf`` 4698 syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf``
4699 file. 4699 file.
4700 4700
@@ -7619,7 +7619,7 @@ system and gives an overview of their function and contents.
7619 SYSTEMD_BOOT_CFG ?= "${:term:`S`}/loader.conf" 7619 SYSTEMD_BOOT_CFG ?= "${:term:`S`}/loader.conf"
7620 7620
7621 For information on Systemd-boot, see the `Systemd-boot 7621 For information on Systemd-boot, see the `Systemd-boot
7622 documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__. 7622 documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
7623 7623
7624 :term:`SYSTEMD_BOOT_ENTRIES` 7624 :term:`SYSTEMD_BOOT_ENTRIES`
7625 When :term:`EFI_PROVIDER` is set to 7625 When :term:`EFI_PROVIDER` is set to
@@ -7633,7 +7633,7 @@ system and gives an overview of their function and contents.
7633 SYSTEMD_BOOT_ENTRIES ?= "" 7633 SYSTEMD_BOOT_ENTRIES ?= ""
7634 7634
7635 For information on Systemd-boot, see the `Systemd-boot 7635 For information on Systemd-boot, see the `Systemd-boot
7636 documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__. 7636 documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
7637 7637
7638 :term:`SYSTEMD_BOOT_TIMEOUT` 7638 :term:`SYSTEMD_BOOT_TIMEOUT`
7639 When :term:`EFI_PROVIDER` is set to 7639 When :term:`EFI_PROVIDER` is set to
@@ -7646,7 +7646,7 @@ system and gives an overview of their function and contents.
7646 SYSTEMD_BOOT_TIMEOUT ?= "10" 7646 SYSTEMD_BOOT_TIMEOUT ?= "10"
7647 7647
7648 For information on Systemd-boot, see the `Systemd-boot 7648 For information on Systemd-boot, see the `Systemd-boot
7649 documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__. 7649 documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
7650 7650
7651 :term:`SYSTEMD_PACKAGES` 7651 :term:`SYSTEMD_PACKAGES`
7652 When inheriting the :ref:`systemd <ref-classes-systemd>` class, 7652 When inheriting the :ref:`systemd <ref-classes-systemd>` class,
@@ -7677,7 +7677,7 @@ system and gives an overview of their function and contents.
7677 When using 7677 When using
7678 :ref:`SysVinit <dev-manual/common-tasks:enabling system services>`, 7678 :ref:`SysVinit <dev-manual/common-tasks:enabling system services>`,
7679 specifies a space-separated list of the virtual terminals that should 7679 specifies a space-separated list of the virtual terminals that should
7680 run a `getty <http://en.wikipedia.org/wiki/Getty_%28Unix%29>`__ 7680 run a `getty <https://en.wikipedia.org/wiki/Getty_%28Unix%29>`__
7681 (allowing login), assuming :term:`USE_VT` is not set to 7681 (allowing login), assuming :term:`USE_VT` is not set to
7682 "0". 7682 "0".
7683 7683
@@ -7901,7 +7901,7 @@ system and gives an overview of their function and contents.
7901 toolchain. One example is the Sourcery G++ Toolchain. The support for 7901 toolchain. One example is the Sourcery G++ Toolchain. The support for
7902 this toolchain resides in the separate Mentor Graphics 7902 this toolchain resides in the separate Mentor Graphics
7903 ``meta-sourcery`` layer at 7903 ``meta-sourcery`` layer at
7904 http://github.com/MentorEmbedded/meta-sourcery/. 7904 https://github.com/MentorEmbedded/meta-sourcery/.
7905 7905
7906 The layer's ``README`` file contains information on how to use the 7906 The layer's ``README`` file contains information on how to use the
7907 Sourcery G++ Toolchain as an external toolchain. In summary, you must 7907 Sourcery G++ Toolchain as an external toolchain. In summary, you must
@@ -8597,7 +8597,7 @@ system and gives an overview of their function and contents.
8597 When using 8597 When using
8598 :ref:`SysVinit <dev-manual/common-tasks:enabling system services>`, 8598 :ref:`SysVinit <dev-manual/common-tasks:enabling system services>`,
8599 determines whether or not to run a 8599 determines whether or not to run a
8600 `getty <http://en.wikipedia.org/wiki/Getty_%28Unix%29>`__ on any 8600 `getty <https://en.wikipedia.org/wiki/Getty_%28Unix%29>`__ on any
8601 virtual terminals in order to enable logging in through those 8601 virtual terminals in order to enable logging in through those
8602 terminals. 8602 terminals.
8603 8603
@@ -8708,7 +8708,7 @@ system and gives an overview of their function and contents.
8708 8708
8709 For information on the 8709 For information on the
8710 standard Linux shell command ``useradd``, see 8710 standard Linux shell command ``useradd``, see
8711 http://linux.die.net/man/8/useradd. 8711 https://linux.die.net/man/8/useradd.
8712 8712
8713 :term:`USERADD_UID_TABLES` 8713 :term:`USERADD_UID_TABLES`
8714 Specifies a password file to use for obtaining static user 8714 Specifies a password file to use for obtaining static user