diff mbox series

[v3,4/7] ref-manual/fragments.rst: document core/yocto/root-login-with-empty-password fragment

Message ID 20251106-bitbake-setup-v3-4-97db90f85f84@bootlin.com
State Superseded
Headers show
Series Start switching the documentation to bitbake-setup | expand

Commit Message

Antonin Godard Nov. 6, 2025, 9:11 a.m. UTC
Added by commit e135458415de ("fragments: add a
'root-login-with-empty-password' fragment") in OE-Core.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/ref-manual/fragments.rst | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/documentation/ref-manual/fragments.rst b/documentation/ref-manual/fragments.rst
index 520cf783a..42fba41e9 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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~