summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2023-02-19 16:31:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-24 15:43:25 +0000
commit5284048a317aa4224bdd3492c30e0de4f87b5315 (patch)
tree322471c53e72346996d3d5cd402f07fdce93225d /documentation
parentdc257d94fc41a80d7b5e613b2d2a547db83d081d (diff)
downloadpoky-5284048a317aa4224bdd3492c30e0de4f87b5315.tar.gz
ref-manual: Fix invalid feature name
Replace the invalid feature name with correct one which helps to avoid following bitbake error ERROR: Nothing PROVIDES 'core-image-minimal' core-image-minimal was skipped: 'empty-root-passwd' in IMAGE_FEATURES (added via EXTRA_IMAGE_FEATURES) is not a valid image feature. (From yocto-docs rev: 1c7086a3eda6539f09cae8917ccace93b14f8e9c) Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Reviewed-by: Quentin Schulz <foss+yocto@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/features.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
index 794a6fd15b..051bf9320a 100644
--- a/documentation/ref-manual/features.rst
+++ b/documentation/ref-manual/features.rst
@@ -294,11 +294,11 @@ Here are the image features available for all images:
294 forced in ``/etc/passwd`` and ``/etc/shadow`` if such files exist. 294 forced in ``/etc/passwd`` and ``/etc/shadow`` if such files exist.
295 295
296 .. note:: 296 .. note::
297 ``empty-root-passwd`` doesn't set an empty root password by itself. 297 ``empty-root-password`` doesn't set an empty root password by itself.
298 You get an initial empty root password thanks to the 298 You get an initial empty root password thanks to the
299 :oe_git:`base-passwd </openembedded-core/tree/meta/recipes-core/base-passwd/>` 299 :oe_git:`base-passwd </openembedded-core/tree/meta/recipes-core/base-passwd/>`
300 and :oe_git:`shadow </openembedded-core/tree/meta/recipes-extended/shadow/>` 300 and :oe_git:`shadow </openembedded-core/tree/meta/recipes-extended/shadow/>`
301 recipes, and the presence of ``empty-root-passwd`` or ``debug-tweaks`` 301 recipes, and the presence of ``empty-root-password`` or ``debug-tweaks``
302 just disables the mechanism which forces an non-empty password for the 302 just disables the mechanism which forces an non-empty password for the
303 root user. 303 root user.
304 304