summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/build-quality.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-12-20 13:16:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-28 10:57:47 +0000
commitabef9b08dc1e8de7c4088d982641a2784b98f378 (patch)
treeea32f4068107dc2bea17d2001e88120884eec37a /documentation/dev-manual/build-quality.rst
parente4c4208d126c133f8b36b6add5d917830237d5bc (diff)
downloadpoky-abef9b08dc1e8de7c4088d982641a2784b98f378.tar.gz
Remove debug-tweaks references
We no longer provide this feature, so remove documentation for it. In most cases, we can replace occurrences of "debug-tweaks" by "allow-empty-password empty-root-password allow-root-login post-install-logging" to achieve what this feature previously enabled. Subtle, but the default local.conf does not include post-install-logging, so in parts where there is mention of the default local.conf file, adjust the documentation to only mention the first three above. In the intro manual, instead of providing instructions that replace EXTRA_IMAGE_FEATURES entirely, provide ones that append EXTRA_IMAGE_FEATURES. (From yocto-docs rev: f0efd4c7df91863304b92514664bdd1fa62b1fbb) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/build-quality.rst')
-rw-r--r--documentation/dev-manual/build-quality.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/build-quality.rst b/documentation/dev-manual/build-quality.rst
index 713ea3a48e..fbe5fb6f0b 100644
--- a/documentation/dev-manual/build-quality.rst
+++ b/documentation/dev-manual/build-quality.rst
@@ -236,7 +236,7 @@ Here is an example of ``image-info.txt``:
236 DISTRO_VERSION = 3.4+snapshot-a0245d7be08f3d24ea1875e9f8872aa6bbff93be 236 DISTRO_VERSION = 3.4+snapshot-a0245d7be08f3d24ea1875e9f8872aa6bbff93be
237 USER_CLASSES = buildstats 237 USER_CLASSES = buildstats
238 IMAGE_CLASSES = qemuboot qemuboot license_image 238 IMAGE_CLASSES = qemuboot qemuboot license_image
239 IMAGE_FEATURES = debug-tweaks 239 IMAGE_FEATURES = allow-empty-password empty-root-password allow-root-login post-install-logging
240 IMAGE_LINGUAS = 240 IMAGE_LINGUAS =
241 IMAGE_INSTALL = packagegroup-core-boot speex speexdsp 241 IMAGE_INSTALL = packagegroup-core-boot speex speexdsp
242 BAD_RECOMMENDATIONS = 242 BAD_RECOMMENDATIONS =