mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
manuals: add shortcut for Wikipedia links
(From yocto-docs rev: 47101c15cce156ab71683cac1c42ab94f43bdbee) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ceb169bd59
commit
3a7dd1d368
@@ -85,7 +85,7 @@ about the variable flags (varflags) that help control archive creation.
|
||||
======================
|
||||
|
||||
The :ref:`autotools* <ref-classes-autotools>` classes support packages built with the
|
||||
`GNU Autotools <https://en.wikipedia.org/wiki/GNU_Autotools>`__.
|
||||
:wikipedia:`GNU Autotools <GNU_Autotools>`.
|
||||
|
||||
The ``autoconf``, ``automake``, and ``libtool`` packages bring
|
||||
standardization. This class defines a set of tasks (e.g. ``configure``,
|
||||
@@ -1775,8 +1775,8 @@ is not needed.
|
||||
``npm.bbclass``
|
||||
===============
|
||||
|
||||
Provides support for building Node.js software fetched using the `node
|
||||
package manager (NPM) <https://en.wikipedia.org/wiki/Npm_(software)>`__.
|
||||
Provides support for building Node.js software fetched using the
|
||||
:wikipedia:`node package manager (NPM) <Npm_(software)>`.
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
@@ -126,10 +126,9 @@ metadata, as extra layers can define their own:
|
||||
|
||||
- *3g:* Include support for cellular data.
|
||||
|
||||
- *acl:* Include
|
||||
`Access Control List <https://en.wikipedia.org/wiki/Access-control_list>`__ support.
|
||||
- *acl:* Include :wikipedia:`Access Control List <Access-control_list>` support.
|
||||
|
||||
- *alsa:* Include `Advanced Linux Sound Architecture <https://en.wikipedia.org/wiki/Advanced_Linux_Sound_Architecture>`__
|
||||
- *alsa:* Include :wikipedia:`Advanced Linux Sound Architecture <Advanced_Linux_Sound_Architecture>`
|
||||
support (OSS compatibility kernel modules installed if available).
|
||||
|
||||
- *api-documentation:* Enables generation of API documentation during
|
||||
@@ -167,7 +166,7 @@ metadata, as extra layers can define their own:
|
||||
- *multiarch:* Enable building applications with multiple architecture
|
||||
support.
|
||||
|
||||
- *ld-is-gold:* Use the `gold <https://en.wikipedia.org/wiki/Gold_(linker)>`__
|
||||
- *ld-is-gold:* Use the :wikipedia:`gold <Gold_(linker)>`
|
||||
linker instead of the standard GCC linker (bfd).
|
||||
|
||||
- *ldconfig:* Include support for ldconfig and ``ld.so.conf`` on the
|
||||
@@ -190,14 +189,14 @@ metadata, as extra layers can define their own:
|
||||
- *overlayfs:* Include `OverlayFS <https://docs.kernel.org/filesystems/overlayfs.html>`__
|
||||
support.
|
||||
|
||||
- *pam:* Include `Pluggable Authentication Module (PAM) <https://en.wikipedia.org/wiki/Pluggable_authentication_module>`__
|
||||
- *pam:* Include :wikipedia:`Pluggable Authentication Module (PAM) <Pluggable_authentication_module>`
|
||||
support.
|
||||
|
||||
- *pci:* Include PCI bus support.
|
||||
|
||||
- *pcmcia:* Include PCMCIA/CompactFlash support.
|
||||
|
||||
- *polkit:* Include `Polkit <https://en.wikipedia.org/wiki/Polkit>`__ support.
|
||||
- *polkit:* Include :wikipedia:`Polkit <Polkit>` support.
|
||||
|
||||
- *ppp:* Include PPP dialup support.
|
||||
|
||||
@@ -210,11 +209,11 @@ metadata, as extra layers can define their own:
|
||||
`PulseAudio <https://www.freedesktop.org/wiki/Software/PulseAudio/>`__.
|
||||
|
||||
- *selinux:* Include support for
|
||||
`Security-Enhanced Linux (SELinux) <https://en.wikipedia.org/wiki/Security-Enhanced_Linux>`__
|
||||
:wikipedia:`Security-Enhanced Linux (SELinux) <Security-Enhanced_Linux>`
|
||||
(requires `meta-selinux <https://layers.openembedded.org/layerindex/layer/meta-selinux/>`__).
|
||||
|
||||
- *seccomp:* Enables building applications with
|
||||
`seccomp <https://en.wikipedia.org/wiki/Seccomp>`__ support, to
|
||||
:wikipedia:`seccomp <Seccomp>` support, to
|
||||
allow them to strictly restrict the system calls that they are allowed
|
||||
to invoke.
|
||||
|
||||
@@ -236,11 +235,10 @@ metadata, as extra layers can define their own:
|
||||
directories into their respective counterparts in the ``/usr``
|
||||
directory to provide better package and application compatibility.
|
||||
|
||||
- *vfat:* Include `FAT filesystem <https://en.wikipedia.org/wiki/File_Allocation_Table>`__
|
||||
- *vfat:* Include :wikipedia:`FAT filesystem <File_Allocation_Table>`
|
||||
support.
|
||||
|
||||
- *vulkan:* Include support for the
|
||||
`Vulkan API <https://en.wikipedia.org/wiki/Vulkan>`__.
|
||||
- *vulkan:* Include support for the :wikipedia:`Vulkan API <Vulkan>`.
|
||||
|
||||
- *wayland:* Include the Wayland display server protocol and the
|
||||
library that supports it.
|
||||
@@ -250,7 +248,7 @@ metadata, as extra layers can define their own:
|
||||
- *x11:* Include the X server and libraries.
|
||||
|
||||
- *xattr:* Include support for
|
||||
`extended file attributes <https://en.wikipedia.org/wiki/Extended_file_attributes>`__.
|
||||
:wikipedia:`extended file attributes <Extended_file_attributes>`.
|
||||
|
||||
- *zeroconf:* Include support for
|
||||
`zero configuration networking <https://en.wikipedia.org/wiki/Zero-configuration_networking>`__.
|
||||
|
||||
@@ -177,7 +177,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
|
||||
https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs.
|
||||
:wikipedia:`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
|
||||
|
||||
@@ -330,7 +330,7 @@ universal, the list includes them just in case:
|
||||
This can be used by the recipients of the software to assess
|
||||
their exposure to license compliance and security vulnerability issues.
|
||||
|
||||
See the `Software Supply Chain <https://en.wikipedia.org/wiki/Software_supply_chain>`__
|
||||
See the :wikipedia:`Software Supply Chain <Software_supply_chain>`
|
||||
article on Wikipedia for more details.
|
||||
|
||||
The OpenEmbedded Build System can generate such documentation for your
|
||||
@@ -405,7 +405,7 @@ universal, the list includes them just in case:
|
||||
<https://spdx.dev/>`__ and is used by the OpenEmbedded Build System to
|
||||
provide an :term:`SBOM` associated to each a software image.
|
||||
|
||||
For details, see Wikipedia's `SPDX page <https://en.wikipedia.org/wiki/Software_Package_Data_Exchange>`__
|
||||
For details, see Wikipedia's :wikipedia:`SPDX page <Software_Package_Data_Exchange>`
|
||||
and the ":ref:`dev-manual/common-tasks:creating a software bill of materials`"
|
||||
section of the Development Tasks manual.
|
||||
|
||||
|
||||
@@ -3699,8 +3699,8 @@ system and gives an overview of their function and contents.
|
||||
|
||||
:term:`Initramfs`
|
||||
An Initial RAM Filesystem (:term:`Initramfs`) is an optionally compressed
|
||||
`cpio <https://en.wikipedia.org/wiki/Cpio>`__ archive which is extracted
|
||||
by the Linux kernel into RAM in a special `tmpfs <https://en.wikipedia.org/wiki/Tmpfs>`__
|
||||
:wikipedia:`cpio <Cpio>` archive which is extracted
|
||||
by the Linux kernel into RAM in a special :wikipedia:`tmpfs <Tmpfs>`
|
||||
instance, used as the initial root filesystem.
|
||||
|
||||
This is a replacement for the legacy init RAM disk ("initrd")
|
||||
@@ -3756,7 +3756,7 @@ system and gives an overview of their function and contents.
|
||||
``meta/conf/bitbake.conf`` configuration file in the
|
||||
:term:`Source Directory`, is "cpio.gz". The Linux kernel's
|
||||
:term:`Initramfs` mechanism, as opposed to the initial RAM filesystem
|
||||
`initrd <https://en.wikipedia.org/wiki/Initrd>`__ mechanism, expects
|
||||
:wikipedia:`initrd <Initrd>` mechanism, expects
|
||||
an optionally compressed cpio archive.
|
||||
|
||||
:term:`INITRAMFS_IMAGE`
|
||||
|
||||
Reference in New Issue
Block a user