summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-03-03 17:20:22 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-07 17:04:26 +0000
commitdcaaf3ed5706d9f76a0516f729c2284fef9d5813 (patch)
treec1084a4762e465c4b16ed9ec917b184ddd5732e0 /documentation/ref-manual
parent63c8e8e530ce26b1594b87368d5900215b30a844 (diff)
downloadpoky-dcaaf3ed5706d9f76a0516f729c2284fef9d5813.tar.gz
ref-manual: don't refer to poky-lsb
This was removed in 2019, so swap it for poky-altcfg. (From yocto-docs rev: 7f7f6570befdda280c174a5f9776b20f53f3ea0d) Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/features.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
index 70e85f7a20..746d6337e3 100644
--- a/documentation/ref-manual/features.rst
+++ b/documentation/ref-manual/features.rst
@@ -12,7 +12,7 @@ Features provide a mechanism for working out which packages should be
12included in the generated images. Distributions can select which 12included in the generated images. Distributions can select which
13features they want to support through the :term:`DISTRO_FEATURES` variable, 13features they want to support through the :term:`DISTRO_FEATURES` variable,
14which is set or appended to in a distribution's configuration file such 14which is set or appended to in a distribution's configuration file such
15as ``poky.conf``, ``poky-tiny.conf``, ``poky-lsb.conf`` and so forth. 15as ``poky.conf``, ``poky-tiny.conf``, ``poky-altcfg.conf`` and so forth.
16Machine features are set in the :term:`MACHINE_FEATURES` variable, which is 16Machine features are set in the :term:`MACHINE_FEATURES` variable, which is
17set in the machine configuration file and specifies the hardware 17set in the machine configuration file and specifies the hardware
18features for a given machine. 18features for a given machine.