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-22 11:25:52 +0000
commitdcbf03b6d0f7a2ec1d62e48b848e730a5670f46e (patch)
tree1a6ac3dbeda361b52d854be3eec5a8ba472f0326 /documentation
parent920a16b1f214ee38c33c92af270a5e775075f972 (diff)
downloadpoky-dcbf03b6d0f7a2ec1d62e48b848e730a5670f46e.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: 1992c8ed063184961ddae590fe8b10137051d411) 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 a5b01e8df7..9345543ebb 100644
--- a/documentation/ref-manual/features.rst
+++ b/documentation/ref-manual/features.rst
@@ -296,11 +296,11 @@ Here are the image features available for all images:
296 forced in ``/etc/passwd`` and ``/etc/shadow`` if such files exist. 296 forced in ``/etc/passwd`` and ``/etc/shadow`` if such files exist.
297 297
298 .. note:: 298 .. note::
299 ``empty-root-passwd`` doesn't set an empty root password by itself. 299 ``empty-root-password`` doesn't set an empty root password by itself.
300 You get an initial empty root password thanks to the 300 You get an initial empty root password thanks to the
301 :oe_git:`base-passwd </openembedded-core/tree/meta/recipes-core/base-passwd/>` 301 :oe_git:`base-passwd </openembedded-core/tree/meta/recipes-core/base-passwd/>`
302 and :oe_git:`shadow </openembedded-core/tree/meta/recipes-extended/shadow/>` 302 and :oe_git:`shadow </openembedded-core/tree/meta/recipes-extended/shadow/>`
303 recipes, and the presence of ``empty-root-passwd`` or ``debug-tweaks`` 303 recipes, and the presence of ``empty-root-password`` or ``debug-tweaks``
304 just disables the mechanism which forces an non-empty password for the 304 just disables the mechanism which forces an non-empty password for the
305 root user. 305 root user.
306 306