From ec447505b238bbd42e6e14334fa57f46ba8fc35c Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 21 Sep 2022 21:35:12 +0200 Subject: ref-manual: features.rst: add missing default distro features Document default machine features defined in Poky, and which were not listed in the documentation yet. Took the values of DISTRO_FEATURES_DEFAULT and POKY_DEFAULT_DISTRO_FEATURES: meta-poky/conf/distro/poky.conf:DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}" Also explain that extra layers can define their own features. This addresses [YOCTO #14515] Signed-off-by: Richard Purdie --- documentation/ref-manual/features.rst | 43 ++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index 8dfe29d66a..5e853caa2c 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst @@ -113,10 +113,15 @@ configuration level. See the information. This list only represents features as shipped with the Yocto Project -metadata: +metadata, as extra layers can define their own: -- *alsa:* Include ALSA support (OSS compatibility kernel modules - installed if available). +- *3g:* Include support for cellular data. + +- *acl:* Include + `Access Control List `__ support. + +- *alsa:* Include `Advanced Linux Sound Architecture `__ + support (OSS compatibility kernel modules installed if available). - *api-documentation:* Enables generation of API documentation during recipe builds. The resulting documentation is added to SDK tarballs @@ -129,6 +134,10 @@ metadata: - *cramfs:* Include CramFS support. +- *debuginfod:* Include support for getting ELF debugging information through + a :ref:`debuginfod ` + server. + - *directfb:* Include DirectFB support. - *ext2:* Include tools for supporting for devices with internal @@ -136,14 +145,25 @@ metadata: - *ipsec:* Include IPSec support. +- *ipv4:* Include IPv4 support. + - *ipv6:* Include IPv6 support. - *keyboard:* Include keyboard support (e.g. keymaps will be loaded during boot). +- *largefile:* Enable building applications with + `argefile support `__. + +- *multiarch:* Enable building applications with multiple architecture + support. + - *ldconfig:* Include support for ldconfig and ``ld.so.conf`` on the target. +- *nfc:* Include support for + `Near Field Communication `__. + - *nfs:* Include NFS client support (for mounting NFS exports on device). @@ -162,6 +182,11 @@ metadata: ":ref:`dev-manual/common-tasks:testing packages with ptest`" section in the Yocto Project Development Tasks Manual. +- *seccomp:* Enables building applications with + `seccomp `__ support, to + allow them to strictly restrict the system calls that they are allowed + to invoke. + - *smbfs:* Include SMB networks client support (for mounting Samba/Microsoft Windows shares on device). @@ -180,6 +205,12 @@ metadata: directories into their respective counterparts in the ``/usr`` directory to provide better package and application compatibility. +- *vfat:* Include `FAT filesystem `__ + support. + +- *vulkan:* Include support for the + `Vulkan API `__. + - *wayland:* Include the Wayland display server protocol and the library that supports it. @@ -187,6 +218,12 @@ metadata: - *x11:* Include the X server and libraries. +- *xattr:* Include support for + `extended file attributes `__. + +- *zeroconf:* Include support for + `zero configuration networking `__. + .. _ref-features-image: Image Features -- cgit v1.2.3-54-g00ecf