From f4c37762b9df1bccccdbccc3d72e79d83e67e47a Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Wed, 5 Nov 2025 17:13:53 +0100 Subject: [PATCH] ref-manual/fragments.rst: document core/yocto/root-login-with-empty-password fragment Added by commit e135458415de ("fragments: add a 'root-login-with-empty-password' fragment") in OE-Core. (From yocto-docs rev: 072ac843992189f836f72f4be8d873cc8657a918) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/ref-manual/fragments.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/ref-manual/fragments.rst b/documentation/ref-manual/fragments.rst index 520cf783ad..42fba41e91 100644 --- a/documentation/ref-manual/fragments.rst +++ b/documentation/ref-manual/fragments.rst @@ -193,6 +193,15 @@ then speed up the builds by not having to build things if they are present in the cache. It assumes you can download something faster than you can build it which will depend on your network configuration. +.. _ref-fragments-root-login-with-empty-password: + +``core/yocto/root-login-with-empty-password`` +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +The ``core/yocto/root-login-with-empty-password`` :term:`configuration fragment` +can be used to allow to login as the ``root`` user to login without a password +on the serial console and over SSH. + Yocto Project Autobuilder Fragments ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~