From 2145f1ba3e6dd065d0cdae5e266e18f9fa41a318 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Fri, 14 Aug 2026 17:28:00 -0300 Subject: [PATCH] ref-manual/features.rst: fix some cross references The text does not match the cross reference, so change that. Also, drop an extra colon. (From yocto-docs rev: 104b8fefb09530a5fec35c14164b7637bc00c192) Signed-off-by: Daiane Angolini Link: https://patch.msgid.link/20260814202800.1106393-1-daiane.angolini@oss.qualcomm.com Signed-off-by: Antonin Godard (cherry picked from commit cb7de72f45032e476a772a1ae8f4bd5bd20c882d) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/ref-manual/features.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst index 5574ecafe2..9cae3f3212 100644 --- a/documentation/ref-manual/features.rst +++ b/documentation/ref-manual/features.rst @@ -208,7 +208,7 @@ metadata, as extra layers can define their own: - *ptest:* Enables building the package tests where supported by individual recipes. For more information on package tests, see the ":ref:`test-manual/ptest:testing packages with ptest`" section - in the Yocto Project Development Tasks Manual. + in the Yocto Project Test Environment Manual. - *pulseaudio:* Include support for `PulseAudio `__. @@ -357,7 +357,7 @@ The image features available for all images are: different package name (or names) within the image recipe or at the distro configuration level. -- *stateless-rootfs:*: specifies that the image should be created as +- *stateless-rootfs:* specifies that the image should be created as stateless - when using ``systemd``, ``systemctl-native`` will not be run on the image, leaving the image for population at runtime by systemd.