mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d87b99112b
commit
3b298e6ddd
@@ -278,7 +278,7 @@ The ``ccache`` class enables the C/C++ Compiler Cache for the build.
|
||||
This class is used to give a minor performance boost during the build.
|
||||
However, using the class can lead to unexpected side-effects. Thus, it
|
||||
is recommended that you do not use this class. See
|
||||
http://ccache.samba.org/ for information on the C/C++ Compiler
|
||||
https://ccache.samba.org/ for information on the C/C++ Compiler
|
||||
Cache.
|
||||
|
||||
.. _ref-classes-chrpath:
|
||||
@@ -2581,7 +2581,7 @@ the :term:`SYSTEMD_BOOT_CFG`,
|
||||
:term:`SYSTEMD_BOOT_TIMEOUT` variables.
|
||||
|
||||
You can also see the `Systemd-boot
|
||||
documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__
|
||||
documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__
|
||||
for more information.
|
||||
|
||||
.. _ref-classes-terminal:
|
||||
|
||||
@@ -55,9 +55,9 @@ Yocto Project is fairly straightforward.
|
||||
**Q:** Are there any products built using the OpenEmbedded build system?
|
||||
|
||||
**A:** The software running on the `Vernier
|
||||
LabQuest <http://vernier.com/labquest/>`__ is built using the
|
||||
LabQuest <https://vernier.com/labquest/>`__ is built using the
|
||||
OpenEmbedded build system. See the `Vernier
|
||||
LabQuest <http://www.vernier.com/products/interfaces/labq/>`__ website
|
||||
LabQuest <https://www.vernier.com/products/interfaces/labq/>`__ website
|
||||
for more information. There are a number of pre-production devices using
|
||||
the OpenEmbedded build system and the Yocto Project team announces them
|
||||
as soon as they are released.
|
||||
@@ -273,7 +273,7 @@ OpenEmbedded build system to use its internally built toolchain (i.e.
|
||||
particular, "external-\*" refers to external toolchains. One example is
|
||||
the Sourcery G++ Toolchain. The support for this toolchain resides in
|
||||
the separate ``meta-sourcery`` layer at
|
||||
http://github.com/MentorEmbedded/meta-sourcery/.
|
||||
https://github.com/MentorEmbedded/meta-sourcery/.
|
||||
|
||||
In addition to the toolchain configuration, you also need a
|
||||
corresponding toolchain recipe file. This recipe file needs to package
|
||||
|
||||
@@ -37,9 +37,9 @@ Following is a list of supported recipes:
|
||||
all the pieces required to run builds using the build system as well
|
||||
as the build system itself. You can boot and run the image using
|
||||
either the `VMware
|
||||
Player <http://www.vmware.com/products/player/overview.html>`__ or
|
||||
Player <https://www.vmware.com/products/player/overview.html>`__ or
|
||||
`VMware
|
||||
Workstation <http://www.vmware.com/products/workstation/overview.html>`__.
|
||||
Workstation <https://www.vmware.com/products/workstation/overview.html>`__.
|
||||
For more information on this image, see the :yocto_home:`Build
|
||||
Appliance </software-item/build-appliance>` page
|
||||
on the Yocto Project website.
|
||||
|
||||
@@ -24,7 +24,7 @@ The information lists the commands, their syntax, and meanings.
|
||||
Kickstart commands are based on the Fedora kickstart versions but with
|
||||
modifications to reflect Wic capabilities. You can see the original
|
||||
documentation for those commands at the following link:
|
||||
http://pykickstart.readthedocs.io/en/latest/kickstart-docs.html
|
||||
https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html
|
||||
|
||||
Command: part or partition
|
||||
==========================
|
||||
@@ -164,7 +164,7 @@ the ``part`` and ``partition`` commands:
|
||||
- ``--part-type``: This option is a Wic-specific option that
|
||||
specifies the partition type globally unique identifier (GUID) for
|
||||
GPT partitions. You can find the list of partition type GUIDs at
|
||||
http://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs.
|
||||
https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs.
|
||||
|
||||
- ``--use-uuid``: This option is a Wic-specific option that causes
|
||||
Wic to generate a random GUID for the partition. The generated
|
||||
|
||||
@@ -89,7 +89,7 @@ package-specific nesting should be done by the package itself. Finally,
|
||||
having ``libexecdir`` change between recipes makes it very difficult for
|
||||
different recipes to invoke binaries that have been installed into
|
||||
``libexecdir``. The Filesystem Hierarchy Standard (i.e.
|
||||
http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s07.html) now
|
||||
https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s07.html) now
|
||||
recognizes the use of ``${prefix}/libexec/``, giving distributions the
|
||||
choice between ``${prefix}/lib`` or ``${prefix}/libexec`` without
|
||||
breaking FHS.
|
||||
|
||||
@@ -274,7 +274,7 @@ The following package management changes took place:
|
||||
fixed.
|
||||
|
||||
For more information, see the `DNF
|
||||
Documentation <http://dnf.readthedocs.io/en/latest/>`__.
|
||||
Documentation <https://dnf.readthedocs.io/en/latest/>`__.
|
||||
|
||||
- Rpm 5.x is replaced with Rpm 4.x. This is done for two major reasons:
|
||||
|
||||
|
||||
@@ -159,7 +159,7 @@ The following miscellaneous changes occurred:
|
||||
from the top-level ``scripts`` directory.
|
||||
|
||||
- Perl now builds for the target using
|
||||
`perl-cross <http://arsv.github.io/perl-cross/>`_ for better
|
||||
`perl-cross <https://arsv.github.io/perl-cross/>`_ for better
|
||||
maintainability and improved build performance. This change should
|
||||
not present any problems unless you have heavily customized your Perl
|
||||
recipe.
|
||||
|
||||
@@ -227,7 +227,7 @@ Errors and Warnings
|
||||
CFLAGS_append = " -fPIC "
|
||||
|
||||
For more information on text relocations at runtime, see
|
||||
http://www.akkadia.org/drepper/textrelocs.html.
|
||||
https://www.akkadia.org/drepper/textrelocs.html.
|
||||
|
||||
|
||||
.. _qa-check-ldflags:
|
||||
|
||||
@@ -52,7 +52,7 @@ against the Yocto Project, see the following:
|
||||
|
||||
- The Yocto Project :yocto_wiki:`Bugzilla wiki page </Bugzilla_Configuration_and_Bug_Tracking>`
|
||||
|
||||
For information on Bugzilla in general, see http://www.bugzilla.org/about/.
|
||||
For information on Bugzilla in general, see https://www.bugzilla.org/about/.
|
||||
|
||||
.. _resources-mailinglist:
|
||||
|
||||
@@ -193,5 +193,5 @@ Here is a list of resources you might find helpful:
|
||||
available for Yocto Project and Poky discussions: ``#yocto`` and
|
||||
``#poky``, respectively.
|
||||
|
||||
- `Quick EMUlator (QEMU) <http://wiki.qemu.org/Index.html>`__\ *:* An
|
||||
- `Quick EMUlator (QEMU) <https://wiki.qemu.org/Index.html>`__\ *:* An
|
||||
open-source machine emulator and virtualizer.
|
||||
|
||||
@@ -2662,7 +2662,7 @@ system and gives an overview of their function and contents.
|
||||
GROUPADD_PARAM_${PN} = "-r netdev"
|
||||
|
||||
For information on the standard Linux shell command
|
||||
``groupadd``, see http://linux.die.net/man/8/groupadd.
|
||||
``groupadd``, see https://linux.die.net/man/8/groupadd.
|
||||
|
||||
:term:`GROUPMEMS_PARAM`
|
||||
When inheriting the :ref:`useradd <ref-classes-useradd>` class,
|
||||
@@ -2671,7 +2671,7 @@ system and gives an overview of their function and contents.
|
||||
of a group when the package is installed.
|
||||
|
||||
For information on the standard Linux shell command ``groupmems``,
|
||||
see http://linux.die.net/man/8/groupmems.
|
||||
see https://linux.die.net/man/8/groupmems.
|
||||
|
||||
:term:`GRUB_GFXSERIAL`
|
||||
Configures the GNU GRand Unified Bootloader (GRUB) to have graphics
|
||||
@@ -4694,7 +4694,7 @@ system and gives an overview of their function and contents.
|
||||
See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information.
|
||||
|
||||
module_conf
|
||||
Specifies `modprobe.d <http://linux.die.net/man/5/modprobe.d>`_
|
||||
Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`_
|
||||
syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf``
|
||||
file.
|
||||
|
||||
@@ -7619,7 +7619,7 @@ system and gives an overview of their function and contents.
|
||||
SYSTEMD_BOOT_CFG ?= "${:term:`S`}/loader.conf"
|
||||
|
||||
For information on Systemd-boot, see the `Systemd-boot
|
||||
documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
|
||||
documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
|
||||
|
||||
:term:`SYSTEMD_BOOT_ENTRIES`
|
||||
When :term:`EFI_PROVIDER` is set to
|
||||
@@ -7633,7 +7633,7 @@ system and gives an overview of their function and contents.
|
||||
SYSTEMD_BOOT_ENTRIES ?= ""
|
||||
|
||||
For information on Systemd-boot, see the `Systemd-boot
|
||||
documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
|
||||
documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
|
||||
|
||||
:term:`SYSTEMD_BOOT_TIMEOUT`
|
||||
When :term:`EFI_PROVIDER` is set to
|
||||
@@ -7646,7 +7646,7 @@ system and gives an overview of their function and contents.
|
||||
SYSTEMD_BOOT_TIMEOUT ?= "10"
|
||||
|
||||
For information on Systemd-boot, see the `Systemd-boot
|
||||
documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
|
||||
documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
|
||||
|
||||
:term:`SYSTEMD_PACKAGES`
|
||||
When inheriting the :ref:`systemd <ref-classes-systemd>` class,
|
||||
@@ -7677,7 +7677,7 @@ system and gives an overview of their function and contents.
|
||||
When using
|
||||
:ref:`SysVinit <dev-manual/common-tasks:enabling system services>`,
|
||||
specifies a space-separated list of the virtual terminals that should
|
||||
run a `getty <http://en.wikipedia.org/wiki/Getty_%28Unix%29>`__
|
||||
run a `getty <https://en.wikipedia.org/wiki/Getty_%28Unix%29>`__
|
||||
(allowing login), assuming :term:`USE_VT` is not set to
|
||||
"0".
|
||||
|
||||
@@ -7901,7 +7901,7 @@ system and gives an overview of their function and contents.
|
||||
toolchain. One example is the Sourcery G++ Toolchain. The support for
|
||||
this toolchain resides in the separate Mentor Graphics
|
||||
``meta-sourcery`` layer at
|
||||
http://github.com/MentorEmbedded/meta-sourcery/.
|
||||
https://github.com/MentorEmbedded/meta-sourcery/.
|
||||
|
||||
The layer's ``README`` file contains information on how to use the
|
||||
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.
|
||||
When using
|
||||
:ref:`SysVinit <dev-manual/common-tasks:enabling system services>`,
|
||||
determines whether or not to run a
|
||||
`getty <http://en.wikipedia.org/wiki/Getty_%28Unix%29>`__ on any
|
||||
`getty <https://en.wikipedia.org/wiki/Getty_%28Unix%29>`__ on any
|
||||
virtual terminals in order to enable logging in through those
|
||||
terminals.
|
||||
|
||||
@@ -8708,7 +8708,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
For information on the
|
||||
standard Linux shell command ``useradd``, see
|
||||
http://linux.die.net/man/8/useradd.
|
||||
https://linux.die.net/man/8/useradd.
|
||||
|
||||
:term:`USERADD_UID_TABLES`
|
||||
Specifies a password file to use for obtaining static user
|
||||
|
||||
Reference in New Issue
Block a user