diff options
Diffstat (limited to 'documentation/ref-manual/features.rst')
-rw-r--r-- | documentation/ref-manual/features.rst | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index a5b01e8df7..71d3c5e2aa 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst | |||
@@ -126,10 +126,9 @@ metadata, as extra layers can define their own: | |||
126 | 126 | ||
127 | - *3g:* Include support for cellular data. | 127 | - *3g:* Include support for cellular data. |
128 | 128 | ||
129 | - *acl:* Include | 129 | - *acl:* Include :wikipedia:`Access Control List <Access-control_list>` support. |
130 | `Access Control List <https://en.wikipedia.org/wiki/Access-control_list>`__ support. | ||
131 | 130 | ||
132 | - *alsa:* Include `Advanced Linux Sound Architecture <https://en.wikipedia.org/wiki/Advanced_Linux_Sound_Architecture>`__ | 131 | - *alsa:* Include :wikipedia:`Advanced Linux Sound Architecture <Advanced_Linux_Sound_Architecture>` |
133 | support (OSS compatibility kernel modules installed if available). | 132 | support (OSS compatibility kernel modules installed if available). |
134 | 133 | ||
135 | - *api-documentation:* Enables generation of API documentation during | 134 | - *api-documentation:* Enables generation of API documentation during |
@@ -167,7 +166,7 @@ metadata, as extra layers can define their own: | |||
167 | - *multiarch:* Enable building applications with multiple architecture | 166 | - *multiarch:* Enable building applications with multiple architecture |
168 | support. | 167 | support. |
169 | 168 | ||
170 | - *ld-is-gold:* Use the `gold <https://en.wikipedia.org/wiki/Gold_(linker)>`__ | 169 | - *ld-is-gold:* Use the :wikipedia:`gold <Gold_(linker)>` |
171 | linker instead of the standard GCC linker (bfd). | 170 | linker instead of the standard GCC linker (bfd). |
172 | 171 | ||
173 | - *ldconfig:* Include support for ldconfig and ``ld.so.conf`` on the | 172 | - *ldconfig:* Include support for ldconfig and ``ld.so.conf`` on the |
@@ -190,14 +189,14 @@ metadata, as extra layers can define their own: | |||
190 | - *overlayfs:* Include `OverlayFS <https://docs.kernel.org/filesystems/overlayfs.html>`__ | 189 | - *overlayfs:* Include `OverlayFS <https://docs.kernel.org/filesystems/overlayfs.html>`__ |
191 | support. | 190 | support. |
192 | 191 | ||
193 | - *pam:* Include `Pluggable Authentication Module (PAM) <https://en.wikipedia.org/wiki/Pluggable_authentication_module>`__ | 192 | - *pam:* Include :wikipedia:`Pluggable Authentication Module (PAM) <Pluggable_authentication_module>` |
194 | support. | 193 | support. |
195 | 194 | ||
196 | - *pci:* Include PCI bus support. | 195 | - *pci:* Include PCI bus support. |
197 | 196 | ||
198 | - *pcmcia:* Include PCMCIA/CompactFlash support. | 197 | - *pcmcia:* Include PCMCIA/CompactFlash support. |
199 | 198 | ||
200 | - *polkit:* Include `Polkit <https://en.wikipedia.org/wiki/Polkit>`__ support. | 199 | - *polkit:* Include :wikipedia:`Polkit <Polkit>` support. |
201 | 200 | ||
202 | - *ppp:* Include PPP dialup support. | 201 | - *ppp:* Include PPP dialup support. |
203 | 202 | ||
@@ -210,11 +209,11 @@ metadata, as extra layers can define their own: | |||
210 | `PulseAudio <https://www.freedesktop.org/wiki/Software/PulseAudio/>`__. | 209 | `PulseAudio <https://www.freedesktop.org/wiki/Software/PulseAudio/>`__. |
211 | 210 | ||
212 | - *selinux:* Include support for | 211 | - *selinux:* Include support for |
213 | `Security-Enhanced Linux (SELinux) <https://en.wikipedia.org/wiki/Security-Enhanced_Linux>`__ | 212 | :wikipedia:`Security-Enhanced Linux (SELinux) <Security-Enhanced_Linux>` |
214 | (requires `meta-selinux <https://layers.openembedded.org/layerindex/layer/meta-selinux/>`__). | 213 | (requires `meta-selinux <https://layers.openembedded.org/layerindex/layer/meta-selinux/>`__). |
215 | 214 | ||
216 | - *seccomp:* Enables building applications with | 215 | - *seccomp:* Enables building applications with |
217 | `seccomp <https://en.wikipedia.org/wiki/Seccomp>`__ support, to | 216 | :wikipedia:`seccomp <Seccomp>` support, to |
218 | allow them to strictly restrict the system calls that they are allowed | 217 | allow them to strictly restrict the system calls that they are allowed |
219 | to invoke. | 218 | to invoke. |
220 | 219 | ||
@@ -236,11 +235,10 @@ metadata, as extra layers can define their own: | |||
236 | directories into their respective counterparts in the ``/usr`` | 235 | directories into their respective counterparts in the ``/usr`` |
237 | directory to provide better package and application compatibility. | 236 | directory to provide better package and application compatibility. |
238 | 237 | ||
239 | - *vfat:* Include `FAT filesystem <https://en.wikipedia.org/wiki/File_Allocation_Table>`__ | 238 | - *vfat:* Include :wikipedia:`FAT filesystem <File_Allocation_Table>` |
240 | support. | 239 | support. |
241 | 240 | ||
242 | - *vulkan:* Include support for the | 241 | - *vulkan:* Include support for the :wikipedia:`Vulkan API <Vulkan>`. |
243 | `Vulkan API <https://en.wikipedia.org/wiki/Vulkan>`__. | ||
244 | 242 | ||
245 | - *wayland:* Include the Wayland display server protocol and the | 243 | - *wayland:* Include the Wayland display server protocol and the |
246 | library that supports it. | 244 | library that supports it. |
@@ -250,7 +248,7 @@ metadata, as extra layers can define their own: | |||
250 | - *x11:* Include the X server and libraries. | 248 | - *x11:* Include the X server and libraries. |
251 | 249 | ||
252 | - *xattr:* Include support for | 250 | - *xattr:* Include support for |
253 | `extended file attributes <https://en.wikipedia.org/wiki/Extended_file_attributes>`__. | 251 | :wikipedia:`extended file attributes <Extended_file_attributes>`. |
254 | 252 | ||
255 | - *zeroconf:* Include support for | 253 | - *zeroconf:* Include support for |
256 | `zero configuration networking <https://en.wikipedia.org/wiki/Zero-configuration_networking>`__. | 254 | `zero configuration networking <https://en.wikipedia.org/wiki/Zero-configuration_networking>`__. |