summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-11-05 17:13:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-07 13:15:33 +0000
commitf4c37762b9df1bccccdbccc3d72e79d83e67e47a (patch)
tree415326bbb72fa44a3bec1e1218a328c5a64bf38e
parenteda804324396dde121f931f6f77ee4a571dd1faa (diff)
downloadpoky-f4c37762b9df1bccccdbccc3d72e79d83e67e47a.tar.gz
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 <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/fragments.rst9
1 files changed, 9 insertions, 0 deletions
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
193the cache. It assumes you can download something faster than you can build it 193the cache. It assumes you can download something faster than you can build it
194which will depend on your network configuration. 194which will depend on your network configuration.
195 195
196.. _ref-fragments-root-login-with-empty-password:
197
198``core/yocto/root-login-with-empty-password``
199^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
200
201The ``core/yocto/root-login-with-empty-password`` :term:`configuration fragment`
202can be used to allow to login as the ``root`` user to login without a password
203on the serial console and over SSH.
204
196Yocto Project Autobuilder Fragments 205Yocto Project Autobuilder Fragments
197~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 206~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
198 207